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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardAffordanceHelper.java88 updateIcon(mLeftIcon, 0.0f, mLeftIcon.getRestingAlpha(), false, false, true, false);
89 updateIcon(mCenterIcon, 0.0f, mCenterIcon.getRestingAlpha(), false, false, true, false);
90 updateIcon(mRightIcon, 0.0f, mRightIcon.getRestingAlpha(), false, false, true, false);
394 updateIcon(targetView, radius, alpha + fadeOutAlpha * targetView.getRestingAlpha(),
397 updateIcon(targetView, 0.0f, fadeOutAlpha * targetView.getRestingAlpha(),
400 updateIcon(otherView, 0.0f, fadeOutAlpha * otherView.getRestingAlpha(),
402 updateIcon(mCenterIcon, 0.0f, fadeOutAlpha * mCenterIcon.getRestingAlpha(),
419 updateIconAlpha(targetView, alpha + fadeOutAlpha * targetView.getRestingAlpha(), false);
420 updateIconAlpha(otherView, fadeOutAlpha * otherView.getRestingAlpha(), false);
421 updateIconAlpha(mCenterIcon, fadeOutAlpha * mCenterIcon.getRestingAlpha(), fals
[all...]
H A DNotificationPanelView.java1528 lockIcon.setImageAlpha(lockIcon.getRestingAlpha(), true /* animate */,
1863 icon.setImageAlpha(icon.getRestingAlpha(),
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DKeyguardAffordanceView.java456 public float getRestingAlpha() { method in class:KeyguardAffordanceView

Completed in 73 milliseconds