Home
last modified time | relevance | path

Searched refs:touchTaskbarBottomCorner (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
DTaplTestsQuickstep.java488 overview.touchTaskbarBottomCorner(/* tapRight= */ false); in testTaskbarDeadzonesForTablet()
494 overview.touchTaskbarBottomCorner(/* tapRight= */ true); in testTaskbarDeadzonesForTablet()
498 overview.touchTaskbarBottomCorner(/* tapRight= */ false); in testTaskbarDeadzonesForTablet()
502 overview.touchTaskbarBottomCorner(/* tapRight= */ true); in testTaskbarDeadzonesForTablet()
/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DBaseOverview.java250 public void touchTaskbarBottomCorner(boolean tapRight) { in touchTaskbarBottomCorner() method in BaseOverview