Searched refs:getInputMethodWindowVisibleHeight (Results 1 – 7 of 7) sorted by relevance
254 public abstract int getInputMethodWindowVisibleHeight(); in getInputMethodWindowVisibleHeight() method in WindowManagerInternal
83 int getInputMethodWindowVisibleHeight(); in getInputMethodWindowVisibleHeight() method
207 public int getInputMethodWindowVisibleHeight() throws RemoteException { in getInputMethodWindowVisibleHeight() method in BridgeIInputMethodManager
2155 public int getInputMethodWindowVisibleHeight() { in getInputMethodWindowVisibleHeight() method in InputMethodManager2158 return mService.getInputMethodWindowVisibleHeight(); in getInputMethodWindowVisibleHeight()
790 mShouldClearInsetOfPreviousIme = (mImm.getInputMethodWindowVisibleHeight() > 0); in onCreate()2599 return mImm.getInputMethodWindowVisibleHeight(); in getInputMethodWindowRecommendedHeight()
2646 public int getInputMethodWindowVisibleHeight() { in getInputMethodWindowVisibleHeight() method in InputMethodManagerService2647 return mWindowManagerInternal.getInputMethodWindowVisibleHeight(); in getInputMethodWindowVisibleHeight()
11723 public int getInputMethodWindowVisibleHeight() { in getInputMethodWindowVisibleHeight() method in WindowManagerService.LocalService