mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-04 09:56:49 +00:00
Merge "Add CUJ_RECENTS_SCROLLING" into tm-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
26e7dc1789
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user