Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DInsetsSourceProvider.java73 protected boolean mIsLeashReadyForDispatching; field in InsetsSourceProvider
541 mIsLeashReadyForDispatching = false; in updateControlForTarget()
583 mIsLeashReadyForDispatching = true; in onSurfaceTransactionApplied()
613 return mIsLeashReadyForDispatching; in isLeashReadyForDispatching()
651 return target == mControlTarget && mIsLeashReadyForDispatching && mControl != null in getLeash()
700 pw.print("mIsLeashReadyForDispatching="); pw.print(mIsLeashReadyForDispatching); in dump()
746 proto.write(IS_LEASH_READY_FOR_DISPATCHING, mIsLeashReadyForDispatching); in dumpDebug()
DImeInsetsSourceProvider.java552 sb.append(", mIsLeashReadyForDispatching: ").append(mIsLeashReadyForDispatching); in logIsScheduledAndReadyToShowIme()