Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DImageTransformState.java62 public void appear(float transformationAmount, TransformableView otherView) { in appear()
81 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
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
DDemoStatusIcons.java296 private StatusBarMobileView matchingMobileView(StatusIconDisplayable otherView) { in matchingMobileView()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DKeyguardUserSwitcherAdapterTest.kt55 private lateinit var otherView: View variable in com.android.systemui.statusbar.policy.KeyguardUserSwitcherAdapterTest