Merge "Revert "Change TAPL to swipe to stash taskbar (instead of deprec..."" into main

This commit is contained in:
Satish Yalla
2023-12-05 10:21:18 +00:00
committed by Android (Google) Code Review
12 changed files with 114 additions and 150 deletions
@@ -106,10 +106,10 @@ public class QuickstepTestInformationHandler extends TestInformationHandler {
});
return response;
case TestProtocol.REQUEST_TASKBAR_FROM_NAV_THRESHOLD: {
case TestProtocol.REQUEST_STASHED_TASKBAR_HEIGHT: {
final Resources resources = mContext.getResources();
response.putInt(TestProtocol.TEST_INFO_RESPONSE_FIELD,
resources.getDimensionPixelSize(R.dimen.taskbar_from_nav_threshold));
resources.getDimensionPixelSize(R.dimen.taskbar_stashed_size));
return response;
}