Home
last modified time | relevance | path

Searched defs:occluded (Results 1 – 21 of 21) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/sysui/
DKeyguardChangeListener.java26 default void onKeyguardVisibilityChanged(boolean visible, boolean occluded, in onKeyguardVisibilityChanged()
DShellInterface.java49 default void onKeyguardVisibilityChanged(boolean visible, boolean occluded, in onKeyguardVisibilityChanged()
DShellController.java225 void onKeyguardVisibilityChanged(boolean visible, boolean occluded, boolean animatingDismiss) { in onKeyguardVisibilityChanged()
295 public void onKeyguardVisibilityChanged(boolean visible, boolean occluded, in onKeyguardVisibilityChanged()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DFakeKeyguardStateController.java31 public void notifyKeyguardState(boolean showing, boolean occluded) { in notifyKeyguardState()
DCentralSurfacesImplTest.java1304 private void setKeyguardShowingAndOccluded(boolean showing, boolean occluded) { in setKeyguardShowingAndOccluded()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardViewController.java89 void setOccluded(boolean occluded, boolean animate); in setOccluded()
DKeyguardUpdateMonitor.java733 public void setKeyguardShowing(boolean showing, boolean occluded) { in setKeyguardShowing()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyguardStateController.java197 default void notifyKeyguardState(boolean showing, boolean occluded) {} in notifyKeyguardState()
DKeyguardStateControllerImpl.java180 public void notifyKeyguardState(boolean showing, boolean occluded) { in notifyKeyguardState()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShadeWindowController.java75 default void setKeyguardOccluded(boolean occluded) {} in setKeyguardOccluded()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/sysui/
DShellControllerTest.java424 public void onKeyguardVisibilityChanged(boolean visible, boolean occluded, in onKeyguardVisibilityChanged()
/frameworks/base/services/core/java/com/android/server/policy/keyguard/
DKeyguardServiceDelegate.java70 volatile boolean occluded; field in KeyguardServiceDelegate.KeyguardState
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/
DKeyguardInteractor.kt155 combine(isKeyguardShowing, isKeyguardOccluded) { showing, occluded -> showing && !occluded } in <lambda>() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarKeyguardViewManager.java844 public void setOccluded(boolean occluded, boolean animate) { in setOccluded()
849 mKeyguardStateController.isShowing(), occluded); in setOccluded() local
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/compatui/
DCompatUIController.java268 public void onKeyguardVisibilityChanged(boolean visible, boolean occluded, in onKeyguardVisibilityChanged()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DTestWindowManagerPolicy.java225 public void onKeyguardOccludedChangedLw(boolean occluded, boolean waitAppTransition) { in onKeyguardOccludedChangedLw()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationShadeWindowControllerImpl.java620 public void setKeyguardOccluded(boolean occluded) { in setKeyguardOccluded()
/frameworks/base/services/core/java/com/android/server/policy/
DWindowManagerPolicy.java172 void onKeyguardOccludedChangedLw(boolean occluded, boolean waitAppTransition); in onKeyguardOccludedChangedLw()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
DPipController.java898 public void onKeyguardVisibilityChanged(boolean visible, boolean occluded, in onKeyguardVisibilityChanged()
/frameworks/base/core/proto/android/server/
Dwindowmanagerservice.proto94 optional bool occluded = 2; field
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
DSplitScreenController.java397 public void onKeyguardVisibilityChanged(boolean visible, boolean occluded, in onKeyguardVisibilityChanged()