Searched refs:fetchDrawableArray (Results 1 – 1 of 1) sorted by relevance
104 fetchDrawableArray(mBtnBackgroundStyle1, res.obtainTypedArray(R.array.background_style1)); in init()105 fetchDrawableArray(mBtnBackgroundStyle2, res.obtainTypedArray(R.array.background_style2)); in init()106 fetchDrawableArray(mBtnBackgroundStyle3, res.obtainTypedArray(R.array.background_style3)); in init()107 fetchDrawableArray(mBtnBackgroundStyle4, res.obtainTypedArray(R.array.background_style4)); in init()110 private void fetchDrawableArray(List<Drawable> drawableList, TypedArray typedArray) { in fetchDrawableArray() method in ActionButtonsPreference