Searched refs:frictionSld (Results 1 – 3 of 3) sorted by relevance
83 TypedArray frictionSld; in getFrictionStateListDrawable() local85 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() argument127 mFrictionSld = frictionSld; in AccessPointPreference()
212 TypedArray frictionSld; in getFrictionStateListDrawable() local214 frictionSld = getContext().getTheme().obtainStyledAttributes(FRICTION_ATTRS); in getFrictionStateListDrawable()217 frictionSld = null; in getFrictionStateListDrawable()219 return frictionSld != null ? (StateListDrawable) frictionSld.getDrawable(0) : null; in getFrictionStateListDrawable()
68 TypedArray frictionSld; in getFrictionStateListDrawable() local70 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() argument112 mFrictionSld = frictionSld; in AccessPointPreference()