Loading packages/SystemUI/src/com/android/systemui/statusbar/ExpandableNotificationRow.java +3 −0 Original line number Diff line number Diff line Loading @@ -905,6 +905,9 @@ public class ExpandableNotificationRow extends ActivatableNotificationView { } public void resetTranslation() { if (mTranslateAnim != null) { mTranslateAnim.cancel(); } if (mTranslateableViews != null) { for (int i = 0; i < mTranslateableViews.size(); i++) { mTranslateableViews.get(i).setTranslationX(0); Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/ExpandableNotificationRow.java +3 −0 Original line number Diff line number Diff line Loading @@ -905,6 +905,9 @@ public class ExpandableNotificationRow extends ActivatableNotificationView { } public void resetTranslation() { if (mTranslateAnim != null) { mTranslateAnim.cancel(); } if (mTranslateableViews != null) { for (int i = 0; i < mTranslateableViews.size(); i++) { mTranslateableViews.get(i).setTranslationX(0); Loading