Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DImageTransformState.java64 public void appear(float transformationAmount, TransformableView otherView) { in appear()
83 public void disappear(float transformationAmount, TransformableView otherView) { in disappear()
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()
DMessagingLayoutTransformState.java323 View otherView, boolean sameAsAny, boolean useLinearTransformation) { in transformView()
/frameworks/base/core/java/android/view/
DScrollCaptureSearchResults.java240 private static boolean isDescendant(@NonNull View view, @NonNull View otherView) { in isDescendant()
DViewGroup.java7466 private boolean isOnTop(View view, View otherView, ArrayList<View> preorderedList) { in isOnTop()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DKeyguardUserSwitcherAdapterTest.kt57 private lateinit var otherView: View variable in com.android.systemui.statusbar.policy.KeyguardUserSwitcherAdapterTest