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.java431 public final void scheduleStopActivity(IBinder token, boolean showWindow, argument
436 data.writeInt(showWindow ? 1 : 0);
444 boolean showWindow) throws RemoteException {
448 data.writeInt(showWindow ? 1 : 0);
443 scheduleWindowVisibility(IBinder token, boolean showWindow) argument
H A DActivityThread.java1338 public final void scheduleStopActivity(IBinder token, boolean showWindow, argument
1341 showWindow ? H.STOP_ACTIVITY_SHOW : H.STOP_ACTIVITY_HIDE,
1345 public final void scheduleWindowVisibility(IBinder token, boolean showWindow) { argument
1347 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);
999 showWindow(false);
1262 public void showWindow(boolean showInput) { method in class:InputMethodService
1271 Log.w(TAG, "Re-entrance in to showWindow");
1300 if (DEBUG) Log.v(TAG, "showWindow: updating UI");
1311 if (DEBUG) Log.v(TAG, "showWindow: candidates=" + v);
1333 if (DEBUG) Log.v(TAG, "showWindow: showing!");

Completed in 81 milliseconds