Searched defs:showWindow (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/app/
H A DApplicationThreadNative.java709 public final void scheduleStopActivity(IBinder token, boolean showWindow, argument
714 data.writeInt(showWindow ? 1 : 0);
722 boolean showWindow) throws RemoteException {
726 data.writeInt(showWindow ? 1 : 0);
721 scheduleWindowVisibility(IBinder token, boolean showWindow) argument
H A DIApplicationThread.java54 void scheduleStopActivity(IBinder token, boolean showWindow, argument
56 void scheduleWindowVisibility(IBinder token, boolean showWindow) throws RemoteException; argument
H A DActivityThread.java589 public final void scheduleStopActivity(IBinder token, boolean showWindow, argument
592 showWindow ? H.STOP_ACTIVITY_SHOW : H.STOP_ACTIVITY_HIDE,
596 public final void scheduleWindowVisibility(IBinder token, boolean showWindow) { argument
598 showWindow ? H.SHOW_WINDOW : H.HIDE_WINDOW,
/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionSession.java484 public void showWindow() { method in class:VoiceInteractionSession
489 Log.w(TAG, "Re-entrance in to showWindow");
/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java427 showWindow(true);
785 showWindow(true);
796 showWindow(false);
1151 showWindow(false);
1416 public void showWindow(boolean showInput) { method in class:InputMethodService
1425 Log.w(TAG, "Re-entrance in to showWindow");
1454 if (DEBUG) Log.v(TAG, "showWindow: updating UI");
1465 if (DEBUG) Log.v(TAG, "showWindow: candidates=" + v);
1487 if (DEBUG) Log.v(TAG, "showWindow: showing!");

Completed in 420 milliseconds