/frameworks/base/docs/html-intl/intl/zh-tw/training/basics/activity-lifecycle/ |
D | stopping.jd | 49 android.app.Activity#onStop()} 與 {@link android.app.Activity#onRestart()},您可藉此明確處理如何停止並重新啟動您的應用行為顯示… 54 …完全不需要實作 {@link android.app.Activity#onStop()} 與 {@link android.app.Activity#onRestart()} (甚至 {@link 63 若使用者在停止應用行為顯示時返回,系統將呼叫 {@link android.app.Activity#onRestart onRestart()} (2),然後快速呼叫 {@link android… 128 <p>您的應用行為顯示從停止狀態回到前景中時,會收到對 {@link android.app.Activity#onRestart()} 的呼叫。 132 android.app.Activity#onRestart()} 方法,因此,您可將其用於執行只有在先前停止但未終結應用行為顯示時才需要執行的特殊還原工作。 136 <p>應用程式需要使用 {@link android.app.Activity#onRestart()} 來還原應用行為顯示狀態的狀況並不常見,因此針對適用於普通應用程式的這一方法,不存在任何指導方… 170 protected void onRestart() { 171 super.onRestart(); // Always call the superclass method first
|
/frameworks/base/docs/html-intl/intl/ru/training/basics/activity-lifecycle/ |
D | stopping.jd | 49 android.app.Activity#onStop()} и {@link android.app.Activity#onRestart()}, позволяющие явно 56 {@link android.app.Activity#onStop()} и {@link android.app.Activity#onRestart()} (или даже {@link 64 при остановке операции, система вызывает {@link android.app.Activity#onRestart onRestart()} 129 {@link android.app.Activity#onRestart()}. Система также вызывает метод {@link 132 android.app.Activity#onRestart()} вызывается только при возобновлении операции из состояния 136 <p>Приложениям редко требуется использовать {@link android.app.Activity#onRestart()} для восстановл… 170 protected void onRestart() { 171 super.onRestart(); // Always call the superclass method first
|
/frameworks/base/docs/html-intl/intl/ja/training/basics/activity-lifecycle/ |
D | stopping.jd | 49 android.app.Activity#onStop()} と {@link android.app.Activity#onRestart()} の 2 つのライフサイクル メソッドが提供され、ア… 55 {@link android.app.Activity#onStop()} と {@link android.app.Activity#onRestart()} (さらに {@link 63 …ティビティ(1)を停止します。アクティビティが停止している間にユーザーが復帰した場合、システムは {@link android.app.Activity#onRestart onRestart()} 129 {@link android.app.Activity#onRestart()} の呼び出しを受信します。システムはまた、アクティビティが表示されるたびに(再起動か新規に作成された場合かのいずれか)… 132 android.app.Activity#onRestart()} メソッドはアクティビティが停止状態から再開する場合にのみ呼び出されるため、アクティビティが以前に停止したが破壊されていない場合にの… 136 <p>多くの場合、アプリがアクティビティの状態を復元するために {@link android.app.Activity#onRestart()} の使用が必要となることはないため、一般的な多くのアプ… 170 protected void onRestart() { 171 super.onRestart(); // Always call the superclass method first
|
/frameworks/base/docs/html-intl/intl/ko/training/basics/activity-lifecycle/ |
D | stopping.jd | 49 android.app.Activity#onStop()} 및 {@link android.app.Activity#onRestart()}를 제공합니다. 이 메서드를 사용하면 액티비티의… 56 {@link android.app.Activity#onStop()} 및 {@link android.app.Activity#onRestart()} 또는 {@link 64 사용자가 돌아올 경우, 시스템은 {@link android.app.Activity#onRestart onRestart()}(2) 129 {@link android.app.Activity#onRestart()}에 대한 호출을 수신합니다. 시스템은 {@link 132 android.app.Activity#onRestart()} 메서드는 액티비티가 137 복원 작업에 앱이 {@link android.app.Activity#onRestart()}를 사용해야 하는 경우는 드물기 때문에 170 protected void onRestart() { 171 super.onRestart(); // Always call the superclass method first
|
/frameworks/base/docs/html-intl/intl/zh-cn/training/basics/activity-lifecycle/ |
D | stopping.jd | 49 android.app.Activity#onStop()} 和 {@link android.app.Activity#onRestart()},这些方法允许您专门处理正在停止和重新开始的Acti… 56 {@link android.app.Activity#onStop()} 和 {@link android.app.Activity#onRestart()}或甚至{@link 63 如果用户在Activity停止时返回,系统会调用 {@link android.app.Activity#onRestart onRestart()} 129 {@link android.app.Activity#onRestart()} 的调用。系统还会在每次您的Activity变为可见时调用 {@link 132 android.app.Activity#onRestart()} 方法,因此您可以使用它执行只有在Activity之前停止但未销毁的情况下可能必须执行的特殊恢复工作。 136 <p>应用需要使用 {@link android.app.Activity#onRestart()} 恢复Activity状态的情况并不常见,因此没有适用于一般应用群体的任何方法指导原则。 170 protected void onRestart() { 171 super.onRestart(); // Always call the superclass method first
|
/frameworks/base/docs/html-intl/intl/pt-br/training/basics/activity-lifecycle/ |
D | stopping.jd | 49 android.app.Activity#onStop()} e {@link android.app.Activity#onRestart()}, que permite que você 56 {@link android.app.Activity#onStop()} e {@link android.app.Activity#onRestart()} (ou mesmo {@link 64 … atividade estiver interrompida, o sistema chama {@link android.app.Activity#onRestart onRestart()} 129 {@link android.app.Activity#onRestart()}. O sistema também chama o método {@link 132 android.app.Activity#onRestart()} é chamado apenas quando a atividade é reiniciada do 136 <p>Dificilmente um aplicativo precisará usar {@link android.app.Activity#onRestart()} para restaurar 170 protected void onRestart() { 171 super.onRestart(); // Always call the superclass method first
|
/frameworks/base/docs/html/training/basics/activity-lifecycle/ |
D | stopping.jd | 50 android.app.Activity#onStop()} and {@link android.app.Activity#onRestart()}, which allow you to 57 {@link android.app.Activity#onStop()} and {@link android.app.Activity#onRestart()} (or even {@link 65 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 {@link 134 android.app.Activity#onRestart()} method, however, is called only when the activity resumes from the 138 <p>It's uncommon that an app needs to use {@link android.app.Activity#onRestart()} to restore 172 protected void onRestart() { 173 super.onRestart(); // Always call the superclass method first
|
/frameworks/base/docs/html-intl/intl/ja/guide/components/ |
D | activities.jd | 489 <td colspan="2" align="left"><code>{@link android.app.Activity#onRestart 490 onRestart()}</code></td> 537 … <p>アクティビティのユーザー操作が可能に戻るときは {@code onRestart()} が後に続き、アクティビティがなくなるときは {@code onDestroy()} が後に続きます。 541 <td align="center">{@code onRestart()} <br/>または<br/> {@code onDestroy()}</td>
|
/frameworks/base/docs/html-intl/intl/ru/guide/components/ |
D | activities.jd | 489 <td colspan="2" align="left"><code>{@link android.app.Activity#onRestart 490 onRestart()}</code></td> 537 <p>За ним следует либо метод {@code onRestart()}, если 541 <td align="center">{@code onRestart()} <br/>или<br/> {@code onDestroy()}</td>
|
/frameworks/base/docs/html-intl/intl/ko/guide/components/ |
D | activities.jd | 489 <td colspan="2" align="left"><code>{@link android.app.Activity#onRestart 490 onRestart()}</code></td> 538 {@code onRestart()}가 뒤에 따라오고 액티비티가 사라지면 541 <td align="center">{@code onRestart()} <br/>또는<br/> {@code onDestroy()}</td>
|
/frameworks/base/docs/html-intl/intl/zh-tw/guide/components/ |
D | activities.jd | 489 <td colspan="2" align="left"><code>{@link android.app.Activity#onRestart 490 onRestart()}</code></td> 537 <p>如果 Activity 回來與使用者互動,後面會接著 {@code onRestart()},如果 Activity 離開,後面會接著 541 <td align="center">{@code onRestart()} <br/>或<br/> {@code onDestroy()}</td>
|
/frameworks/base/docs/html-intl/intl/zh-cn/guide/components/ |
D | activities.jd | 489 <td colspan="2" align="left"><code>{@link android.app.Activity#onRestart 490 onRestart()}</code></td> 537 <p>如果 Activity 恢复与用户的交互,则后接 {@code onRestart()},如果 Activity 被销毁,则后接 541 <td align="center">{@code onRestart()} <br/>或<br/> {@code onDestroy()}</td>
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
D | GraphRunner.java | 154 onRestart(); in loop() 261 private void onRestart() { in onRestart() method in GraphRunner.GraphRunLoop
|
D | CameraStreamer.java | 914 onRestart(); in loop() 1167 private void onRestart() { in onRestart() method in CameraStreamer.CameraRunnable
|
/frameworks/base/docs/html-intl/intl/ja/guide/topics/ |
D | fundamentals.jd | 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>
|
/frameworks/base/core/tests/coretests/src/android/app/activity/ |
D | LaunchpadActivity.java | 209 protected void onRestart() { in onRestart() method in LaunchpadActivity
|
/frameworks/base/docs/html-intl/intl/in/guide/components/ |
D | activities.jd | 489 <td colspan="2" align="left"><code>{@link android.app.Activity#onRestart 490 onRestart()}</code></td> 537 <p>Diikuti oleh {@code onRestart()} jika 541 <td align="center">{@code onRestart()} <br/>atau<br/> {@code onDestroy()}</td>
|
/frameworks/base/docs/html/guide/components/ |
D | activities.jd | 502 <td colspan="2" align="left"><code>{@link android.app.Activity#onRestart 503 onRestart()}</code></td> 550 <p>Followed either by {@code onRestart()} if 554 <td align="center">{@code onRestart()} <br/>or<br/> {@code onDestroy()}</td>
|
/frameworks/base/docs/html-intl/intl/pt-br/guide/components/ |
D | activities.jd | 489 <td colspan="2" align="left"><code>{@link android.app.Activity#onRestart 490 onRestart()}</code></td> 537 <p>Seguido de {@code onRestart()} se a atividade 541 <td align="center">{@code onRestart()} <br/>ou<br/> {@code onDestroy()}</td>
|
/frameworks/base/core/java/com/android/internal/app/ |
D | ResolverActivity.java | 540 protected void onRestart() { in onRestart() method in ResolverActivity 541 super.onRestart(); in onRestart()
|
/frameworks/base/core/java/android/app/ |
D | Instrumentation.java | 1258 activity.onRestart(); in callActivityOnRestart()
|
D | Activity.java | 1214 protected void onRestart() { in onRestart() method in Activity
|
/frameworks/base/docs/html-intl/intl/vi/guide/components/ |
D | activities.jd | 489 <td colspan="2" align="left"><code>{@link android.app.Activity#onRestart 490 onRestart()}</code></td> 537 <p>Được theo sau hoặc bởi {@code onRestart()} nếu 541 <td align="center">{@code onRestart()} <br/>hoặc<br/> {@code onDestroy()}</td>
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 3388 method protected void onRestart();
|
/frameworks/base/api/ |
D | test-current.txt | 3558 method protected void onRestart();
|