Searched refs:mChildState (Results 1 – 4 of 4) sorted by relevance
138 super(state.mChildState.newDrawable()); in ShadowDrawable()168 final ConstantState mChildState; field in LauncherIcons.ShadowDrawable.MyConstantState172 mChildState = childState; in MyConstantState()182 return mChildState.getChangingConfigurations(); in getChangingConfigurations()
96 mState.mChildState = d.getConstantState(); in KeyButtonDrawable()99 mAnimatedDrawable = (AnimatedVectorDrawable) mState.mChildState.newDrawable().mutate(); in KeyButtonDrawable()299 final Drawable d = mState.mChildState.newDrawable().mutate(); in regenerateBitmapIconCache()327 final Drawable d = mState.mChildState.newDrawable().mutate(); in regenerateBitmapShadowCache()391 ConstantState mChildState; field in KeyButtonDrawable.ShadowDrawableState
933 addState(mChildState, mParentState); in StateMachine3()936 setInitialState(mChildState); in StateMachine3()966 private ChildState mChildState = new ChildState(); field in StateMachineTest.StateMachine3994 assertEquals(sm3.mChildState, lr.getOriginalState()); in testStateMachine3()999 assertEquals(sm3.mChildState, lr.getOriginalState()); in testStateMachine3()
71879 Landroid/util/LauncherIcons$ShadowDrawable$MyConstantState;->mChildState:Landroid/graphics/drawable…