Searched defs:otherView (Results 1 – 3 of 3) sorted by relevance
124 View otherView = otherState.getTransformedView(); in transformViewFrom() local245 View otherView = otherState.getTransformedView(); in transformViewTo() local285 View otherView = otherState.getTransformedView(); in transformViewTo() local
382 KeyguardAffordanceView otherView = translation > 0 ? mRightIcon : mLeftIcon; in setTranslation() local418 KeyguardAffordanceView otherView = targetView == mRightIcon ? mLeftIcon : mRightIcon; in updateIconsFromTranslation() local530 KeyguardAffordanceView otherView = left ? mRightIcon : mLeftIcon; in launchAffordance() local
910 public boolean hasSameBgColor(ActivatableNotificationView otherView) { in hasSameBgColor()