/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/domain/interactor/ |
D | StatusBarKeyguardViewManagerInteractor.kt | 40 val occluded: Boolean, in <lambda>() constant in com.android.systemui.statusbar.domain.interactor.OccludedState 101 val occluded = in <lambda>() constant
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/sysui/ |
D | KeyguardChangeListener.java | 26 default void onKeyguardVisibilityChanged(boolean visible, boolean occluded, in onKeyguardVisibilityChanged()
|
D | ShellInterface.java | 50 default void onKeyguardVisibilityChanged(boolean visible, boolean occluded, in onKeyguardVisibilityChanged()
|
D | ShellController.java | 273 void onKeyguardVisibilityChanged(boolean visible, boolean occluded, boolean animatingDismiss) { in onKeyguardVisibilityChanged() 368 public void onKeyguardVisibilityChanged(boolean visible, boolean occluded, in onKeyguardVisibilityChanged()
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/utils/leaks/ |
D | FakeKeyguardStateController.java | 73 public void setOccluded(boolean occluded) { in setOccluded()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/phone/ |
D | FakeKeyguardStateController.java | 31 public void notifyKeyguardState(boolean showing, boolean occluded) { in notifyKeyguardState()
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | KeyguardViewController.java | 88 void setOccluded(boolean occluded, boolean animate); in setOccluded()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | KeyguardStateController.java | 201 default void notifyKeyguardState(boolean showing, boolean occluded) {} in notifyKeyguardState()
|
D | KeyguardStateControllerImpl.java | 194 public void notifyKeyguardState(boolean showing, boolean occluded) { in notifyKeyguardState()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/deviceentry/domain/interactor/ |
D | OccludingAppDeviceEntryInteractor.kt | 78 ) { occluded, showing, primaryBouncerShowing, alternateBouncerVisible, dozing -> in <lambda>() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | LegacyActivityStarterInternalImpl.kt | 211 val occluded = (keyguardStateController.isShowing && keyguardStateController.isOccluded) in <lambda>() constant
|
D | StatusBarKeyguardViewManager.java | 1067 public void setOccluded(boolean occluded, boolean animate) { in setOccluded() 1072 mKeyguardStateController.isShowing(), occluded); in setOccluded() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/ |
D | FromDozingTransitionInteractor.kt | 129 occluded, in <lambda>() method
|
D | FromOccludedTransitionInteractor.kt | 160 .filterRelevantKeyguardStateAnd { (occluded, showing) -> !occluded && !showing } in <lambda>() method
|
D | FromPrimaryBouncerTransitionInteractor.kt | 152 .collect { (_, _, occluded, isDreaming, _, isIdleOnCommunal) -> in <lambda>() method
|
D | KeyguardInteractor.kt | 297 combine(isKeyguardShowing, isKeyguardOccluded) { showing, occluded -> showing && !occluded } in <lambda>() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationShadeWindowController.java | 75 default void setKeyguardOccluded(boolean occluded) {} in setKeyguardOccluded()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/keyguard/ |
D | KeyguardTransitionHandler.java | 155 boolean visible, boolean occluded, boolean animatingDismiss) { in onKeyguardVisibilityChanged()
|
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/sysui/ |
D | ShellControllerTest.java | 469 public void onKeyguardVisibilityChanged(boolean visible, boolean occluded, in onKeyguardVisibilityChanged()
|
/frameworks/base/services/core/java/com/android/server/policy/keyguard/ |
D | KeyguardServiceDelegate.java | 84 volatile boolean occluded; field in KeyguardServiceDelegate.KeyguardState
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | TestWindowManagerPolicy.java | 240 public void onKeyguardOccludedChangedLw(boolean occluded) { in onKeyguardOccludedChangedLw()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
D | NotificationShadeWindowControllerImpl.java | 700 public void setKeyguardOccluded(boolean occluded) { in setKeyguardOccluded()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/compatui/ |
D | CompatUIController.java | 379 public void onKeyguardVisibilityChanged(boolean visible, boolean occluded, in onKeyguardVisibilityChanged()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
D | CentralSurfacesImplTest.java | 1392 private void setKeyguardShowingAndOccluded(boolean showing, boolean occluded) { in setKeyguardShowingAndOccluded()
|
/frameworks/base/services/core/java/com/android/server/policy/ |
D | WindowManagerPolicy.java | 172 void onKeyguardOccludedChangedLw(boolean occluded); in onKeyguardOccludedChangedLw()
|