Searched refs:onRestart (Results 1 – 11 of 11) sorted by relevance
50 android.app.Activity#onStop()} and {@link android.app.Activity#onRestart()}, which allow you to57 {@link android.app.Activity#onStop()} and {@link android.app.Activity#onRestart()} (or even {@link65 while the activity is stopped, the system calls {@link android.app.Activity#onRestart onRestart()}131 {@link android.app.Activity#onRestart()}. The system also calls the {@link134 android.app.Activity#onRestart()} method, however, is called only when the activity resumes from the138 <p>It's uncommon that an app needs to use {@link android.app.Activity#onRestart()} to restore172 protected void onRestart() {173 super.onRestart(); // Always call the superclass method first
154 onRestart(); in loop()261 private void onRestart() { in onRestart() method in GraphRunner.GraphRunLoop
914 onRestart(); in loop()1167 private void onRestart() { in onRestart() method in CameraStreamer.CameraRunnable
609 …i>savedInstanceState</i>)} <br/>{@code void onStart()} <br/>{@code void onRestart()} <br/>{@code v…674 <td colspan="2" align="left"><code>{@link android.app.Activity#onRestart 675 onRestart()}</code></td>710 …<p>その後、アクティビティがユーザーとの対話に戻った場合は {@code onRestart()} が、アクティビティが完全に終了する場合は {@code onDestroy()} が呼び出され…712 <td align="center">{@code onRestart()} <br/>または<br/>{@code onDestroy()}</td>
209 protected void onRestart() { in onRestart() method in LaunchpadActivity
453 protected void onRestart() { in onRestart() method in ResolverActivity454 super.onRestart(); in onRestart()
502 <td colspan="2" align="left"><code>{@link android.app.Activity#onRestart503 onRestart()}</code></td>550 <p>Followed either by {@code onRestart()} if554 <td align="center">{@code onRestart()} <br/>or<br/> {@code onDestroy()}</td>
1246 activity.onRestart(); in callActivityOnRestart()
1194 protected void onRestart() { in onRestart() method in Activity
3471 method protected void onRestart();
3388 method protected void onRestart();