Searched refs:updateIconAlpha (Results 1 – 1 of 1) sorted by relevance
478 updateIconAlpha(targetView, alpha + fadeOutAlpha * targetView.getRestingAlpha(), false); in updateIconsFromTranslation()480 updateIconAlpha(otherView, fadeOutAlpha * otherView.getRestingAlpha(), false); in updateIconsFromTranslation()521 updateIconAlpha(view, alpha, animate); in updateIcon()524 private void updateIconAlpha(SwipeButtonView view, float alpha, boolean animate) { in updateIconAlpha() method in SwipeButtonHelper