Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/util/
DLauncherIcons.java141 super(state.mChildState.newDrawable()); in ShadowDrawable()
171 final ConstantState mChildState; field in LauncherIcons.ShadowDrawable.MyConstantState
175 mChildState = childState; in MyConstantState()
185 return mChildState.getChangingConfigurations(); in getChangingConfigurations()
/frameworks/base/core/java/android/inputmethodservice/navigationbar/
DKeyButtonDrawable.java115 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
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/buttons/
DKeyButtonDrawable.java111 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
/frameworks/libs/modules-utils/javatests/com/android/internal/util/
DStateMachineTest.java942 addState(mChildState, mParentState); in StateMachine3()
945 setInitialState(mChildState); in StateMachine3()
975 private ChildState mChildState = new ChildState(); field in StateMachineTest.StateMachine3
1003 assertEquals(sm3.mChildState, lr.getOriginalState()); in testStateMachine3()
1008 assertEquals(sm3.mChildState, lr.getOriginalState()); in testStateMachine3()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt57213 Landroid/util/LauncherIcons$ShadowDrawable$MyConstantState;->mChildState:Landroid/graphics/drawable…