Searched defs:otherView (Results 1 – 6 of 6) 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()
240 private static boolean isDescendant(@NonNull View view, @NonNull View otherView) { in isDescendant()
56 private lateinit var otherView: View variable in com.android.systemui.statusbar.policy.KeyguardUserSwitcherAdapterTest
379 private StatusBarMobileView matchingMobileView(StatusIconDisplayable otherView) { in matchingMobileView()