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.java635 mainThreadRun(() -> mActionBounds = mActivity.getActionBounds( in systemGesture_excludeViewRects_withoutAnyCancel()
670 mainThreadRun(() -> mActionBounds = mActivity.getActionBounds( in systemGesture_notExcludeViewRects_withoutAnyCancel()
691 mainThreadRun(() -> mActionBounds = mActivity.getActionBounds( in tappableElements_tapSamplePoints_excludeViewRects_withoutAnyCancel()
713 mainThreadRun(() -> mActionBounds = mActivity.getActionBounds( in tappableElements_tapSamplePoints_notExcludeViewRects_withoutAnyCancel()
DWindowInsetsActivity.java262 public Rect getActionBounds(Insets insets, WindowInsets windowInsets) { in getActionBounds() method in WindowInsetsActivity