Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DInsetsController.java230 int typesReady = 0; in show() local
247 typesReady |= InsetsState.toPublicType(consumer.getType()); in show()
249 applyAnimation(typesReady, true /* show */, fromIme); in show()
254 int typesReady = 0; in hide() local
266 typesReady |= InsetsState.toPublicType(consumer.getType()); in hide()
268 applyAnimation(typesReady, false /* show */, false /* fromIme */); in hide()
300 int typesReady = typesReadyPair.first; in controlAnimationUnchecked() local
304 mPendingTypesToShow = typesReady; in controlAnimationUnchecked()
310 typesReady = collectPendingConsumers(typesReady, consumers); in controlAnimationUnchecked()
312 if (typesReady == 0) { in controlAnimationUnchecked()
[all …]