Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DImeInsetsSourceProvider.java110 protected boolean isLeashReadyForDispatching() { in isLeashReadyForDispatching() method in ImeInsetsSourceProvider
115 return super.isLeashReadyForDispatching() && mServerVisible && isDrawn in isLeashReadyForDispatching()
118 return super.isLeashReadyForDispatching(); in isLeashReadyForDispatching()
DInsetsSourceProvider.java612 protected boolean isLeashReadyForDispatching() { in isLeashReadyForDispatching() method in InsetsSourceProvider
626 if (!isLeashReadyForDispatching() && mControl != null) { in getControl()