Home
last modified time | relevance | path

Searched refs:lockIcon (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DSuperStatusBarViewFactory.java80 LockIcon lockIcon = mNotificationShadeWindowView.findViewById(R.id.lock_icon); in getNotificationShadeWindowView() local
81 if (lockIcon != null) { in getNotificationShadeWindowView()
82 mLockIconController.attach(lockIcon); in getNotificationShadeWindowView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DLockscreenLockIconController.java353 public void attach(LockIcon lockIcon) { in attach() argument
354 mLockIcon = lockIcon; in attach()
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
DGlobalActionsDialog.java2611 Drawable lockIcon = mContext.getDrawable(com.android.internal.R.drawable.ic_lock);
2612 lockIcon.setTint(mContext.getColor(com.android.systemui.R.color.control_primary_text));
2613 mLockMessage.setCompoundDrawablesWithIntrinsicBounds(null, lockIcon, null, null);