Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DImageTransformState.java64 public void appear(float transformationAmount, TransformableView otherView) { in appear()
83 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()
/aosp14/frameworks/base/core/java/android/view/
H A DScrollCaptureSearchResults.java240 private static boolean isDescendant(@NonNull View view, @NonNull View otherView) { in isDescendant()
H A DViewGroup.java7466 private boolean isOnTop(View view, View otherView, ArrayList<View> preorderedList) { in isOnTop()