Searched refs:hideKeyguard (Results 1 – 6 of 6) sorted by relevance
201 private val hideKeyguard: Flow<Boolean> = in <lambda>() constant in com.android.systemui.keyguard.ui.viewmodel.KeyguardRootViewModel233 hideKeyguard, in <lambda>()268 ) { hideKeyguard, alpha -> in <lambda>() method269 if (hideKeyguard) { in <lambda>()
51 override fun hideKeyguard() = false in hideKeyguard() method in com.android.systemui.statusbar.phone.CentralSurfacesEmptyImpl
710 mCentralSurfaces.hideKeyguard(); in showBouncerOrKeyguard()939 mCentralSurfaces.hideKeyguard(); in reset()1164 mCentralSurfaces.hideKeyguard(); in hide()1194 mCentralSurfaces.hideKeyguard(); in hide()1201 mCentralSurfaces.hideKeyguard(); in hide()
229 boolean hideKeyguard(); in hideKeyguard() method
2014 public boolean hideKeyguard() { in hideKeyguard() method
1031 verify(mCentralSurfaces).hideKeyguard(); in testShowBouncerOrKeyguard_needsFullScreen()1041 verify(mCentralSurfaces, never()).hideKeyguard(); in testShowBouncerOrKeyguard_needsFullScreen_bouncerAlreadyShowing()