Home
last modified time | relevance | path

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

/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DGestureNavSwitchHelper.java64 private boolean hasSystemGestureFeature() { in hasSystemGestureFeature() method in GestureNavSwitchHelper
92 if (!hasSystemGestureFeature()) { in enableGestureNavigationMode()
105 if (!hasSystemGestureFeature()) { in enableGestureNav()
/cts/tests/tests/systemui/src/android/systemui/cts/
DWindowInsetsBehaviorTests.java219 private boolean hasSystemGestureFeature() { in hasSystemGestureFeature() method in WindowInsetsBehaviorTests
306 if (!hasSystemGestureFeature()) { in setUp()
366 if (!hasSystemGestureFeature()) { in tearDown()
632 assumeTrue(hasSystemGestureFeature()); in systemGesture_excludeViewRects_withoutAnyCancel()
666 assumeTrue(hasSystemGestureFeature()); in systemGesture_notExcludeViewRects_withoutAnyCancel()
689 assumeTrue(hasSystemGestureFeature()); in tappableElements_tapSamplePoints_excludeViewRects_withoutAnyCancel()
709 assumeTrue(hasSystemGestureFeature()); in tappableElements_tapSamplePoints_notExcludeViewRects_withoutAnyCancel()
731 assumeTrue(hasSystemGestureFeature()); in swipeInsideLimit_systemUiVisible_noEventCanceled()
744 assumeTrue(hasSystemGestureFeature()); in swipeOutsideLimit_systemUiVisible_allEventsCanceled()
759 assumeTrue(hasSystemGestureFeature()); in swipeInsideLimit_immersiveSticky_noEventCanceled()
[all …]