Home
last modified time | relevance | path

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

/cts/tests/tests/systemui/src/android/systemui/cts/
DWindowInsetsActivity.java49 private Rect mContentBoundOnScreen; field in WindowInsetsActivity
129 return mContentBoundOnScreen; in getContentBoundOnScreen()
160 mContentBoundOnScreen = getViewBoundOnScreen(mContent); in onAttachedToWindow()
218 sb.append("content boundary on screen = ").append(mContentBoundOnScreen).append("\n"); in showInfoInTextView()
263 return calculateBoundsWithInsets(insets, windowInsets, mContentBoundOnScreen); in getActionBounds()