Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DTransformState.java124 View otherView = otherState.getTransformedView(); in transformViewFrom() local
245 View otherView = otherState.getTransformedView(); in transformViewTo() local
285 View otherView = otherState.getTransformedView(); in transformViewTo() local
/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.java910 public boolean hasSameBgColor(ActivatableNotificationView otherView) { in hasSameBgColor()