Searched refs:mIsLeashReadyForDispatching (Results 1 – 2 of 2) sorted by relevance
73 protected boolean mIsLeashReadyForDispatching; field in InsetsSourceProvider541 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()
552 sb.append(", mIsLeashReadyForDispatching: ").append(mIsLeashReadyForDispatching); in logIsScheduledAndReadyToShowIme()