Searched refs:mChildState (Results 1 – 6 of 6) sorted by relevance
140 super(state.mChildState.newDrawable()); in ShadowDrawable()170 final ConstantState mChildState; field in LauncherIcons.ShadowDrawable.MyConstantState174 mChildState = childState; in MyConstantState()184 return mChildState.getChangingConfigurations(); in getChangingConfigurations()
124 Drawable d = mState.mChildState.newDrawable().mutate(); in regenerateBitmapCache()178 mState.mChildState = d.getConstantState(); in inflate()196 ConstantState mChildState; field in ShadowDrawable.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
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()
904 addState(mChildState, mParentState); in StateMachine3()907 setInitialState(mChildState); in StateMachine3()937 private ChildState mChildState = new ChildState(); field in StateMachineTest.StateMachine3965 Assert.assertEquals(sm3.mChildState, lr.getOriginalState()); in testStateMachine3()970 Assert.assertEquals(sm3.mChildState, lr.getOriginalState()); in testStateMachine3()
61179 Landroid/util/LauncherIcons$ShadowDrawable$MyConstantState;->mChildState:Landroid/graphics/drawable…