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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
H A DScreenLifecycleTest.java51 public void baseState() throws Exception { method in class:ScreenLifecycleTest
H A DWakefulnessLifecycleTest.java52 public void baseState() throws Exception { method in class:WakefulnessLifecycleTest
/frameworks/base/core/java/android/view/
H A DView.java18640 BaseSavedState baseState = (BaseSavedState) state;
18642 if ((baseState.mSavedData & BaseSavedState.START_ACTIVITY_REQUESTED_WHO_SAVED) != 0) {
18643 mStartActivityRequestWho = baseState.mStartActivityRequestWhoSaved;
18645 if ((baseState.mSavedData & BaseSavedState.IS_AUTOFILLED) != 0) {
18646 setAutofilled(baseState.mIsAutofilled);
18648 if ((baseState.mSavedData & BaseSavedState.AUTOFILL_ID) != 0) {
18658 + baseState.mAutofillViewId + " because view explicitly set it to "
18662 mAutofillViewId = baseState.mAutofillViewId;
21373 * state values <var>baseState</var> that were returned by
21376 * @param baseState Th
21388 mergeDrawableStates(int[] baseState, int[] additionalState) argument
[all...]

Completed in 98 milliseconds