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.java665 public final void scheduleStopActivity(IBinder token, boolean showWindow, argument
670 data.writeInt(showWindow ? 1 : 0);
678 boolean showWindow) throws RemoteException {
682 data.writeInt(showWindow ? 1 : 0);
677 scheduleWindowVisibility(IBinder token, boolean showWindow) argument
H A DActivityThread.java561 public final void scheduleStopActivity(IBinder token, boolean showWindow, argument
564 showWindow ? H.STOP_ACTIVITY_SHOW : H.STOP_ACTIVITY_HIDE,
568 public final void scheduleWindowVisibility(IBinder token, boolean showWindow) { argument
570 showWindow ? H.SHOW_WINDOW : H.HIDE_WINDOW,
/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java425 showWindow(true);
767 showWindow(true);
778 showWindow(false);
1133 showWindow(false);
1398 public void showWindow(boolean showInput) { method in class:InputMethodService
1407 Log.w(TAG, "Re-entrance in to showWindow");
1436 if (DEBUG) Log.v(TAG, "showWindow: updating UI");
1447 if (DEBUG) Log.v(TAG, "showWindow: candidates=" + v);
1469 if (DEBUG) Log.v(TAG, "showWindow: showing!");

Completed in 140 milliseconds