Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DInsetsController.java115 private int mPendingTypesToShow; field in InsetsController
304 mPendingTypesToShow = typesReady; in controlAnimationUnchecked()
345 if (mPendingTypesToShow != 0) { in collectConsumers()
347 mPendingTypesToShow &= ~InsetsState.toPublicType(TYPE_IME); in collectConsumers()
369 if (mPendingTypesToShow != 0) { in collectPendingConsumers()
370 typesReady |= mPendingTypesToShow; in collectPendingConsumers()
371 final ArraySet<Integer> internalTypes = mState.toInternalType(mPendingTypesToShow); in collectPendingConsumers()
376 mPendingTypesToShow = 0; in collectPendingConsumers()