Searched defs:onPause (Results 26 - 50 of 97) sorted by relevance

1234

/frameworks/base/tests/RenderScriptTests/SurfaceTexture/src/com/example/android/rs/sto/
H A DSurfaceTextureOpaque.java48 protected void onPause() { method in class:SurfaceTextureOpaque
49 super.onPause();
/frameworks/base/tests/RenderScriptTests/tests/src/com/android/rs/test/
H A DRSTest.java62 // Ideally a game should implement onResume() and onPause()
69 protected void onPause() { method in class:RSTest
70 // Ideally a game should implement onResume() and onPause()
72 super.onPause();
/frameworks/base/tests/RenderScriptTests/tests_v11/src/com/android/rs/test/
H A DRSTest_v11.java63 // Ideally a game should implement onResume() and onPause()
70 protected void onPause() { method in class:RSTest_v11
71 // Ideally a game should implement onResume() and onPause()
73 super.onPause();
/frameworks/base/tests/RenderScriptTests/tests_v14/src/com/android/rs/test/
H A DRSTest_v14.java62 // Ideally a game should implement onResume() and onPause()
69 protected void onPause() { method in class:RSTest_v14
70 // Ideally a game should implement onResume() and onPause()
72 super.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/media/mca/samples/CameraEffectsRecordingSample/java/android/media/filterfw/samples/
H A DCameraEffectsRecordingSample.java81 protected void onPause() { method in class:CameraEffectsRecordingSample
82 super.onPause();
/frameworks/base/packages/VpnDialogs/src/com/android/vpndialogs/
H A DManageDialog.java113 protected void onPause() { method in class:ManageDialog
114 super.onPause();
/frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
H A DSimpleModel.java58 // Ideally a game should implement onResume() and onPause()
65 protected void onPause() { method in class:SimpleModel
66 // Ideally a game should implement onResume() and onPause()
68 super.onPause();
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/
H A DTestApp.java59 // Ideally a game should implement onResume() and onPause()
66 protected void onPause() { method in class:TestApp
67 // Ideally a game should implement onResume() and onPause()
69 super.onPause();
/frameworks/base/core/java/android/app/
H A DActivityGroup.java74 protected void onPause() { method in class:ActivityGroup
75 super.onPause();
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardPasswordView.java86 public void onPause() { method in class:KeyguardPasswordView
87 super.onPause();
H A DKeyguardSecurityView.java46 void onPause(); method in interface:KeyguardSecurityView
H A DKeyguardSimPinView.java115 public void onPause() { method in class:KeyguardSimPinView
/frameworks/base/tests/RenderScriptTests/Balls/src/com/example/android/rs/balls/
H A DBalls.java91 // Ideally a game should implement onResume() and onPause()
98 protected void onPause() { method in class:Balls
99 super.onPause();
/frameworks/base/tests/SerialChat/src/com/android/serialchat/
H A DSerialChat.java88 public void onPause() { method in class:SerialChat
89 super.onPause();
/frameworks/ex/carousel/test/src/com/android/carouseltest/
H A DMusicDemoActivity.java109 protected void onPause() { method in class:MusicDemoActivity
110 super.onPause();
111 mHelper.onPause();
/frameworks/native/opengl/tests/lighting1709/src/com/android/lightingtest/
H A DClearActivity.java43 protected void onPause() { method in class:ClearActivity
44 super.onPause();
45 mGLView.onPause();
/frameworks/base/core/java/com/android/internal/app/
H A DNetInitiatedActivity.java115 protected void onPause() { method in class:NetInitiatedActivity
116 super.onPause();
117 if (DEBUG) Log.d(TAG, "onPause");
/frameworks/base/libs/usb/tests/AccessoryChat/src/com/android/accessorychat/
H A DAccessoryChat.java121 public void onPause() { method in class:AccessoryChat
122 super.onPause();
/frameworks/native/include/android/
H A Dnative_activity.h141 * NativeActivity has paused. See Java documentation for Activity.onPause()
144 void (*onPause)(ANativeActivity* activity); member in struct:ANativeActivityCallbacks
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerRenderer.cpp186 onPause();
634 void NuPlayer::Renderer::onPause() { function in class:android::NuPlayer::Renderer
/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
H A DBassBoostTest.java105 public void onPause() { method in class:BassBoostTest
106 super.onPause();
H A DEnvReverbTest.java180 public void onPause() { method in class:EnvReverbTest
181 super.onPause();
H A DEqualizerTest.java163 public void onPause() { method in class:EqualizerTest
164 super.onPause();
H A DPresetReverbTest.java107 public void onPause() { method in class:PresetReverbTest
108 super.onPause();

Completed in 472 milliseconds

1234