Home
last modified time | relevance | path

Searched defs:isKeyguardOccluded (Results 1 – 17 of 17) sorted by relevance

/frameworks/base/core/java/android/view/
DIRemoteAnimationRunner.aidl49 void onAnimationCancelled(boolean isKeyguardOccluded); in onAnimationCancelled()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DAppChangeTransitionTests.java90 public void onAnimationCancelled(boolean isKeyguardOccluded) { in onAnimationCancelled()
DAppTransitionTests.java587 public void onAnimationCancelled(boolean isKeyguardOccluded) { in onAnimationCancelled()
DTestWindowManagerPolicy.java190 public boolean isKeyguardOccluded() { in isKeyguardOccluded() method in TestWindowManagerPolicy
DAppTransitionControllerTest.java813 public void onAnimationCancelled(boolean isKeyguardOccluded) throws RemoteException { in onAnimationCancelled()
/frameworks/base/core/java/android/window/
DStartingWindowInfo.java176 public boolean isKeyguardOccluded = false; field in StartingWindowInfo
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
DLegacyTransitions.java110 public void onAnimationCancelled(boolean isKeyguardOccluded) throws RemoteException { in onAnimationCancelled()
/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/
DTaskFragmentAnimationRunner.java86 public void onAnimationCancelled(boolean isKeyguardOccluded) { in onAnimationCancelled()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/data/repository/
DFakeKeyguardRepository.kt54 override val isKeyguardOccluded: Flow<Boolean> = _isKeyguardOccluded constant in com.android.systemui.keyguard.data.repository.FakeKeyguardRepository
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/data/repository/
DKeyguardRepositoryImplTest.kt199 fun isKeyguardOccluded() = in <lambda>() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/
DKeyguardInteractor.kt136 val isKeyguardOccluded: Flow<Boolean> = repository.isKeyguardOccluded in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/
DKeyguardRepository.kt87 val isKeyguardOccluded: Flow<Boolean> constant
259 override val isKeyguardOccluded: Flow<Boolean> = in isKeyguardShowing() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardViewMediator.java3388 public void onAnimationCancelled(boolean isKeyguardOccluded) throws RemoteException { in onAnimationCancelled()
3436 public void onAnimationCancelled(boolean isKeyguardOccluded) throws RemoteException { in onAnimationCancelled()
/frameworks/base/services/core/java/com/android/server/policy/
DWindowManagerPolicy.java926 public boolean isKeyguardOccluded(); in isKeyguardOccluded() method
DPhoneWindowManager.java5034 public boolean isKeyguardOccluded() { in isKeyguardOccluded() method
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayPolicy.java2228 private boolean isKeyguardOccluded() { in isKeyguardOccluded() method
DDisplayContent.java6399 boolean isKeyguardOccluded() { in isKeyguardOccluded() method in DisplayContent