Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/inputmethod/
H A DIImeTracker.aidl95 boolean hasPendingImeVisibilityRequests(); in hasPendingImeVisibilityRequests() method
/aosp14/frameworks/base/core/java/android/view/inputmethod/
H A DIInputMethodManagerGlobalInvoker.java694 static boolean hasPendingImeVisibilityRequests() { in hasPendingImeVisibilityRequests() method in IInputMethodManagerGlobalInvoker
700 return service.hasPendingImeVisibilityRequests(); in hasPendingImeVisibilityRequests()
H A DInputMethodManager.java3842 public boolean hasPendingImeVisibilityRequests() { in hasPendingImeVisibilityRequests() method in InputMethodManager
3843 return IInputMethodManagerGlobalInvoker.hasPendingImeVisibilityRequests(); in hasPendingImeVisibilityRequests()
/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DImeTrackerService.java164 public synchronized boolean hasPendingImeVisibilityRequests() { in hasPendingImeVisibilityRequests() method in ImeTrackerService
/aosp14/frameworks/base/core/api/
H A Dtest-current.txt3792 …on(android.Manifest.permission.TEST_INPUT_METHOD) public boolean hasPendingImeVisibilityRequests();