Searched defs:onStop (Results 26 - 32 of 32) sorted by relevance

12

/frameworks/base/core/java/android/app/
H A DDialog.java299 * that in {@link #onStop}.
328 onStop();
379 protected void onStop() { method in class:Dialog
H A DFragment.java220 * <li> {@link #onStop} fragment is no longer visible to the user either
1232 * tied to {@link Activity#onStop() Activity.onStop} of the containing
1235 public void onStop() { method in class:Fragment
1251 * after {@link #onStop()} and before {@link #onDestroy()}. It is called
1262 * after {@link #onStop()} and before {@link #onDetach()}.
1539 onStop();
H A DActivity.java201 * {@link android.app.Activity#onStop}. During this time the user can see the
206 * that impact your UI, and unregister it in onStop() when the user an no
207 * longer see what you are displaying. The onStart() and onStop() methods
243 * protected void onStop();
286 * to the foreground, or <code>onStop()</code> if it becomes hidden.</td>
288 * <td align="center"><code>onResume()</code> or <code>onStop()</code></td>
308 * returns back to the front, or <code>onStop()</code> if it becomes
312 * <code>onStop()</code></td>
315 * <tr><th colspan="2" align="left" border="0">{@link android.app.Activity#onStop onStop()}</t
1330 protected void onStop() { method in class:Activity
[all...]
/frameworks/base/core/java/android/preference/
H A DPreferenceActivity.java873 protected void onStop() { method in class:PreferenceActivity
874 super.onStop();
/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeechService.java51 * <li>{@link #onStop}</li>
67 * {@link #onStop} tells the engine that it should stop all ongoing synthesis, if
184 protected abstract void onStop(); method in class:TextToSpeechService
587 TextToSpeechService.this.onStop();
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
H A DTestShellActivity.java284 protected void onStop() { method in class:TestShellActivity
285 super.onStop();
/frameworks/support/v4/java/android/support/v4/app/
H A DFragment.java1033 * tied to {@link Activity#onStop() Activity.onStop} of the containing
1036 public void onStop() { method in class:Fragment
1048 * after {@link #onStop()} and before {@link #onDestroy()}. It is called
1059 * after {@link #onStop()} and before {@link #onDetach()}.
1339 onStop();

Completed in 1352 milliseconds

12