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.java577 public final void scheduleStopActivity(IBinder token, boolean showWindow, argument
582 data.writeInt(showWindow ? 1 : 0);
590 boolean showWindow) throws RemoteException {
594 data.writeInt(showWindow ? 1 : 0);
589 scheduleWindowVisibility(IBinder token, boolean showWindow) argument
H A DActivityThread.java512 public final void scheduleStopActivity(IBinder token, boolean showWindow, argument
515 showWindow ? H.STOP_ACTIVITY_SHOW : H.STOP_ACTIVITY_HIDE,
519 public final void scheduleWindowVisibility(IBinder token, boolean showWindow) { argument
521 showWindow ? H.SHOW_WINDOW : H.HIDE_WINDOW,
/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java422 showWindow(true);
734 showWindow(true);
745 showWindow(false);
1097 showWindow(false);
1362 public void showWindow(boolean showInput) { method in class:InputMethodService
1371 Log.w(TAG, "Re-entrance in to showWindow");
1400 if (DEBUG) Log.v(TAG, "showWindow: updating UI");
1411 if (DEBUG) Log.v(TAG, "showWindow: candidates=" + v);
1433 if (DEBUG) Log.v(TAG, "showWindow: showing!");

Completed in 93 milliseconds