Home
last modified time | relevance | path

Searched refs:mChildState (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/util/
DLauncherIcons.java140 super(state.mChildState.newDrawable()); in ShadowDrawable()
170 final ConstantState mChildState; field in LauncherIcons.ShadowDrawable.MyConstantState
174 mChildState = childState; in MyConstantState()
184 return mChildState.getChangingConfigurations(); in getChangingConfigurations()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyButtonDrawable.java112 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
/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
DStateMachineTest.java935 addState(mChildState, mParentState); in StateMachine3()
938 setInitialState(mChildState); in StateMachine3()
968 private ChildState mChildState = new ChildState(); field in StateMachineTest.StateMachine3
996 assertEquals(sm3.mChildState, lr.getOriginalState()); in testStateMachine3()
1001 assertEquals(sm3.mChildState, lr.getOriginalState()); in testStateMachine3()