Home
last modified time | relevance | path

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

12

/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.java230 void onKeyguardVisibilityChanged(boolean visible, boolean occluded, boolean animatingDismiss) { in onKeyguardVisibilityChanged()
310 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.java1264 private void setKeyguardShowingAndOccluded(boolean showing, boolean occluded) { in setKeyguardShowingAndOccluded()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/
DFromAodTransitionInteractor.kt64 .collect { (_, lastStartedStep, occluded) -> in <lambda>() method
DFromDozingTransitionInteractor.kt63 .collect { (wakefulnessModel, lastStartedTransition, occluded) -> in <lambda>() method
DOccludingAppDeviceEntryInteractor.kt71 ) { occluded, showing, primaryBouncerShowing, alternateBouncerVisible -> in <lambda>() method
DFromPrimaryBouncerTransitionInteractor.kt135 occluded, in <lambda>() method
DKeyguardInteractor.kt173 combine(isKeyguardShowing, isKeyguardOccluded) { showing, occluded -> showing && !occluded } in <lambda>() method
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardViewController.java89 void setOccluded(boolean occluded, boolean animate); in setOccluded()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyguardStateController.java197 default void notifyKeyguardState(boolean showing, boolean occluded) {} in notifyKeyguardState()
DKeyguardStateControllerImpl.java191 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/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DActivityStarterImpl.kt537 val occluded = (keyguardStateController.isShowing && keyguardStateController.isOccluded) in <lambda>() constant
DStatusBarKeyguardViewManager.java889 public void setOccluded(boolean occluded, boolean animate) { in setOccluded()
894 mKeyguardStateController.isShowing(), occluded); in setOccluded() local
/frameworks/base/services/core/java/com/android/server/policy/keyguard/
DKeyguardServiceDelegate.java84 volatile boolean occluded; field in KeyguardServiceDelegate.KeyguardState
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DTestWindowManagerPolicy.java236 public void onKeyguardOccludedChangedLw(boolean occluded) { in onKeyguardOccludedChangedLw()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationShadeWindowControllerImpl.java630 public void setKeyguardOccluded(boolean occluded) { in setKeyguardOccluded()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/compatui/
DCompatUIController.java335 public void onKeyguardVisibilityChanged(boolean visible, boolean occluded, in onKeyguardVisibilityChanged()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
DDesktopModeWindowDecorViewModel.java950 public void onKeyguardVisibilityChanged(boolean visible, boolean occluded, in onKeyguardVisibilityChanged()
/frameworks/base/services/core/java/com/android/server/policy/
DWindowManagerPolicy.java172 void onKeyguardOccludedChangedLw(boolean occluded); in onKeyguardOccludedChangedLw()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
DPipController.java882 public void onKeyguardVisibilityChanged(boolean visible, boolean occluded, in onKeyguardVisibilityChanged()
/frameworks/base/core/proto/android/server/
Dwindowmanagerservice.proto95 optional bool occluded = 2; field

12