Home
last modified time | relevance | path

Searched refs:onResume (Results 1 – 25 of 273) sorted by relevance

1234567891011

/frameworks/base/docs/html-intl/intl/ru/training/basics/activity-lifecycle/
Dpausing.jd47 {@link android.app.Activity#onResume onResume()}.</p>
58 система вызывает {@link android.app.Activity#onResume onResume()} (2).</p>
117 android.app.Activity#onResume()}.</p>
121 android.app.Activity#onResume()} для инициализации компонентов, освобождаемых в состоянии {@link
126 <p>Следующий пример {@link android.app.Activity#onResume()} дополняет
132 public void onResume() {
133 super.onResume(); // Always call the superclass method first
/frameworks/base/docs/html-intl/intl/ko/training/basics/activity-lifecycle/
Dpausing.jd46 일시정지 상태에서 액티비티로 돌아오는 경우, 시스템은 액티비티를 재개하고 {@link android.app.Activity#onResume onResume()} 메서드를
58 시스템은 {@link android.app.Activity#onResume onResume()}을 호출합니다(2).</p>
117 android.app.Activity#onResume()} 메서드를 호출합니다.</p>
121 android.app.Activity#onResume()}을 구현하여 {@link
126 <p>다음 {@link android.app.Activity#onResume()} 예제는 위에 표시된
132 public void onResume() {
133 super.onResume(); // Always call the superclass method first
/frameworks/base/docs/html-intl/intl/zh-tw/training/basics/activity-lifecycle/
Dpausing.jd43 …久儲存的資訊。若使用者從暫停狀態返回至您的應用行為顯示,系統會繼續執行該應用行為顯示,並呼叫 {@link android.app.Activity#onResume onResume()} 方法。
57 若使用者在應用行為顯示仍處於暫停狀態時返回至應用行為顯示,系統將呼叫 {@link android.app.Activity#onResume onResume()} (2)。
117 android.app.Activity#onResume()} 方法。</p>
121 android.app.Activity#onResume()},以初始化您在 {@link
126 <p>以下 {@link android.app.Activity#onResume()} 範例是上述 {@link android.app.Activity#onPause()} 範例的對應,會針…
132 public void onResume() {
133 super.onResume(); // Always call the superclass method first
/frameworks/base/docs/html-intl/intl/ja/training/basics/activity-lifecycle/
Dpausing.jd43 …時停止状態からアクティビティに復帰した場合は、システムはアクティビティを再開し、{@link android.app.Activity#onResume onResume()} メソッドを呼び出し…
57 一時停止中にユーザーがアクティビティに復帰した場合、システムは {@link android.app.Activity#onResume onResume()} を呼び出します(2)。
117 android.app.Activity#onResume()} メソッドを呼び出します。</p>
122 android.app.Activity#onResume()} を実装する必要があります。
126 <p>{@link android.app.Activity#onResume()} に関する次の例は、上記の
132 public void onResume() {
133 super.onResume(); // Always call the superclass method first
/frameworks/base/docs/html-intl/intl/zh-cn/training/basics/activity-lifecycle/
Dpausing.jd44 {@link android.app.Activity#onResume onResume()} 方法。
57 如果用户在Activity仍然处于暂停状态时返回Activity,则系统会调用 {@link android.app.Activity#onResume onResume()} (2)。
117 android.app.Activity#onResume()} 方法。</p>
121 android.app.Activity#onResume()} 初始化您在 {@link
126 <p>{@link android.app.Activity#onResume()} 的以下示例对应于以上的
132 public void onResume() {
133 super.onResume(); // Always call the superclass method first
/frameworks/native/opengl/tests/testPauseResume/src/com/android/test/
DTestActivity.java34 mView.onResume();
60 protected void onResume() { in onResume() method in TestActivity
61 super.onResume(); in onResume()
62 mView.onResume(); in onResume()
/frameworks/native/opengl/tests/gldual/src/com/android/gldual/
DGLDualActivity.java48 @Override protected void onResume() { in onResume() method in GLDualActivity
49 super.onResume(); in onResume()
50 mGLView.onResume(); in onResume()
51 mGL2View.onResume(); in onResume()
/frameworks/native/opengl/tests/gl_jni/src/com/android/gljni/
DGLJNIActivity.java41 protected void onResume() { in onResume() method in GLJNIActivity
42 super.onResume(); in onResume()
43 mView.onResume(); in onResume()
/frameworks/native/opengl/tests/testViewport/src/com/android/test/
DTestActivity.java42 protected void onResume() { in onResume() method in TestActivity
43 super.onResume(); in onResume()
44 mView.onResume(); in onResume()
/frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
DGL2JNIActivity.java42 @Override protected void onResume() { in onResume() method in GL2JNIActivity
43 super.onResume(); in onResume()
44 mView.onResume(); in onResume()
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
DBackgroundFragment.java46 public void onResume() { in onResume() method in BackgroundFragment
47 super.onResume(); in onResume()
52 mBackgroundManager.onResume(); in onResume()
DBackgroundSupportFragment.java48 public void onResume() { in onResume() method in BackgroundSupportFragment
49 super.onResume(); in onResume()
54 mBackgroundManager.onResume(); in onResume()
/frameworks/native/opengl/tests/gl2_java/src/com/android/gl2java/
DGL2JavaActivity.java42 @Override protected void onResume() { in onResume() method in GL2JavaActivity
43 super.onResume(); in onResume()
44 mView.onResume(); in onResume()
/frameworks/native/opengl/tests/testFramerate/src/com/android/testframerate/
DTestFramerateActivity.java43 @Override protected void onResume() { in onResume() method in TestFramerateActivity
44 super.onResume(); in onResume()
45 mView.onResume(); in onResume()
/frameworks/native/opengl/tests/testLatency/src/com/android/testlatency/
DTestLatencyActivity.java43 @Override protected void onResume() { in onResume() method in TestLatencyActivity
44 super.onResume(); in onResume()
45 mView.onResume(); in onResume()
/frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
DGLPerfActivity.java43 @Override protected void onResume() { in onResume() method in GLPerfActivity
44 super.onResume(); in onResume()
45 mView.onResume(); in onResume()
/frameworks/rs/java/tests/GenImages/src/com/android/rs/genimage/
DGenImageAct.java49 protected void onResume() { in onResume() method in GenImageAct
50 super.onResume(); in onResume()
54 mGLView.onResume(); in onResume()
/frameworks/base/core/java/android/webkit/
DWebViewFragment.java65 public void onResume() { in onResume() method in WebViewFragment
66 mWebView.onResume(); in onResume()
67 super.onResume(); in onResume()
/frameworks/compile/libbcc/tests/debuginfo/target-tests/driver-simple/
DACTIVITY.java.template38 protected void onResume() {
39 // Ideally an app should implement onResume() and onPause()
41 super.onResume();
47 // Ideally an app should implement onResume() and onPause()
/frameworks/compile/libbcc/tests/debuginfo/target-tests/driver-int-param/
DACTIVITY.java.template42 protected void onResume() {
43 // Ideally an app should implement onResume() and onPause()
45 super.onResume();
51 // Ideally an app should implement onResume() and onPause()
/frameworks/compile/libbcc/tests/debuginfo/target-tests/driver-simple-exit/
DACTIVITY.java.template42 protected void onResume() {
43 // Ideally an app should implement onResume() and onPause()
45 super.onResume();
51 // Ideally an app should implement onResume() and onPause()
/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
DVideoDumpActivity.java62 protected void onResume() { in onResume() method in VideoDumpActivity
63 super.onResume(); in onResume()
64 mVideoView.onResume(); in onResume()
/frameworks/opt/photoviewer/activity/src/com/android/ex/photo/
DPhotoViewActivity.java60 protected void onResume() { in onResume() method in PhotoViewActivity
61 super.onResume(); in onResume()
62 mController.onResume(); in onResume()
/frameworks/opt/photoviewer/appcompat/src/com/android/ex/photo/
DPhotoViewActivity.java60 protected void onResume() { in onResume() method in PhotoViewActivity
61 super.onResume(); in onResume()
62 mController.onResume(); in onResume()
/frameworks/base/docs/html-intl/intl/pt-br/training/basics/activity-lifecycle/
Dpausing.jd47 {@link android.app.Activity#onResume onResume()}.</p>
58 sistema chama {@link android.app.Activity#onResume onResume()} (2).</p>
117 android.app.Activity#onResume()}.</p>
121 android.app.Activity#onResume()} para inicializar os componentes liberados durante {@link
126 <p>O seguinte exemplo de {@link android.app.Activity#onResume()} é uma contrapartida ao
132 public void onResume() {
133 super.onResume(); // Always call the superclass method first

1234567891011