Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DInsetsSourceProvider.java86 private boolean mIsLeashReadyForDispatching; field in InsetsSourceProvider
407 mIsLeashReadyForDispatching = false; in updateControlForTarget()
439 mIsLeashReadyForDispatching = true; in onSurfaceTransactionApplied()
487 if (!mIsLeashReadyForDispatching && mControl != null) { in getControl()
534 pw.print("mIsLeashReadyForDispatching="); pw.print(mIsLeashReadyForDispatching); in dump()
580 proto.write(IS_LEASH_READY_FOR_DISPATCHING, mIsLeashReadyForDispatching); in dumpDebug()