Searched refs:lockIcon (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | NotificationPanelView.java | 1659 KeyguardAffordanceView lockIcon = mKeyguardBottomArea.getLockIcon(); in updateUnlockIcon() local 1661 lockIcon.setImageAlpha(1.0f, true, 150, mFastOutLinearInterpolator, null); in updateUnlockIcon() 1662 lockIcon.setImageScale(LOCK_ICON_ACTIVE_SCALE, true, 150, in updateUnlockIcon() 1665 lockIcon.setImageAlpha(lockIcon.getRestingAlpha(), true /* animate */, in updateUnlockIcon() 1667 lockIcon.setImageScale(1.0f, true, 150, in updateUnlockIcon() 1870 KeyguardAffordanceView lockIcon = mKeyguardBottomArea.getLockIcon(); in onTrackingStopped() local 1871 lockIcon.setImageAlpha(0.0f, true, 100, mFastOutLinearInterpolator, null); in onTrackingStopped() 1872 lockIcon.setImageScale(2.0f, true, 100, mFastOutLinearInterpolator); in onTrackingStopped()
|