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.java625 public final void scheduleStopActivity(IBinder token, boolean showWindow, argument
630 data.writeInt(showWindow ? 1 : 0);
638 boolean showWindow) throws RemoteException {
642 data.writeInt(showWindow ? 1 : 0);
637 scheduleWindowVisibility(IBinder token, boolean showWindow) argument
H A DActivityThread.java565 public final void scheduleStopActivity(IBinder token, boolean showWindow, argument
568 showWindow ? H.STOP_ACTIVITY_SHOW : H.STOP_ACTIVITY_HIDE,
572 public final void scheduleWindowVisibility(IBinder token, boolean showWindow) { argument
574 showWindow ? H.SHOW_WINDOW : H.HIDE_WINDOW,
/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java424 showWindow(true);
759 showWindow(true);
770 showWindow(false);
1125 showWindow(false);
1390 public void showWindow(boolean showInput) { method in class:InputMethodService
1399 Log.w(TAG, "Re-entrance in to showWindow");
1428 if (DEBUG) Log.v(TAG, "showWindow: updating UI");
1439 if (DEBUG) Log.v(TAG, "showWindow: candidates=" + v);
1461 if (DEBUG) Log.v(TAG, "showWindow: showing!");

Completed in 81 milliseconds