Searched refs:typesReady (Results 1 – 1 of 1) sorted by relevance
1132 @InsetsType int typesReady = 0; in show() local1172 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() local1282 typesReady |= type; in hide()1290 applyAnimation(typesReady, false /* show */, fromIme, statsToken); in hide()1390 @InsetsType int typesReady; in controlAnimationUncheckedInner() local1395 typesReady = typesReadyPair.first; in controlAnimationUncheckedInner()[all …]