Home
last modified time | relevance | path

Searched refs:mBtnBackgroundStyle1 (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/packages/SettingsLib/ActionButtonsPreference/src/com/android/settingslib/widget/
H A DActionButtonsPreference.java69 private final List<Drawable> mBtnBackgroundStyle1 = new ArrayList<>(1); field in ActionButtonsPreference
104 fetchDrawableArray(mBtnBackgroundStyle1, res.obtainTypedArray(R.array.background_style1)); in init()
176 setupRtlBackgrounds(mVisibleButtonInfos, mBtnBackgroundStyle1); in updateLayout()
178 setupBackgrounds(mVisibleButtonInfos, mBtnBackgroundStyle1); in updateLayout()