Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A DInsetsSourceConsumer.java99 private Rect mPendingFrame; field in InsetsSourceConsumer
232 if (!running && mPendingFrame != null) { in onAnimationStateChanged()
235 source.setFrame(mPendingFrame); in onAnimationStateChanged()
239 mPendingFrame = null; in onAnimationStateChanged()
355 mPendingFrame = null; in updateSource()
364 mPendingFrame = new Rect(newSource.getFrame()); in updateSource()
402 if (mPendingFrame != null) { in dumpDebug()
403 mPendingFrame.dumpDebug(proto, PENDING_FRAME); in dumpDebug()