Home
last modified time | relevance | path

Searched refs:keyguardViewController (Results 1 – 17 of 17) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ui/binder/
DKeyguardSurfaceBehindParamsApplierTest.kt51 @Mock private lateinit var keyguardViewController: KeyguardViewController in <lambda>() variable in com.android.systemui.keyguard.ui.binder.KeyguardSurfaceBehindParamsApplierTest
66 keyguardViewController = keyguardViewController, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DSystemUIDialogManager.java49 KeyguardViewController keyguardViewController) { in SystemUIDialogManager() argument
51 mKeyguardViewController = keyguardViewController; in SystemUIDialogManager()
DBiometricUnlockController.java342 public void setKeyguardViewController(KeyguardViewController keyguardViewController) { in setKeyguardViewController() argument
343 mKeyguardViewController = keyguardViewController; in setKeyguardViewController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/
DKeyguardSurfaceBehindParamsApplier.kt50 private val keyguardViewController: KeyguardViewController, in <lambda>() constant in com.android.systemui.keyguard.ui.binder.KeyguardSurfaceBehindParamsApplier
60 get() = SyncRtSurfaceTransactionApplier(keyguardViewController.viewRootImpl.view) in <lambda>()
203 keyguardViewController.viewRootImpl.view?.visibility != View.VISIBLE && in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DWindowManagerOcclusionManager.kt84 val keyguardViewController: dagger.Lazy<KeyguardViewController>, in <lambda>() constant in com.android.systemui.keyguard.WindowManagerOcclusionManager
194 val localView: View = keyguardViewController.get().getViewRootImpl().getView() in <lambda>()
269 get() = keyguardViewController.get().getViewRootImpl().view as ViewGroup in <lambda>()
320 keyguardViewController.get().getViewRootImpl().view in <lambda>()
DKeyguardUnlockAnimationController.kt155 private val keyguardViewController: KeyguardViewController, in <lambda>() constant in com.android.systemui.keyguard.KeyguardUnlockAnimationController
555 keyguardViewController.viewRootImpl.view) in <lambda>()
897 keyguardViewController.viewRootImpl.width / 2f, in <lambda>()
904 if (keyguardViewController.viewRootImpl.view?.visibility != View.VISIBLE && in <lambda>()
937 if (keyguardViewController.viewRootImpl.view?.visibility != View.VISIBLE && in <lambda>()
1011 keyguardViewController.hide( in <lambda>()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/keyguard/
DKeyguardPasswordViewControllerTest.kt81 @Mock lateinit var keyguardViewController: KeyguardViewController variable in com.android.keyguard.KeyguardPasswordViewControllerTest
128 keyguardViewController, in setup()
138 Mockito.`when`(keyguardViewController.isBouncerShowing).thenReturn(true) in testFocusWhenBouncerIsShown()
149 Mockito.`when`(keyguardViewController.isBouncerShowing).thenReturn(false) in testDoNotFocusWhenBouncerIsHidden()
DKeyguardSecurityContainerControllerTest.kt143 @Mock private lateinit var keyguardViewController: KeyguardViewController in <lambda>() variable in com.android.keyguard.KeyguardSecurityContainerControllerTest
235 keyguardViewController, in <lambda>()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/ui/viewmodel/
DDeviceEntryIconViewModelKosmos.kt50 keyguardViewController = { statusBarKeyguardViewManager }, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardInputViewController.java228 KeyguardViewController keyguardViewController, in Factory() argument
244 mKeyguardViewController = keyguardViewController; in Factory()
DKeyguardPasswordViewController.java130 KeyguardViewController keyguardViewController, in KeyguardPasswordViewController() argument
142 mKeyguardViewController = keyguardViewController; in KeyguardPasswordViewController()
DLegacyLockIconViewController.java194 @NonNull KeyguardViewController keyguardViewController, in LegacyLockIconViewController() argument
215 mKeyguardViewController = keyguardViewController; in LegacyLockIconViewController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/
DDeviceEntryIconViewModel.kt70 private val keyguardViewController: Lazy<KeyguardViewController>, in <lambda>() constant
279 keyguardViewController.get().showPrimaryBouncer(/* scrim */ true) in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
DKeyguardUnlockAnimationControllerTest.kt63 private lateinit var keyguardViewController: KeyguardViewController in <lambda>() variable in com.android.systemui.keyguard.KeyguardUnlockAnimationControllerTest
107 keyguardStateController, { keyguardViewMediator }, keyguardViewController, in <lambda>()
114 whenever(keyguardViewController.viewRootImpl).thenReturn(mock(ViewRootImpl::class.java)) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/
DMediaHierarchyManager.kt110 private val keyguardViewController: KeyguardViewController, constant in com.android.systemui.media.controls.ui.controller.MediaHierarchyManager
1303 !keyguardViewController.isBouncerShowing && in isLockScreenVisibleToUser()
1312 !keyguardViewController.isBouncerShowing && in isLockScreenShadeVisibleToUser()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/ui/controller/
DMediaHierarchyManagerTest.kt102 @Mock private lateinit var keyguardViewController: KeyguardViewController variable in com.android.systemui.media.controls.ui.controller.MediaHierarchyManagerTest
151 keyguardViewController, in setup()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/
DTestMocksModule.kt125 @get:Provides val keyguardViewController: KeyguardViewController = mock(), constant