Searched refs:isLeashReadyForDispatching (Results 1 – 2 of 2) sorted by relevance
110 protected boolean isLeashReadyForDispatching() { in isLeashReadyForDispatching() method in ImeInsetsSourceProvider115 return super.isLeashReadyForDispatching() && mServerVisible && isDrawn in isLeashReadyForDispatching()118 return super.isLeashReadyForDispatching(); in isLeashReadyForDispatching()
612 protected boolean isLeashReadyForDispatching() { in isLeashReadyForDispatching() method in InsetsSourceProvider626 if (!isLeashReadyForDispatching() && mControl != null) { in getControl()