Searched refs:StateListDrawable (Results 1 – 17 of 17) sorted by relevance
63 public class StateListDrawable extends DrawableContainer { class72 public StateListDrawable() { in StateListDrawable() method in StateListDrawable120 final TypedArray a = obtainAttributes(r, theme, attrs, R.styleable.StateListDrawable); in inflate()313 StateListState(StateListState orig, StateListDrawable owner, Resources res) { in StateListState()360 return new StateListDrawable(this, null); in newDrawable()365 return new StateListDrawable(this, res); in newDrawable()397 private StateListDrawable(StateListState state, Resources res) { in StateListDrawable() method in StateListDrawable408 StateListDrawable(@Nullable StateListState state) { in StateListDrawable() method in StateListDrawable
149 return new StateListDrawable(); in inflateFromTag()
65 public class AnimatedStateListDrawable extends StateListDrawable {
30 import android.graphics.drawable.StateListDrawable;296 if (!(mMediaRouteButtonDrawable instanceof StateListDrawable)) { in getIconDrawable()299 StateListDrawable stateListDrawable = (StateListDrawable) mMediaRouteButtonDrawable; in getIconDrawable()303 StateListDrawable stateListDrawable = (StateListDrawable) mMediaRouteButtonDrawable; in getIconDrawable()
24 import android.graphics.drawable.StateListDrawable;66 @Nullable private final StateListDrawable mFrictionSld;82 private static StateListDrawable getFrictionStateListDrawable(Context context) { in getFrictionStateListDrawable()90 return frictionSld != null ? (StateListDrawable) frictionSld.getDrawable(0) : null; in getFrictionStateListDrawable()116 int iconResId, boolean forSavedNetworks, StateListDrawable frictionSld, in AccessPointPreference()
34 private StateListDrawable slDrawable;71 slDrawable = new StateListDrawable(); in setUp()
41 import android.graphics.drawable.StateListDrawable;510 if (dr instanceof StateListDrawable) { in needsTileify()511 final StateListDrawable in = (StateListDrawable) dr; in needsTileify()567 if (drawable instanceof StateListDrawable) { in tileify()568 final StateListDrawable in = (StateListDrawable) drawable; in tileify()569 final StateListDrawable out = new StateListDrawable(); in tileify()
31 import android.graphics.drawable.StateListDrawable;564 if (mBackground instanceof StateListDrawable) { in setBackgroundDrawable()565 StateListDrawable stateList = (StateListDrawable) mBackground; in setBackgroundDrawable()
32 import android.graphics.drawable.StateListDrawable484 if (drawable is StateListDrawable) {487 if (icon.drawable == null || !(icon.drawable is StateListDrawable)) {
29 import android.graphics.drawable.StateListDrawable365 if (drawable is StateListDrawable) {
7753 …le/StateListDrawable$StateListState;-><init>(Landroid/graphics/drawable/StateListDrawable$StateLis…7760 HSPLandroid/graphics/drawable/StateListDrawable;-><init>()V7761 HSPLandroid/graphics/drawable/StateListDrawable;-><init>(Landroid/graphics/drawable/StateListDrawab…7762 HSPLandroid/graphics/drawable/StateListDrawable;-><init>(Landroid/graphics/drawable/StateListDrawab…7763 …StateListDrawable;-><init>(Landroid/graphics/drawable/StateListDrawable$StateListState;Landroid/co…7766 HSPLandroid/graphics/drawable/StateListDrawable;->clearMutated()V7768 HSPLandroid/graphics/drawable/StateListDrawable;->cloneConstantState()Landroid/graphics/drawable/St…7772 HSPLandroid/graphics/drawable/StateListDrawable;->isStateful()Z7774 HSPLandroid/graphics/drawable/StateListDrawable;->onStateChange([I)Z25067 Landroid/graphics/drawable/StateListDrawable$StateListState;[all …]
2283 android.graphics.drawable.StateListDrawable$StateListState2284 android.graphics.drawable.StateListDrawable
7756 …le/StateListDrawable$StateListState;-><init>(Landroid/graphics/drawable/StateListDrawable$StateLis…7763 HSPLandroid/graphics/drawable/StateListDrawable;-><init>()V7764 HSPLandroid/graphics/drawable/StateListDrawable;-><init>(Landroid/graphics/drawable/StateListDrawab…7765 HSPLandroid/graphics/drawable/StateListDrawable;-><init>(Landroid/graphics/drawable/StateListDrawab…7766 …StateListDrawable;-><init>(Landroid/graphics/drawable/StateListDrawable$StateListState;Landroid/co…7769 HSPLandroid/graphics/drawable/StateListDrawable;->clearMutated()V7771 HSPLandroid/graphics/drawable/StateListDrawable;->cloneConstantState()Landroid/graphics/drawable/St…7775 HSPLandroid/graphics/drawable/StateListDrawable;->isStateful()Z7777 HSPLandroid/graphics/drawable/StateListDrawable;->onStateChange([I)Z35174 Landroid/graphics/drawable/StateListDrawable$StateListState;[all …]
2287 android.graphics.drawable.StateListDrawable$StateListState2288 android.graphics.drawable.StateListDrawable
17419 …le/StateListDrawable$StateListState;-><init>(Landroid/graphics/drawable/StateListDrawable$StateLis…17425 Landroid/graphics/drawable/StateListDrawable;-><init>(Landroid/graphics/drawable/StateListDrawable$…17426 Landroid/graphics/drawable/StateListDrawable;-><init>(Landroid/graphics/drawable/StateListDrawable$…17427 Landroid/graphics/drawable/StateListDrawable;->clearMutated()V17428 Landroid/graphics/drawable/StateListDrawable;->cloneConstantState()Landroid/graphics/drawable/State…17429 Landroid/graphics/drawable/StateListDrawable;->DEBUG:Z17430 Landroid/graphics/drawable/StateListDrawable;->getStateListState()Landroid/graphics/drawable/StateL…17432 Landroid/graphics/drawable/StateListDrawable;->mMutated:Z17433 Landroid/graphics/drawable/StateListDrawable;->TAG:Ljava/lang/String;44685 Landroid/R$styleable;->StateListDrawable:[I[all …]
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
16797 public class AnimatedStateListDrawable extends android.graphics.drawable.StateListDrawable {17304 public class StateListDrawable extends android.graphics.drawable.DrawableContainer {17305 ctor public StateListDrawable();