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.java62 Insets[] maxInsets = new Insets[SIZE]; in compatInsets_layoutStable() local
64 WindowInsets.assignCompatInsets(maxInsets, new Rect(0, 10, 0, 0)); in compatInsets_layoutStable()
66 WindowInsets windowInsets = new WindowInsets(insets, maxInsets, visible, false, 0, in compatInsets_layoutStable()
/frameworks/base/core/java/android/view/
DWindowInsets.java1036 Insets maxInsets = mTypeMaxInsetsMap[i]; in toString() local
1038 if (!Insets.NONE.equals(insets) || !Insets.NONE.equals(maxInsets) || visible) { in toString()
1040 .append(" max=").append(maxInsets) in toString()