Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/view/
H A DInsetsSourceConsumer.java99 private boolean mIsAnimationPending; field in InsetsSourceConsumer
160 if (control.getLeash() != null && (needAnimation || mIsAnimationPending)) { in setControl()
168 mIsAnimationPending = false; in setControl()
173 mIsAnimationPending = true; in setControl()
189 if (!requestedVisible && !mIsAnimationPending && lastControl == null) { in setControl()
378 mIsAnimationPending = !mIsAnimationPending in setRequestedVisible()