Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 26e7dc17 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add CUJ_RECENTS_SCROLLING" into tm-qpr-dev

parents 8a40f055 9d4b775b
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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
@@ -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