Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/util/
H A 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()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/graphics/
H A DShadowDrawable.java124 Drawable d = mState.mChildState.newDrawable().mutate(); in regenerateBitmapCache()
178 mState.mChildState = d.getConstantState(); in inflate()
196 ConstantState mChildState; field in ShadowDrawable.ShadowDrawableState
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/buttons/
H A 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
/aosp12/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
H A 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()
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/
H A DStateMachineTest.java904 addState(mChildState, mParentState); in StateMachine3()
907 setInitialState(mChildState); in StateMachine3()
937 private ChildState mChildState = new ChildState(); field in StateMachineTest.StateMachine3
965 Assert.assertEquals(sm3.mChildState, lr.getOriginalState()); in testStateMachine3()
970 Assert.assertEquals(sm3.mChildState, lr.getOriginalState()); in testStateMachine3()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt61179 Landroid/util/LauncherIcons$ShadowDrawable$MyConstantState;->mChildState:Landroid/graphics/drawable…