Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardAffordanceHelper.java88 updateIcon(mLeftIcon, 0.0f, mLeftIcon.getRestingAlpha(), false, false, true, false); in KeyguardAffordanceHelper()
89 updateIcon(mCenterIcon, 0.0f, mCenterIcon.getRestingAlpha(), false, false, true, false); in KeyguardAffordanceHelper()
90 updateIcon(mRightIcon, 0.0f, mRightIcon.getRestingAlpha(), false, false, true, false); in KeyguardAffordanceHelper()
396 updateIcon(targetView, radius, alpha + fadeOutAlpha * targetView.getRestingAlpha(), in setTranslation()
399 updateIcon(targetView, 0.0f, fadeOutAlpha * targetView.getRestingAlpha(), in setTranslation()
402 updateIcon(otherView, 0.0f, fadeOutAlpha * otherView.getRestingAlpha(), in setTranslation()
404 updateIcon(mCenterIcon, 0.0f, fadeOutAlpha * mCenterIcon.getRestingAlpha(), in setTranslation()
421 updateIconAlpha(targetView, alpha + fadeOutAlpha * targetView.getRestingAlpha(), false); in updateIconsFromTranslation()
422 updateIconAlpha(otherView, fadeOutAlpha * otherView.getRestingAlpha(), false); in updateIconsFromTranslation()
423 updateIconAlpha(mCenterIcon, fadeOutAlpha * mCenterIcon.getRestingAlpha(), false); in updateIconsFromTranslation()
[all …]
DNotificationPanelView.java1594 lockIcon.setImageAlpha(lockIcon.getRestingAlpha(), true /* animate */, in updateUnlockIcon()
1931 icon.setImageAlpha(icon.getRestingAlpha(), in startHighlightIconAnimation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyguardAffordanceView.java468 public float getRestingAlpha() { in getRestingAlpha() method in KeyguardAffordanceView