Searched refs:showWindow (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/app/
H A DIApplicationThread.java49 void scheduleStopActivity(IBinder token, boolean showWindow, argument
51 void scheduleWindowVisibility(IBinder token, boolean showWindow) throws RemoteException; argument
H A DApplicationThreadNative.java640 public final void scheduleStopActivity(IBinder token, boolean showWindow, argument
645 data.writeInt(showWindow ? 1 : 0);
653 boolean showWindow) throws RemoteException {
657 data.writeInt(showWindow ? 1 : 0);
652 scheduleWindowVisibility(IBinder token, boolean showWindow) argument
H A DActivityThread.java573 public final void scheduleStopActivity(IBinder token, boolean showWindow, argument
576 showWindow ? H.STOP_ACTIVITY_SHOW : H.STOP_ACTIVITY_HIDE,
580 public final void scheduleWindowVisibility(IBinder token, boolean showWindow) { argument
582 showWindow ? H.SHOW_WINDOW : H.HIDE_WINDOW,
/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java426 showWindow(true);
766 showWindow(true);
777 showWindow(false);
1132 showWindow(false);
1397 public void showWindow(boolean showInput) { method in class:InputMethodService
1406 Log.w(TAG, "Re-entrance in to showWindow");
1435 if (DEBUG) Log.v(TAG, "showWindow: updating UI");
1446 if (DEBUG) Log.v(TAG, "showWindow: candidates=" + v);
1468 if (DEBUG) Log.v(TAG, "showWindow: showing!");

Completed in 89 milliseconds