Loading quickstep/src/com/android/quickstep/views/RecentsView.java +3 −0 Original line number Diff line number Diff line Loading @@ -1246,6 +1246,8 @@ public abstract class RecentsView<ACTIVITY_TYPE extends StatefulActivity<STATE_T if (!mActivity.getDeviceProfile().isTablet) { mActionsView.updateDisabledFlags(OverviewActionsView.DISABLED_SCROLLING, true); } InteractionJankMonitorWrapper.begin(/* view= */ this, InteractionJankMonitorWrapper.CUJ_RECENTS_SCROLLING); } @Override Loading @@ -1259,6 +1261,7 @@ public abstract class RecentsView<ACTIVITY_TYPE extends StatefulActivity<STATE_T if (getNextPage() > 0) { setSwipeDownShouldLaunchApp(true); } InteractionJankMonitorWrapper.end(InteractionJankMonitorWrapper.CUJ_RECENTS_SCROLLING); } @Override Loading Loading
quickstep/src/com/android/quickstep/views/RecentsView.java +3 −0 Original line number Diff line number Diff line Loading @@ -1246,6 +1246,8 @@ public abstract class RecentsView<ACTIVITY_TYPE extends StatefulActivity<STATE_T if (!mActivity.getDeviceProfile().isTablet) { mActionsView.updateDisabledFlags(OverviewActionsView.DISABLED_SCROLLING, true); } InteractionJankMonitorWrapper.begin(/* view= */ this, InteractionJankMonitorWrapper.CUJ_RECENTS_SCROLLING); } @Override Loading @@ -1259,6 +1261,7 @@ public abstract class RecentsView<ACTIVITY_TYPE extends StatefulActivity<STATE_T if (getNextPage() > 0) { setSwipeDownShouldLaunchApp(true); } InteractionJankMonitorWrapper.end(InteractionJankMonitorWrapper.CUJ_RECENTS_SCROLLING); } @Override Loading