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.java62 public void appear(float transformationAmount, TransformableView otherView) { in appear()
81 public void disappear(float transformationAmount, TransformableView otherView) { in disappear()
DTransformState.java168 View otherView = otherState.getTransformedView(); in transformViewFrom() local
319 View otherView = otherState.getTransformedView(); in transformViewTo() local
373 View otherView = otherState.getTransformedView(); in transformViewTo() local
420 public void appear(float transformationAmount, TransformableView otherView) { in appear()
430 public void disappear(float transformationAmount, TransformableView otherView) { in disappear()
DMessagingLayoutTransformState.java289 View otherView, boolean sameAsAny, boolean useLinearTransformation) { in transformView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardAffordanceHelper.java379 KeyguardAffordanceView otherView = translation > 0 ? mRightIcon : mLeftIcon; in setTranslation() local
413 KeyguardAffordanceView otherView = targetView == mRightIcon ? mLeftIcon : mRightIcon; in updateIconsFromTranslation() local
524 KeyguardAffordanceView otherView = left ? mRightIcon : mLeftIcon; in launchAffordance() local
DDemoStatusIcons.java275 private StatusBarMobileView matchingMobileView(StatusIconDisplayable otherView) { in matchingMobileView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DActivatableNotificationView.java1028 public boolean hasSameBgColor(ActivatableNotificationView otherView) { in hasSameBgColor()