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()
394 updateIcon(targetView, radius, alpha + fadeOutAlpha * targetView.getRestingAlpha(), in setTranslation()
397 updateIcon(targetView, 0.0f, fadeOutAlpha * targetView.getRestingAlpha(), in setTranslation()
400 updateIcon(otherView, 0.0f, fadeOutAlpha * otherView.getRestingAlpha(), in setTranslation()
402 updateIcon(mCenterIcon, 0.0f, fadeOutAlpha * mCenterIcon.getRestingAlpha(), in setTranslation()
419 updateIconAlpha(targetView, alpha + fadeOutAlpha * targetView.getRestingAlpha(), false); in updateIconsFromTranslation()
420 updateIconAlpha(otherView, fadeOutAlpha * otherView.getRestingAlpha(), false); in updateIconsFromTranslation()
421 updateIconAlpha(mCenterIcon, fadeOutAlpha * mCenterIcon.getRestingAlpha(), false); in updateIconsFromTranslation()
[all …]
DNotificationPanelView.java1696 lockIcon.setImageAlpha(lockIcon.getRestingAlpha(), true /* animate */, in updateUnlockIcon()
2068 icon.setImageAlpha(icon.getRestingAlpha(), in startHighlightIconAnimation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyguardAffordanceView.java473 public float getRestingAlpha() { in getRestingAlpha() method in KeyguardAffordanceView