Home
last modified time | relevance | path

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

/cts/tests/tests/systemui/src/android/systemui/cts/
DWindowInsetsActivity.java47 private WindowInsets mDecorViewWindowInsets; field in WindowInsetsActivity
124 showVisualBoundary(mDecorViewWindowInsets); in getDecorViewWindowInsets()
125 return mDecorViewWindowInsets; in getDecorViewWindowInsets()
146 mDecorViewWindowInsets = new WindowInsets.Builder(insets).build(); in onApplyWindowInsets()
149 showVisualBoundary(mDecorViewWindowInsets); in onApplyWindowInsets()
193 if (mDecorViewWindowInsets != null) { in showInfoInTextView()
194 sb.append("onApplyWindowInsets mDecorViewWindowInsets = " + mDecorViewWindowInsets); in showInfoInTextView()
196 sb.append("getSystemWindowInsets = " + mDecorViewWindowInsets.getSystemWindowInsets()); in showInfoInTextView()
199 + mDecorViewWindowInsets.getSystemGestureInsets()).append("\n"); in showInfoInTextView()
201 + mDecorViewWindowInsets.getMandatorySystemGestureInsets()).append("\n"); in showInfoInTextView()
[all …]