Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/view/
DWindowInsetsTest.java59 Insets[] maxInsets = new Insets[SIZE]; in compatInsets_layoutStable() local
61 WindowInsets.assignCompatInsets(maxInsets, new Rect(0, 10, 0, 0)); in compatInsets_layoutStable()
63 WindowInsets windowInsets = new WindowInsets(insets, maxInsets, visible, false, false, null, in compatInsets_layoutStable()
/frameworks/base/core/java/android/view/
DWindowInsets.java847 Insets maxInsets = mTypeMaxInsetsMap[i]; in toString() local
849 if (!Insets.NONE.equals(insets) || !Insets.NONE.equals(maxInsets) || visible) { in toString()
851 .append(" max=").append(maxInsets) in toString()