Home
last modified time | relevance | path

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

/cts/tests/tests/systemui/src/android/systemui/cts/
DWindowInsetsBehaviorTests.java609 mainThreadRun(() -> mActionBounds = mActivity.getActionBounds( in systemGesture_excludeViewRects_withoutAnyCancel()
644 mainThreadRun(() -> mActionBounds = mActivity.getActionBounds( in systemGesture_notExcludeViewRects_withoutAnyCancel()
665 mainThreadRun(() -> mActionBounds = mActivity.getActionBounds( in tappableElements_tapSamplePoints_excludeViewRects_withoutAnyCancel()
687 mainThreadRun(() -> mActionBounds = mActivity.getActionBounds( in tappableElements_tapSamplePoints_notExcludeViewRects_withoutAnyCancel()
DWindowInsetsActivity.java262 public Rect getActionBounds(Insets insets, WindowInsets windowInsets) { in getActionBounds() method in WindowInsetsActivity