Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/util/
DLauncherIcons.java138 super(state.mChildState.newDrawable()); in ShadowDrawable()
168 final ConstantState mChildState; field in LauncherIcons.ShadowDrawable.MyConstantState
172 mChildState = childState; in MyConstantState()
182 return mChildState.getChangingConfigurations(); in getChangingConfigurations()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyButtonDrawable.java96 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
/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
DStateMachineTest.java933 addState(mChildState, mParentState); in StateMachine3()
936 setInitialState(mChildState); in StateMachine3()
966 private ChildState mChildState = new ChildState(); field in StateMachineTest.StateMachine3
994 assertEquals(sm3.mChildState, lr.getOriginalState()); in testStateMachine3()
999 assertEquals(sm3.mChildState, lr.getOriginalState()); in testStateMachine3()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt71879 Landroid/util/LauncherIcons$ShadowDrawable$MyConstantState;->mChildState:Landroid/graphics/drawable…