Searched refs:frictionSld (Results 1 – 1 of 1) 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()