Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DImageTransformState.java62 public void appear(float transformationAmount, TransformableView otherView) { in appear()
81 public void disappear(float transformationAmount, TransformableView otherView) { in disappear()
H A DTransformState.java181 View otherView = otherState.getTransformedView(); in transformViewFrom() local
452 public void appear(float transformationAmount, TransformableView otherView) { in appear()
462 public void disappear(float transformationAmount, TransformableView otherView) { in disappear()
H A DMessagingLayoutTransformState.java323 View otherView, boolean sameAsAny, boolean useLinearTransformation) { in transformView()
/aosp12/packages/apps/Dialer/java/com/android/incallui/answer/impl/affordance/
H A 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
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardAffordanceHelper.java382 KeyguardAffordanceView otherView = translation > 0 ? mRightIcon : mLeftIcon; in setTranslation() local
416 KeyguardAffordanceView otherView = targetView == mRightIcon ? mLeftIcon : mRightIcon; in updateIconsFromTranslation() local
527 KeyguardAffordanceView otherView = left ? mRightIcon : mLeftIcon; in launchAffordance() local
H A DDemoStatusIcons.java296 private StatusBarMobileView matchingMobileView(StatusIconDisplayable otherView) { in matchingMobileView()
/aosp12/frameworks/base/core/java/android/view/
H A DScrollCaptureSearchResults.java240 private static boolean isDescendant(@NonNull View view, @NonNull View otherView) { in isDescendant()