Searched defs:otherView (Results 1 – 4 of 4) sorted by relevance
58 public void appear(float transformationAmount, TransformableView otherView) { in appear()77 public void disappear(float transformationAmount, TransformableView otherView) { in disappear()
125 View otherView = otherState.getTransformedView(); in transformViewFrom() local246 View otherView = otherState.getTransformedView(); in transformViewTo() local286 View otherView = otherState.getTransformedView(); in transformViewTo() local380 public void appear(float transformationAmount, TransformableView otherView) { in appear()390 public void disappear(float transformationAmount, TransformableView otherView) { in disappear()
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
939 public boolean hasSameBgColor(ActivatableNotificationView otherView) { in hasSameBgColor()