Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DImageTransformState.java58 public void appear(float transformationAmount, TransformableView otherView) { in appear()
77 public void disappear(float transformationAmount, TransformableView otherView) { in disappear()
DTransformState.java125 View otherView = otherState.getTransformedView(); in transformViewFrom() local
246 View otherView = otherState.getTransformedView(); in transformViewTo() local
286 View otherView = otherState.getTransformedView(); in transformViewTo() local
380 public void appear(float transformationAmount, TransformableView otherView) { in appear()
390 public void disappear(float transformationAmount, TransformableView otherView) { in disappear()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardAffordanceHelper.java382 KeyguardAffordanceView otherView = translation > 0 ? mRightIcon : mLeftIcon; in setTranslation() local
418 KeyguardAffordanceView otherView = targetView == mRightIcon ? mLeftIcon : mRightIcon; in updateIconsFromTranslation() local
530 KeyguardAffordanceView otherView = left ? mRightIcon : mLeftIcon; in launchAffordance() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DActivatableNotificationView.java939 public boolean hasSameBgColor(ActivatableNotificationView otherView) { in hasSameBgColor()