Searched refs:mContentWindowInsets (Results 1 – 1 of 1) sorted by relevance
46 private WindowInsets mContentWindowInsets; field in WindowInsetsActivity92 mContentWindowInsets = getWindow().getDecorView().getRootWindowInsets(); in onCreate()116 showVisualBoundary(mContentWindowInsets); in getContentViewWindowInsets()117 return mContentWindowInsets; in getContentViewWindowInsets()144 mContentWindowInsets = new WindowInsets.Builder(insets).build(); in onApplyWindowInsets()206 if (mContentWindowInsets != null) { in showInfoInTextView()208 sb.append("onApplyWindowInsets mContentWindowInsets = " + mContentWindowInsets); in showInfoInTextView()210 sb.append("getSystemWindowInsets = " + mContentWindowInsets.getSystemWindowInsets()); in showInfoInTextView()213 + mContentWindowInsets.getSystemGestureInsets()).append("\n"); in showInfoInTextView()215 + mContentWindowInsets.getMandatorySystemGestureInsets()).append("\n"); in showInfoInTextView()[all …]