Home
last modified time | relevance | path

Searched refs:hideKeyguard (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/
DKeyguardRootViewModel.kt201 private val hideKeyguard: Flow<Boolean> = in <lambda>() constant in com.android.systemui.keyguard.ui.viewmodel.KeyguardRootViewModel
233 hideKeyguard, in <lambda>()
268 ) { hideKeyguard, alpha -> in <lambda>() method
269 if (hideKeyguard) { in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DCentralSurfacesEmptyImpl.kt51 override fun hideKeyguard() = false in hideKeyguard() method in com.android.systemui.statusbar.phone.CentralSurfacesEmptyImpl
DStatusBarKeyguardViewManager.java710 mCentralSurfaces.hideKeyguard(); in showBouncerOrKeyguard()
939 mCentralSurfaces.hideKeyguard(); in reset()
1164 mCentralSurfaces.hideKeyguard(); in hide()
1194 mCentralSurfaces.hideKeyguard(); in hide()
1201 mCentralSurfaces.hideKeyguard(); in hide()
DCentralSurfaces.java229 boolean hideKeyguard(); in hideKeyguard() method
DCentralSurfacesImpl.java2014 public boolean hideKeyguard() { in hideKeyguard() method
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarKeyguardViewManagerTest.java1031 verify(mCentralSurfaces).hideKeyguard(); in testShowBouncerOrKeyguard_needsFullScreen()
1041 verify(mCentralSurfaces, never()).hideKeyguard(); in testShowBouncerOrKeyguard_needsFullScreen_bouncerAlreadyShowing()