Searched defs:otherView (Results 1 – 6 of 6) sorted by relevance
63 public void appear(float transformationAmount, TransformableView otherView) { in appear()82 public void disappear(float transformationAmount, TransformableView otherView) { in disappear()
168 View otherView = otherState.getTransformedView(); in transformViewFrom() local319 View otherView = otherState.getTransformedView(); in transformViewTo() local373 View otherView = otherState.getTransformedView(); in transformViewTo() local420 public void appear(float transformationAmount, TransformableView otherView) { in appear()430 public void disappear(float transformationAmount, TransformableView otherView) { in disappear()
282 View otherView, boolean sameAsAny, boolean useLinearTransformation) { in transformView()
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
278 private StatusBarMobileView matchingMobileView(StatusIconDisplayable otherView) { in matchingMobileView()
1053 public boolean hasSameBgColor(ActivatableNotificationView otherView) { in hasSameBgColor()