Searched refs:maxInsets (Results 1 – 2 of 2) sorted by relevance
62 Insets[] maxInsets = new Insets[SIZE]; in compatInsets_layoutStable() local64 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()
1036 Insets maxInsets = mTypeMaxInsetsMap[i]; in toString() local1038 if (!Insets.NONE.equals(insets) || !Insets.NONE.equals(maxInsets) || visible) { in toString()1040 .append(" max=").append(maxInsets) in toString()