Home
last modified time | relevance | path

Searched defs:otherView (Results 1 – 2 of 2) sorted by relevance

/packages/modules/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/utils/
DViewMatchers.kt71 private var otherView: View? = null in isAbove() variable
/packages/apps/Dialer/java/com/android/incallui/answer/impl/affordance/
DSwipeButtonHelper.java421 SwipeButtonView otherView = translation > 0 ? rightIcon : leftIcon; in setTranslation() local
477 SwipeButtonView otherView = targetView == rightIcon ? leftIcon : rightIcon; in updateIconsFromTranslation() local
596 SwipeButtonView otherView = left ? rightIcon : leftIcon; in launchAffordance() local