Home
last modified time | relevance | path

Searched refs:lockIconViewController (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardBottomAreaView.kt63 private var lockIconViewController: LockIconViewController? = null in <lambda>() variable
71 lockIconViewController: LockIconViewController? = null, in <lambda>()
87 this.lockIconViewController = lockIconViewController in <lambda>()
158 lockIconViewController?.getBottom()?.toInt() ?: 0, in <lambda>()
164 val lockLocationTop = lockIconViewController?.getTop() ?: 0 in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/domain/interactor/
DShadeLockscreenInteractorImpl.kt40 private val lockIconViewController: LockIconViewController, constant in com.android.systemui.shade.domain.interactor.ShadeLockscreenInteractorImpl
59 lockIconViewController.dozeTimeTick() in dozeTimeTick()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DDebugDrawable.java51 LockIconViewController lockIconViewController, in DebugDrawable() argument
57 mLockIconViewController = lockIconViewController; in DebugDrawable()
DNotificationShadeWindowViewController.java173 LockIconViewController lockIconViewController, in NotificationShadeWindowViewController() argument
209 mLockIconViewController = lockIconViewController; in NotificationShadeWindowViewController()
255 lockIconViewController.setLockIconView(mView.findViewById(R.id.lock_icon_view)); in NotificationShadeWindowViewController()
DNotificationPanelViewController.java739 LockIconViewController lockIconViewController, in NotificationPanelViewController()
937 mLockIconViewController = lockIconViewController; in NotificationPanelViewController()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/shade/domain/interactor/
DShadeLockscreenInteractorKosmos.kt33 lockIconViewController = mock(), in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationShadeWindowViewControllerTest.kt130 @Mock private lateinit var lockIconViewController: LegacyLockIconViewController variable
210 lockIconViewController, in setUp()
453 whenever(lockIconViewController.willHandleTouchWhileDozing(DOWN_EVENT)).thenReturn(true) in shouldInterceptTouchEvent_dozing_touchInLockIconArea_touchNotIntercepted()
469 whenever(lockIconViewController.willHandleTouchWhileDozing(DOWN_EVENT)).thenReturn(false) in shouldInterceptTouchEvent_dozing_touchNotInLockIconArea_touchIntercepted()
488 whenever(lockIconViewController.willHandleTouchWhileDozing(DOWN_EVENT)).thenReturn(false) in shouldInterceptTouchEvent_dozing_touchInStatusBar_touchIntercepted()
510 whenever(lockIconViewController.willHandleTouchWhileDozing(DOWN_EVENT)).thenReturn(false) in shouldInterceptTouchEvent_dozingAndPulsing_touchIntercepted()
DNotificationShadeWindowViewTest.kt110 @Mock private lateinit var lockIconViewController: LegacyLockIconViewController variable in com.android.systemui.shade.NotificationShadeWindowViewTest
180 lockIconViewController, in setUp()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/section/
DLockSection.kt63 private val lockIconViewController: Lazy<LockIconViewController>, in <lambda>() constant in com.android.systemui.keyguard.ui.composable.section.LockSection
104 lockIconViewController.get().setLockIconView(this) in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ui/view/layout/sections/
DDefaultDeviceEntrySectionTest.kt61 @Mock private lateinit var lockIconViewController: LegacyLockIconViewController variable in com.android.systemui.keyguard.ui.view.layout.sections.DefaultDeviceEntrySectionTest
82 { lockIconViewController }, in setup()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/sections/
DDefaultDeviceEntrySection.kt65 private val lockIconViewController: Lazy<LockIconViewController>, in <lambda>() constant in com.android.systemui.keyguard.ui.view.layout.sections.DefaultDeviceEntrySection
112 lockIconViewController.get().setLockIconView(it) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardViewConfigurator.kt98 private val lockIconViewController: Lazy<LegacyLockIconViewController>, constant in com.android.systemui.keyguard.KeyguardViewConfigurator
191 lockIconViewController.get().setLockIconView(LockIconView(context, null)) in initializeViews()