Searched refs:onPause (Results 1 - 25 of 232) sorted by relevance

12345678910

/frameworks/support/lifecycle/integration-tests/testapp/src/main/java/androidx/lifecycle/testapp/
H A DNavigationDialogActivity.java26 protected void onPause() { method in class:NavigationDialogActivity
27 super.onPause();
H A DLifecycleTestActivity.java55 protected void onPause() { method in class:LifecycleTestActivity
57 super.onPause();
H A DNonSupportActivity.java58 protected void onPause() { method in class:NonSupportActivity
59 super.onPause();
/frameworks/native/opengl/tests/gl_jni/src/com/android/gljni/
H A DGLJNIActivity.java35 protected void onPause() { method in class:GLJNIActivity
36 super.onPause();
37 mView.onPause();
/frameworks/native/opengl/tests/testViewport/src/com/android/test/
H A DTestActivity.java36 protected void onPause() { method in class:TestActivity
37 super.onPause();
38 mView.onPause();
/frameworks/support/v7/appcompat/src/androidTest/java/androidx/appcompat/app/
H A DNightModeActivity.java28 * updating it in onResume and onPause. I said it was gross.
44 protected void onPause() { method in class:NightModeActivity
45 super.onPause();
/frameworks/native/opengl/tests/gl2_java/src/com/android/gl2java/
H A DGL2JavaActivity.java37 @Override protected void onPause() { method in class:GL2JavaActivity
38 super.onPause();
39 mView.onPause();
/frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
H A DGL2JNIActivity.java37 @Override protected void onPause() { method in class:GL2JNIActivity
38 super.onPause();
39 mView.onPause();
/frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
H A DGLPerfActivity.java38 @Override protected void onPause() { method in class:GLPerfActivity
39 super.onPause();
40 mView.onPause();
/frameworks/native/opengl/tests/testFramerate/src/com/android/testframerate/
H A DTestFramerateActivity.java38 @Override protected void onPause() { method in class:TestFramerateActivity
39 super.onPause();
40 mView.onPause();
/frameworks/native/opengl/tests/testLatency/src/com/android/testlatency/
H A DTestLatencyActivity.java38 @Override protected void onPause() { method in class:TestLatencyActivity
39 super.onPause();
40 mView.onPause();
/frameworks/rs/tests/java_api/GenImages/src/com/android/rs/genimage/
H A DGenImageAct.java39 protected void onPause() { method in class:GenImageAct
40 super.onPause();
45 mGLView.onPause();
52 // If you de-allocated graphic objects for onPause()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/core/lifecycle/events/
H A DOnPause.java26 void onPause(); method in interface:OnPause
/frameworks/compile/libbcc/tests/debuginfo/target-tests/driver-int-param/
H A DACTIVITY.java.template43 // Ideally an app should implement onResume() and onPause()
50 protected void onPause() {
51 // Ideally an app should implement onResume() and onPause()
53 super.onPause();
/frameworks/compile/libbcc/tests/debuginfo/target-tests/driver-simple/
H A DACTIVITY.java.template39 // Ideally an app should implement onResume() and onPause()
46 protected void onPause() {
47 // Ideally an app should implement onResume() and onPause()
49 super.onPause();
/frameworks/compile/libbcc/tests/debuginfo/target-tests/driver-simple-exit/
H A DACTIVITY.java.template43 // Ideally an app should implement onResume() and onPause()
50 protected void onPause() {
51 // Ideally an app should implement onResume() and onPause()
53 super.onPause();
/frameworks/native/opengl/tests/gldual/src/com/android/gldual/
H A DGLDualActivity.java42 @Override protected void onPause() { method in class:GLDualActivity
43 super.onPause();
44 mGLView.onPause();
45 mGL2View.onPause();
/frameworks/native/opengl/tests/testPauseResume/src/com/android/test/
H A DTestActivity.java37 mView.onPause();
54 protected void onPause() { method in class:TestActivity
55 super.onPause();
56 mView.onPause();
/frameworks/base/core/java/android/webkit/
H A DWebViewFragment.java31 * @deprecated Manually call {@link WebView#onPause()} and {@link WebView#onResume()}
59 public void onPause() { method in class:WebViewFragment
60 super.onPause();
61 mWebView.onPause();
/frameworks/rs/tests/java_api/RsNbody/src/com/example/android/rs/nbody_gl/
H A DMainActivity.java26 protected void onPause() { method in class:MainActivity
27 mGLView.onPause();
28 super.onPause();
/frameworks/base/samples/training/network-usage/src/com/example/android/networkusage/
H A DSettingsActivity.java49 protected void onPause() { method in class:SettingsActivity
50 super.onPause();
54 // unnecessary system overhead. You do this in onPause().
/frameworks/support/lifecycle/common/src/main/java/androidx/lifecycle/
H A DFullLifecycleObserver.java27 void onPause(LifecycleOwner owner); method in interface:FullLifecycleObserver
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DDessertCase.java60 public void onPause() { method in class:DessertCase
61 super.onPause();
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
H A DTestAlertActivity.java24 public void onPause() { method in class:TestAlertActivity
25 super.onPause();
26 Log.d("StatusBarTest", "onPause: Canceling notification id=" + mId);
/frameworks/support/media/src/androidTest/java/androidx/media/
H A DMediaStubActivity.java50 protected void onPause() { method in class:MediaStubActivity
51 Log.i(TAG, "onPause");
52 super.onPause();

Completed in 1114 milliseconds

12345678910