Home
last modified time | relevance | path

Searched refs:setLaunchCameraOnFinishedGoingToSleep (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DCentralSurfacesEmptyImpl.kt93 override fun setLaunchCameraOnFinishedGoingToSleep(launch: Boolean) {} in setLaunchCameraOnFinishedGoingToSleep() method in com.android.systemui.statusbar.phone.CentralSurfacesEmptyImpl
DCentralSurfaces.java313 void setLaunchCameraOnFinishedGoingToSleep(boolean launch); in setLaunchCameraOnFinishedGoingToSleep() method
DCentralSurfacesCommandQueueCallbacks.java344 mCentralSurfaces.setLaunchCameraOnFinishedGoingToSleep(true); in onCameraLaunchGestureDetected()
DCentralSurfacesImpl.java331 public void setLaunchCameraOnFinishedGoingToSleep(boolean launch) { in setLaunchCameraOnFinishedGoingToSleep() method in CentralSurfacesImpl