Searched refs:mContentBoundOnScreen (Results 1 – 1 of 1) sorted by relevance
49 private Rect mContentBoundOnScreen; field in WindowInsetsActivity129 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()