/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ui/binder/ |
D | KeyguardSurfaceBehindParamsApplierTest.kt | 51 @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/ |
D | SystemUIDialogManager.java | 49 KeyguardViewController keyguardViewController) { in SystemUIDialogManager() argument 51 mKeyguardViewController = keyguardViewController; in SystemUIDialogManager()
|
D | BiometricUnlockController.java | 342 public void setKeyguardViewController(KeyguardViewController keyguardViewController) { in setKeyguardViewController() argument 343 mKeyguardViewController = keyguardViewController; in setKeyguardViewController()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/ |
D | KeyguardSurfaceBehindParamsApplier.kt | 50 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/ |
D | WindowManagerOcclusionManager.kt | 84 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>()
|
D | KeyguardUnlockAnimationController.kt | 155 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/ |
D | KeyguardPasswordViewControllerTest.kt | 81 @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()
|
D | KeyguardSecurityContainerControllerTest.kt | 143 @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/ |
D | DeviceEntryIconViewModelKosmos.kt | 50 keyguardViewController = { statusBarKeyguardViewManager }, in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | KeyguardInputViewController.java | 228 KeyguardViewController keyguardViewController, in Factory() argument 244 mKeyguardViewController = keyguardViewController; in Factory()
|
D | KeyguardPasswordViewController.java | 130 KeyguardViewController keyguardViewController, in KeyguardPasswordViewController() argument 142 mKeyguardViewController = keyguardViewController; in KeyguardPasswordViewController()
|
D | LegacyLockIconViewController.java | 194 @NonNull KeyguardViewController keyguardViewController, in LegacyLockIconViewController() argument 215 mKeyguardViewController = keyguardViewController; in LegacyLockIconViewController()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/ |
D | DeviceEntryIconViewModel.kt | 70 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/ |
D | KeyguardUnlockAnimationControllerTest.kt | 63 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/ |
D | MediaHierarchyManager.kt | 110 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/ |
D | MediaHierarchyManagerTest.kt | 102 @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/ |
D | TestMocksModule.kt | 125 @get:Provides val keyguardViewController: KeyguardViewController = mock(), constant
|