Searched refs:insetsTypes (Results 1 – 2 of 2) sorted by relevance
2066 static boolean hasInsetsFrameDiff(InsetsState s1, InsetsState s2, int insetsTypes) {2070 if ((source1.getType() & insetsTypes) == 0) {2082 if ((source2.getType() & insetsTypes) != 0) {
2376 final int insetsTypes = attrs.providedInsets.length; in relayoutWindowInner() local2377 for (int i = 0; i < insetsTypes; i++) { in relayoutWindowInner()