Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DInsetsSourceConsumer.java102 private Rect mPendingFrame; field in InsetsSourceConsumer
235 if (!running && mPendingFrame != null) { in onAnimationStateChanged()
238 source.setFrame(mPendingFrame); in onAnimationStateChanged()
242 mPendingFrame = null; in onAnimationStateChanged()
405 mPendingFrame = null; in updateSource()
414 mPendingFrame = new Rect(newSource.getFrame()); in updateSource()
451 if (mPendingFrame != null) { in dumpDebug()
452 mPendingFrame.dumpDebug(proto, PENDING_FRAME); in dumpDebug()