Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DInsetsController.java1396 @InsetsType int typesWithoutLeash = typesReadyPair.second; in controlAnimationUncheckedInner() local
1403 if ((types & ime()) != 0 && (types & typesWithoutLeash) != 0) { in controlAnimationUncheckedInner()
1641 int typesWithoutLeash = 0; in collectSourceControlsV2() local
1655 typesWithoutLeash |= consumer.getType(); in collectSourceControlsV2()
1659 return new Pair<>(typesReady, typesWithoutLeash); in collectSourceControlsV2()