Searched refs:mPendingTypesToShow (Results 1 – 1 of 1) sorted by relevance
115 private int mPendingTypesToShow; field in InsetsController304 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()