Searched refs:mChildState (Results 1 – 5 of 5) sorted by relevance
141 super(state.mChildState.newDrawable()); in ShadowDrawable()171 final ConstantState mChildState; field in LauncherIcons.ShadowDrawable.MyConstantState175 mChildState = childState; in MyConstantState()185 return mChildState.getChangingConfigurations(); in getChangingConfigurations()
115 mState.mChildState = d.getConstantState(); in KeyButtonDrawable()118 mAnimatedDrawable = (AnimatedVectorDrawable) mState.mChildState.newDrawable().mutate(); in KeyButtonDrawable()337 final Drawable d = mState.mChildState.newDrawable().mutate(); in regenerateBitmapIconCache()365 final Drawable d = mState.mChildState.newDrawable().mutate(); in regenerateBitmapShadowCache()429 ConstantState mChildState; field in KeyButtonDrawable.ShadowDrawableState
111 mState.mChildState = d.getConstantState(); in KeyButtonDrawable()114 mAnimatedDrawable = (AnimatedVectorDrawable) mState.mChildState.newDrawable().mutate(); in KeyButtonDrawable()333 final Drawable d = mState.mChildState.newDrawable().mutate(); in regenerateBitmapIconCache()361 final Drawable d = mState.mChildState.newDrawable().mutate(); in regenerateBitmapShadowCache()425 ConstantState mChildState; field in KeyButtonDrawable.ShadowDrawableState
942 addState(mChildState, mParentState); in StateMachine3()945 setInitialState(mChildState); in StateMachine3()975 private ChildState mChildState = new ChildState(); field in StateMachineTest.StateMachine31003 assertEquals(sm3.mChildState, lr.getOriginalState()); in testStateMachine3()1008 assertEquals(sm3.mChildState, lr.getOriginalState()); in testStateMachine3()
57213 Landroid/util/LauncherIcons$ShadowDrawable$MyConstantState;->mChildState:Landroid/graphics/drawable…