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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardAffordanceHelper.java387 updateIconAlpha(targetView, alpha, false);
388 updateIconAlpha(otherView, fadeOutAlpha, false);
389 updateIconAlpha(mCenterIcon, fadeOutAlpha, false);
412 updateIconAlpha(view, alpha, animate);
415 private void updateIconAlpha(KeyguardAffordanceView view, float alpha, boolean animate) { method in class:KeyguardAffordanceHelper

Completed in 55 milliseconds