Home
last modified time | relevance | path

Searched refs:setLockIconView (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DLockIconViewController.kt23 fun setLockIconView(lockIconView: LockIconView) method
DEmptyLockIconViewController.kt41 override fun setLockIconView(lockIconView: LockIconView) { in setLockIconView() method in com.android.keyguard.EmptyLockIconViewController
DLegacyLockIconViewController.java263 public void setLockIconView(LockIconView lockIconView) { in setLockIconView() method in LegacyLockIconViewController
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/section/
DLockSection.kt104 lockIconViewController.get().setLockIconView(this) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/sections/
DDefaultDeviceEntrySection.kt112 lockIconViewController.get().setLockIconView(it) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardViewConfigurator.kt191 lockIconViewController.get().setLockIconView(LockIconView(context, null)) in initializeViews()
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DLegacyLockIconViewControllerBaseTest.java242 mUnderTest.setLockIconView(mLockIconView); in init()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationShadeWindowViewController.java255 lockIconViewController.setLockIconView(mView.findViewById(R.id.lock_icon_view)); in NotificationShadeWindowViewController()