Home
last modified time | relevance | path

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

/cts/tests/tests/systemui/src/android/systemui/cts/
DWindowInsetsActivity.java50 private Rect mContentBoundInWindow; field in WindowInsetsActivity
133 return mContentBoundInWindow; in getContentBoundInWindow()
161 mContentBoundInWindow = getViewBoundInWindow(mContent); in onAttachedToWindow()
219 sb.append("content boundary in window = ").append(mContentBoundInWindow).append("\n"); in showInfoInTextView()
268 return calculateBoundsWithInsets(insets, windowInsets, mContentBoundInWindow); in getSystemGestureExclusionBounds()