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.java539 overview.touchTaskbarBottomCorner(/* tapRight= */ false); in testTaskbarDeadzonesForTablet()
546 overview.touchTaskbarBottomCorner(/* tapRight= */ true); in testTaskbarDeadzonesForTablet()
551 overview.touchTaskbarBottomCorner(/* tapRight= */ false); in testTaskbarDeadzonesForTablet()
556 overview.touchTaskbarBottomCorner(/* tapRight= */ true); in testTaskbarDeadzonesForTablet()
/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DBaseOverview.java216 public void touchTaskbarBottomCorner(boolean tapRight) { in touchTaskbarBottomCorner() method in BaseOverview