Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
H A DAccessPointPreference.java83 TypedArray frictionSld; in getFrictionStateListDrawable() local
85 frictionSld = context.getTheme().obtainStyledAttributes(FRICTION_ATTRS); in getFrictionStateListDrawable()
88 frictionSld = null; in getFrictionStateListDrawable()
90 return frictionSld != null ? (StateListDrawable) frictionSld.getDrawable(0) : null; in getFrictionStateListDrawable()
116 int iconResId, boolean forSavedNetworks, StateListDrawable frictionSld, in AccessPointPreference() argument
127 mFrictionSld = frictionSld; in AccessPointPreference()
H A DWifiEntryPreference.java212 TypedArray frictionSld; in getFrictionStateListDrawable() local
214 frictionSld = getContext().getTheme().obtainStyledAttributes(FRICTION_ATTRS); in getFrictionStateListDrawable()
217 frictionSld = null; in getFrictionStateListDrawable()
219 return frictionSld != null ? (StateListDrawable) frictionSld.getDrawable(0) : null; in getFrictionStateListDrawable()
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
H A DAccessPointPreference.java68 TypedArray frictionSld; in getFrictionStateListDrawable() local
70 frictionSld = context.getTheme().obtainStyledAttributes(FRICTION_ATTRS); in getFrictionStateListDrawable()
73 frictionSld = null; in getFrictionStateListDrawable()
75 return frictionSld != null ? (StateListDrawable) frictionSld.getDrawable(0) : null; in getFrictionStateListDrawable()
101 int iconResId, boolean forSavedNetworks, StateListDrawable frictionSld, in AccessPointPreference() argument
112 mFrictionSld = frictionSld; in AccessPointPreference()