Home
last modified time | relevance | path

Searched refs:shouldRestoreImeVisibility (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerInternal.java693 public abstract boolean shouldRestoreImeVisibility(IBinder imeTargetWindowToken); in shouldRestoreImeVisibility() method in WindowManagerInternal
DWindowManagerService.java7903 public boolean shouldRestoreImeVisibility(IBinder imeTargetWindowToken) { in shouldRestoreImeVisibility() method in WindowManagerService.LocalService
7904 return WindowManagerService.this.shouldRestoreImeVisibility(imeTargetWindowToken); in shouldRestoreImeVisibility()
8599 boolean shouldRestoreImeVisibility(IBinder imeTargetWindowToken) { in shouldRestoreImeVisibility() method in WindowManagerService
/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerService.java3467 && shouldRestoreImeVisibility(windowToken, softInputMode)) { in startInputOrWindowGainedFocusInternalLocked()
3595 private boolean shouldRestoreImeVisibility(IBinder windowToken, in shouldRestoreImeVisibility() method in InputMethodManagerService
3605 return mWindowManagerInternal.shouldRestoreImeVisibility(windowToken); in shouldRestoreImeVisibility()
/frameworks/base/services/
Dart-profile19863 HPLcom/android/server/inputmethod/InputMethodManagerService;->shouldRestoreImeVisibility(Landroid/o…
49892 HPLcom/android/server/wm/WindowManagerService$LocalService;->shouldRestoreImeVisibility(Landroid/os…
50148 HPLcom/android/server/wm/WindowManagerService;->shouldRestoreImeVisibility(Landroid/os/IBinder;)Z+]…