Searched defs:otherView (Results 1 – 5 of 5) sorted by relevance
64 public void appear(float transformationAmount, TransformableView otherView) { in appear()83 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()
240 private static boolean isDescendant(@NonNull View view, @NonNull View otherView) { in isDescendant()
7466 private boolean isOnTop(View view, View otherView, ArrayList<View> preorderedList) { in isOnTop()