Searched refs:otherView (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Dialer/java/com/android/incallui/answer/impl/affordance/ |
D | SwipeButtonHelper.java | 421 SwipeButtonView otherView = translation > 0 ? rightIcon : leftIcon; in setTranslation() local 453 if (otherView != null) { in setTranslation() 455 otherView, in setTranslation() 457 fadeOutAlpha * otherView.getRestingAlpha(), in setTranslation() 477 SwipeButtonView otherView = targetView == rightIcon ? leftIcon : rightIcon; in updateIconsFromTranslation() local 479 if (otherView != null) { in updateIconsFromTranslation() 480 updateIconAlpha(otherView, fadeOutAlpha * otherView.getRestingAlpha(), false); in updateIconsFromTranslation() 596 SwipeButtonView otherView = left ? rightIcon : leftIcon; in launchAffordance() local 600 updateIcon(otherView, 0.0f, 0, true, false, true, false); in launchAffordance() 605 updateIcon(otherView, 0.0f, 0.0f, false, false, true, false); in launchAffordance()
|