Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DInsetsController.java1132 @InsetsType int typesReady = 0; in show() local
1172 typesReady |= type; in show()
1174 if (DEBUG) Log.d(TAG, "show typesReady: " + typesReady); in show()
1175 if ((Flags.refactorInsetsController() || fromIme) && (typesReady & Type.ime()) != 0) { in show()
1178 applyAnimation(typesReady, true /* show */, fromIme, statsToken); in show()
1229 @InsetsType int typesReady = 0; in hide() local
1282 typesReady |= type; in hide()
1290 applyAnimation(typesReady, false /* show */, fromIme, statsToken); in hide()
1390 @InsetsType int typesReady; in controlAnimationUncheckedInner() local
1395 typesReady = typesReadyPair.first; in controlAnimationUncheckedInner()
[all …]