Loading packages/SystemUI/src/com/android/systemui/recents/views/TaskViewTransform.java +2 −0 Original line number Diff line number Diff line Loading @@ -132,6 +132,8 @@ public class TaskViewTransform { /** Reset the transform on a view. */ public static void reset(View v) { // Cancel any running animations v.animate().cancel(); v.setTranslationX(0f); v.setTranslationY(0f); v.setTranslationZ(0f); Loading Loading
packages/SystemUI/src/com/android/systemui/recents/views/TaskViewTransform.java +2 −0 Original line number Diff line number Diff line Loading @@ -132,6 +132,8 @@ public class TaskViewTransform { /** Reset the transform on a view. */ public static void reset(View v) { // Cancel any running animations v.animate().cancel(); v.setTranslationX(0f); v.setTranslationY(0f); v.setTranslationZ(0f); Loading