Home
last modified time | relevance | path

Searched refs:isLaunchingAffordance (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DCameraLauncher.java63 public boolean isLaunchingAffordance() { in isLaunchingAffordance() method in CameraLauncher
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DCentralSurfacesImplTest.java760 when(mCameraLauncher.isLaunchingAffordance()).thenReturn(true); in testTransitionLaunch_goesToUnlocked()
796 when(mCameraLauncher.isLaunchingAffordance()).thenReturn(false); in testTransitionLaunch_noPreview_doesntGoUnlocked()