Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DInsetsController.java1394 Pair<Integer, Integer> typesReadyPair = collectSourceControlsV2(types, controls); in controlAnimationUncheckedInner() local
1395 typesReady = typesReadyPair.first; in controlAnimationUncheckedInner()
1396 @InsetsType int typesWithoutLeash = typesReadyPair.second; in controlAnimationUncheckedInner()
1435 Pair<Integer, Boolean> typesReadyPair = collectSourceControls( in controlAnimationUncheckedInner() local
1437 typesReady = typesReadyPair.first; in controlAnimationUncheckedInner()
1438 boolean imeReady = typesReadyPair.second; in controlAnimationUncheckedInner()