Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/util/
DLauncherIcons.java136 super(state.mChildState.newDrawable()); in ShadowDrawable()
166 final ConstantState mChildState; field in LauncherIcons.ShadowDrawable.MyConstantState
170 mChildState = childState; in MyConstantState()
180 return mChildState.getChangingConfigurations(); in getChangingConfigurations()
/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
DStateMachineTest.java780 addState(mChildState, mParentState); in StateMachine3()
783 setInitialState(mChildState); in StateMachine3()
813 private ChildState mChildState = new ChildState(); field in StateMachineTest.StateMachine3
841 assertEquals(sm3.mChildState, lr.getOriginalState()); in testStateMachine3()
846 assertEquals(sm3.mChildState, lr.getOriginalState()); in testStateMachine3()