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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DImageTransformState.java61 public void appear(float transformationAmount, TransformableView otherView) { argument
62 if (otherView instanceof HybridNotificationView) {
75 super.appear(transformationAmount, otherView);
80 public void disappear(float transformationAmount, TransformableView otherView) { argument
81 if (otherView instanceof HybridNotificationView) {
94 super.disappear(transformationAmount, otherView);
H A DTransformState.java134 View otherView = otherState.getTransformedView();
136 setTransformationStartScaleX(otherState.getViewWidth() * otherView.getScaleX()
143 setTransformationStartScaleY(otherState.getViewHeight() * otherView.getScaleY()
285 View otherView = otherState.getTransformedView();
339 View otherView = otherState.getTransformedView();
433 public void appear(float transformationAmount, TransformableView otherView) { argument
443 public void disappear(float transformationAmount, TransformableView otherView) { argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DActivatableNotificationView.java975 public boolean hasSameBgColor(ActivatableNotificationView otherView) { argument
976 return calculateBgColor() == otherView.calculateBgColor();

Completed in 107 milliseconds