Loading packages/SystemUI/src/com/android/systemui/recent/Choreographer.java +3 −1 Original line number Diff line number Diff line Loading @@ -134,8 +134,10 @@ import android.view.View; void jumpTo(boolean appearing) { mContentView.setTranslationY(appearing ? 0 : mPanelHeight); if (mScrimView.getBackground() != null) { mScrimView.getBackground().setAlpha(appearing ? 255 : 0); } } public void setPanelHeight(int h) { if (DEBUG) Slog.d(TAG, "panelHeight=" + h); Loading packages/SystemUI/src/com/android/systemui/recent/RecentsPanelView.java +1 −0 Original line number Diff line number Diff line Loading @@ -239,6 +239,7 @@ public class RecentsPanelView extends FrameLayout implements OnItemClickListener public void show(boolean show, boolean animate) { if (show) { refreshRecentTasksList(null, true); mWaitingToShow = true; mWaitingToShowAnimated = animate; showIfReady(); Loading Loading
packages/SystemUI/src/com/android/systemui/recent/Choreographer.java +3 −1 Original line number Diff line number Diff line Loading @@ -134,8 +134,10 @@ import android.view.View; void jumpTo(boolean appearing) { mContentView.setTranslationY(appearing ? 0 : mPanelHeight); if (mScrimView.getBackground() != null) { mScrimView.getBackground().setAlpha(appearing ? 255 : 0); } } public void setPanelHeight(int h) { if (DEBUG) Slog.d(TAG, "panelHeight=" + h); Loading
packages/SystemUI/src/com/android/systemui/recent/RecentsPanelView.java +1 −0 Original line number Diff line number Diff line Loading @@ -239,6 +239,7 @@ public class RecentsPanelView extends FrameLayout implements OnItemClickListener public void show(boolean show, boolean animate) { if (show) { refreshRecentTasksList(null, true); mWaitingToShow = true; mWaitingToShowAnimated = animate; showIfReady(); Loading