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.java51 public void baseState() throws Exception { method in class:WakefulnessLifecycleTest
/frameworks/base/core/java/android/view/
H A DView.java17738 BaseSavedState baseState = (BaseSavedState) state;
17740 if ((baseState.mSavedData & BaseSavedState.START_ACTIVITY_REQUESTED_WHO_SAVED) != 0) {
17741 mStartActivityRequestWho = baseState.mStartActivityRequestWhoSaved;
17743 if ((baseState.mSavedData & BaseSavedState.IS_AUTOFILLED) != 0) {
17744 setAutofilled(baseState.mIsAutofilled);
17746 if ((baseState.mSavedData & BaseSavedState.AUTOFILL_ID) != 0) {
17752 mAutofillViewId = baseState.mAutofillViewId;
20298 * state values <var>baseState</var> that were returned by
20301 * @param baseState The base state values returned by
20306 * added to <var>baseState</va
20313 mergeDrawableStates(int[] baseState, int[] additionalState) argument
[all...]

Completed in 344 milliseconds