Searched refs:mChildState (Results 1 – 3 of 3) 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()
112 mState.mChildState = d.getConstantState(); in KeyButtonDrawable()115 mAnimatedDrawable = (AnimatedVectorDrawable) mState.mChildState.newDrawable().mutate(); in KeyButtonDrawable()316 final Drawable d = mState.mChildState.newDrawable().mutate(); in regenerateBitmapIconCache()344 final Drawable d = mState.mChildState.newDrawable().mutate(); in regenerateBitmapShadowCache()408 ConstantState mChildState; field in KeyButtonDrawable.ShadowDrawableState
935 addState(mChildState, mParentState); in StateMachine3()938 setInitialState(mChildState); in StateMachine3()968 private ChildState mChildState = new ChildState(); field in StateMachineTest.StateMachine3996 assertEquals(sm3.mChildState, lr.getOriginalState()); in testStateMachine3()1001 assertEquals(sm3.mChildState, lr.getOriginalState()); in testStateMachine3()