Searched refs:dismissImeOnBackKeyPressed (Results 1 – 2 of 2) sorted by relevance
2817 final boolean dismissImeOnBackKeyPressed; in setImeWindowStatus()2820 dismissImeOnBackKeyPressed = true; in setImeWindowStatus()2823 dismissImeOnBackKeyPressed = false; in setImeWindowStatus()2827 dismissImeOnBackKeyPressed = ((vis & InputMethodService.IME_VISIBLE) != 0); in setImeWindowStatus()2830 mWindowManagerInternal.setDismissImeOnBackKeyPressed(dismissImeOnBackKeyPressed); in setImeWindowStatus()
8115 public void setDismissImeOnBackKeyPressed(boolean dismissImeOnBackKeyPressed) { in setDismissImeOnBackKeyPressed() argument8116 mPolicy.setDismissImeOnBackKeyPressed(dismissImeOnBackKeyPressed); in setDismissImeOnBackKeyPressed()