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

/frameworks/base/core/java/android/app/
H A DIApplicationThread.java48 void scheduleStopActivity(IBinder token, boolean showWindow, argument
50 void scheduleWindowVisibility(IBinder token, boolean showWindow) throws RemoteException; argument
H A DApplicationThreadNative.java441 public final void scheduleStopActivity(IBinder token, boolean showWindow, argument
446 data.writeInt(showWindow ? 1 : 0);
454 boolean showWindow) throws RemoteException {
458 data.writeInt(showWindow ? 1 : 0);
453 scheduleWindowVisibility(IBinder token, boolean showWindow) argument
H A DActivityThread.java386 public final void scheduleStopActivity(IBinder token, boolean showWindow, argument
389 showWindow ? H.STOP_ACTIVITY_SHOW : H.STOP_ACTIVITY_HIDE,
393 public final void scheduleWindowVisibility(IBinder token, boolean showWindow) { argument
395 showWindow ? H.SHOW_WINDOW : H.HIDE_WINDOW,
/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java388 showWindow(true);
657 showWindow(true);
668 showWindow(false);
1006 showWindow(false);
1269 public void showWindow(boolean showInput) { method in class:InputMethodService
1278 Log.w(TAG, "Re-entrance in to showWindow");
1307 if (DEBUG) Log.v(TAG, "showWindow: updating UI");
1318 if (DEBUG) Log.v(TAG, "showWindow: candidates=" + v);
1340 if (DEBUG) Log.v(TAG, "showWindow: showing!");

Completed in 16 milliseconds