HomeSort by relevance Sort by last modified time
    Searched refs:keyguardOccluded (Results 1 - 7 of 7) sorted by null

  /cts/hostsidetests/services/activityandwindowmanager/activitymanager/src/android/server/cts/
KeyguardTestBase.java 28 assertTrue(mAmWmState.getAmState().getKeyguardControllerState().keyguardOccluded);
33 assertFalse(mAmWmState.getAmState().getKeyguardControllerState().keyguardOccluded);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
StatusBarWindowManager.java 142 if (state.bouncerShowing && (state.keyguardOccluded || state.keyguardNeedsInput)
267 mCurrentState.keyguardOccluded = occluded;
390 boolean keyguardOccluded;
415 return keyguardShowing && !keyguardOccluded;
NavigationBarFragment.java 607 public void onKeyguardOccludedChanged(boolean keyguardOccluded) {
608 mNavigationBarView.onKeyguardOccludedChanged(keyguardOccluded);
NavigationBarView.java 633 public void onKeyguardOccludedChanged(boolean keyguardOccluded) {
StatusBar.java     [all...]
  /cts/hostsidetests/services/activityandwindowmanager/util/src/android/server/cts/
ActivityAndWindowManagersState.java 226 && !state.getKeyguardControllerState().keyguardOccluded,
232 && state.getKeyguardControllerState().keyguardOccluded,
    [all...]
ActivityManagerState.java 822 boolean keyguardOccluded;
862 keyguardOccluded = Boolean.valueOf(occludedString);

Completed in 79 milliseconds