Searched refs:otherView (Results 1 - 5 of 5) sorted by path

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DActivatableNotificationView.java962 public boolean hasSameBgColor(ActivatableNotificationView otherView) { argument
963 return calculateBgColor() == otherView.calculateBgColor();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DImageTransformState.java58 public void appear(float transformationAmount, TransformableView otherView) { argument
59 if (otherView instanceof HybridNotificationView) {
72 super.appear(transformationAmount, otherView);
77 public void disappear(float transformationAmount, TransformableView otherView) { argument
78 if (otherView instanceof HybridNotificationView) {
91 super.disappear(transformationAmount, otherView);
H A DTransformState.java133 View otherView = otherState.getTransformedView();
134 if (transformScale && otherView.getWidth() != transformedView.getWidth()) {
135 setTransformationStartScaleX(otherView.getWidth() * otherView.getScaleX()
141 if (transformScale && otherView.getHeight() != transformedView.getHeight()) {
142 setTransformationStartScaleY(otherView.getHeight() * otherView.getScaleY()
276 View otherView = otherState.getTransformedView();
277 if (transformScale && otherView.getWidth() != transformedView.getWidth()) {
283 if (transformScale && otherView
424 appear(float transformationAmount, TransformableView otherView) argument
434 disappear(float transformationAmount, TransformableView otherView) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardAffordanceHelper.java384 KeyguardAffordanceView otherView = translation > 0 ? mRightIcon : mLeftIcon;
402 updateIcon(otherView, 0.0f, fadeOutAlpha * otherView.getRestingAlpha(),
420 KeyguardAffordanceView otherView = targetView == mRightIcon ? mLeftIcon : mRightIcon;
422 updateIconAlpha(otherView, fadeOutAlpha * otherView.getRestingAlpha(), false);
540 KeyguardAffordanceView otherView = left ? mRightIcon : mLeftIcon;
544 updateIcon(otherView, 0.0f, 0, true, false, true, false);
551 updateIcon(otherView, 0.0f, 0.0f, false, false, true, false);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java324 public int compare(ExpandableView view, ExpandableView otherView) {
326 float otherEndY = otherView.getTranslationY() + otherView.getActualHeight();

Completed in 168 milliseconds