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/
DSystemUIFactory.java97 ViewGroup indicationArea, LockIcon lockIcon) { in createKeyguardIndicationController() argument
98 return new KeyguardIndicationController(context, indicationArea, lockIcon); in createKeyguardIndicationController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyguardIndicationController.java101 LockIcon lockIcon) { in KeyguardIndicationController() argument
102 this(context, indicationArea, lockIcon, in KeyguardIndicationController()
112 KeyguardIndicationController(Context context, ViewGroup indicationArea, LockIcon lockIcon, in KeyguardIndicationController() argument
120 mLockIcon = lockIcon; in KeyguardIndicationController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelView.java1588 KeyguardAffordanceView lockIcon = mKeyguardBottomArea.getLockIcon(); in updateUnlockIcon() local
1590 lockIcon.setImageAlpha(1.0f, true, 150, Interpolators.FAST_OUT_LINEAR_IN, null); in updateUnlockIcon()
1591 lockIcon.setImageScale(LOCK_ICON_ACTIVE_SCALE, true, 150, in updateUnlockIcon()
1594 lockIcon.setImageAlpha(lockIcon.getRestingAlpha(), true /* animate */, in updateUnlockIcon()
1596 lockIcon.setImageScale(1.0f, true, 150, in updateUnlockIcon()
1779 KeyguardAffordanceView lockIcon = mKeyguardBottomArea.getLockIcon(); in onTrackingStopped() local
1780 lockIcon.setImageAlpha(0.0f, true, 100, Interpolators.FAST_OUT_LINEAR_IN, null); in onTrackingStopped()
1781 lockIcon.setImageScale(2.0f, true, 100, Interpolators.FAST_OUT_LINEAR_IN); in onTrackingStopped()