Searched refs:lockIcon (Results 1 – 3 of 3) sorted by relevance
80 LockIcon lockIcon = mNotificationShadeWindowView.findViewById(R.id.lock_icon); in getNotificationShadeWindowView() local81 if (lockIcon != null) { in getNotificationShadeWindowView()82 mLockIconController.attach(lockIcon); in getNotificationShadeWindowView()
353 public void attach(LockIcon lockIcon) { in attach() argument354 mLockIcon = lockIcon; in attach()
2611 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);