Searched defs:otherView (Results 1 – 7 of 7) sorted by relevance
62 public void appear(float transformationAmount, TransformableView otherView) { in appear()81 public void disappear(float transformationAmount, TransformableView otherView) { in disappear()
181 View otherView = otherState.getTransformedView(); in transformViewFrom() local452 public void appear(float transformationAmount, TransformableView otherView) { in appear()462 public void disappear(float transformationAmount, TransformableView otherView) { in disappear()
323 View otherView, boolean sameAsAny, boolean useLinearTransformation) { in transformView()
421 SwipeButtonView otherView = translation > 0 ? rightIcon : leftIcon; in setTranslation() local477 SwipeButtonView otherView = targetView == rightIcon ? leftIcon : rightIcon; in updateIconsFromTranslation() local596 SwipeButtonView otherView = left ? rightIcon : leftIcon; in launchAffordance() local
382 KeyguardAffordanceView otherView = translation > 0 ? mRightIcon : mLeftIcon; in setTranslation() local416 KeyguardAffordanceView otherView = targetView == mRightIcon ? mLeftIcon : mRightIcon; in updateIconsFromTranslation() local527 KeyguardAffordanceView otherView = left ? mRightIcon : mLeftIcon; in launchAffordance() local
296 private StatusBarMobileView matchingMobileView(StatusIconDisplayable otherView) { in matchingMobileView()
240 private static boolean isDescendant(@NonNull View view, @NonNull View otherView) { in isDescendant()