Searched refs:otherView (Results 1 – 2 of 2) sorted by relevance
/packages/modules/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/utils/ |
D | ViewMatchers.kt | 71 private var otherView: View? = null in isAbove() variable 79 if (otherView == null) { in isAbove() 80 otherView = view.rootView.findViewByMatcher(otherViewMatcher) in isAbove() 81 if (otherView == null) return false // Other view not found in isAbove() 87 otherView!!.getLocationOnScreen(location2) // Safe call as otherView might be null in isAbove()
|
/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()
|