Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DDisplayPolicy.java2066 static boolean hasInsetsFrameDiff(InsetsState s1, InsetsState s2, int insetsTypes) {
2070 if ((source1.getType() & insetsTypes) == 0) {
2082 if ((source2.getType() & insetsTypes) != 0) {
DWindowManagerService.java2376 final int insetsTypes = attrs.providedInsets.length; in relayoutWindowInner() local
2377 for (int i = 0; i < insetsTypes; i++) { in relayoutWindowInner()