Home
last modified time | relevance | path

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

/cts/tests/tests/systemui/src/android/systemui/cts/
DWindowInsetsActivity.java263 return calculateBoundsWithInsets(insets, windowInsets, mContentBoundOnScreen); in getActionBounds()
268 return calculateBoundsWithInsets(insets, windowInsets, mContentBoundInWindow); in getSystemGestureExclusionBounds()
282 private Rect calculateBoundsWithInsets(Insets insets, WindowInsets windowInsets, Rect refRect) { in calculateBoundsWithInsets() method in WindowInsetsActivity