Searched defs:mChildState (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/util/
H A DLauncherIcons.java136 super(state.mChildState.newDrawable());
166 final ConstantState mChildState; field in class:LauncherIcons.ShadowDrawable.MyConstantState
170 mChildState = childState;
180 return mChildState.getChangingConfigurations();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DShadowKeyDrawable.java51 mState.mChildState = d.getConstantState();
147 final Drawable d = mState.mChildState.newDrawable().mutate();
190 ConstantState mChildState; field in class:ShadowKeyDrawable.ShadowDrawableState
/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
H A DStateMachineTest.java932 // mParentState and mChildState.
935 addState(mChildState, mParentState);
938 setInitialState(mChildState);
968 private ChildState mChildState = new ChildState(); field in class:StateMachineTest.StateMachine3
996 assertEquals(sm3.mChildState, lr.getOriginalState());
1001 assertEquals(sm3.mChildState, lr.getOriginalState());

Completed in 133 milliseconds