Searched refs:updateIconAlpha (Results 1 – 1 of 1) sorted by relevance
414 updateIconAlpha(targetView, alpha + fadeOutAlpha * targetView.getRestingAlpha(), false); in updateIconsFromTranslation()415 updateIconAlpha(otherView, fadeOutAlpha * otherView.getRestingAlpha(), false); in updateIconsFromTranslation()448 updateIconAlpha(view, alpha, animate); in updateIcon()451 private void updateIconAlpha(KeyguardAffordanceView view, float alpha, boolean animate) { in updateIconAlpha() method in KeyguardAffordanceHelper