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

12

/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DMapActivityTest.java16 mapActivity.onPause();
37 @Override protected void onPause() { method in class:MapActivityTest.MyMapActivity
38 super.onPause();
H A DTestFragment.java96 public void onPause() { method in class:TestFragment
H A DFragmentActivityTest.java149 activity.onPause();
181 public void onPause() { method in class:FragmentActivityTest.TestFragmentActivity
182 super.onPause();
H A DActivityTest.java442 "onPause",
506 public void onPause() { method in class:ActivityTest.TestActivity
507 transcript.add("onPause");
508 super.onPause();
/external/deqp/android/package/src/com/drawelements/deqp/execserver/
H A DExecServerActivity.java78 protected void onPause () { method in class:ExecServerActivity
79 super.onPause();
/external/deqp/framework/platform/android/
H A DtcuAndroidNativeActivity.hpp50 virtual void onPause (void);
H A DtcuAndroidNativeActivity.cpp46 return static_cast<tcu::Android::NativeActivity*>(activity->instance)->onPause();
123 activity->callbacks->onPause = onPauseCallback;
156 void NativeActivity::onPause (void) function in class:tcu::Android::NativeActivity
H A DtcuAndroidRenderActivity.hpp171 virtual void onPause (void);
H A DtcuAndroidRenderActivity.cpp310 void RenderActivity::onPause (void) function in class:tcu::Android::RenderActivity
312 DBG_PRINT(("RenderActivity::onPause()"));
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowMapActivity.java13 * {@link #onPause()} are called respectively.
27 public void onPause() { method in class:ShadowMapActivity
H A DShadowFragmentActivity.java64 public void onPause() { method in class:ShadowFragmentActivity
66 fragment.onPause();
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
H A DGeolocationTest.java19 * basic functionality, and tests to ensure the AwContents.onPause
171 mAwContents.onPause();
207 mAwContents.onPause();
244 mAwContents.onPause();
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/android/src/org/webrtc/vieautotest/
H A DViEAutotest.java135 protected void onPause() { method in class:ViEAutotest
136 super.onPause();
/external/zxing/qr_scanner/src/com/google/zxing/client/android/
H A DInactivityTimer.java64 public void onPause() { method in class:InactivityTimer
H A DCaptureActivity.java141 protected void onPause() { method in class:CaptureActivity
146 inactivityTimer.onPause();
153 super.onPause();
/external/chromium_org/chrome/browser/resources/network_speech_synthesis/
H A Dtts_extension.js101 chrome.ttsEngine.onPause.addListener(this.onPause_.bind(this));
231 * Handler for the chrome.ttsEngine.onPause interface.
242 * Handler for the chrome.ttsEngine.onPause interface.
/external/chromium_org/chromecast/shell/android/apk/src/org/chromium/chromecast/shell/
H A DCastShellActivity.java160 protected void onPause() { method in class:CastShellActivity
163 super.onPause();
/external/chromium_org/remoting/android/java/src/org/chromium/chromoting/
H A DDesktop.java72 protected void onPause() { method in class:Desktop
76 super.onPause();
/external/replicaisland/src/com/replica/replicaisland/
H A DAndouKun.java265 protected void onPause() { method in class:AndouKun
266 super.onPause();
267 DebugLog.d("AndouKun", "onPause");
271 mGame.onPause();
272 mGLSurfaceView.onPause();
273 mGame.getRenderer().onPause(); // hack!
382 mGame.onPause();
H A DMainMenuActivity.java175 protected void onPause() { method in class:MainMenuActivity
176 super.onPause();
H A DGameRenderer.java305 public synchronized void onPause() { method in class:GameRenderer
H A DGLSurfaceView.java106 * are required to call {@link #onPause()} when the activity pauses and
271 * <li>{@link #onPause()}
481 public void onPause() { method in class:GLSurfaceView
483 mGLThread.onPause();
1368 public void onPause() { method in class:GLSurfaceView.GLThread
H A DGame.java452 public void onPause() { method in class:Game
/external/chromium_org/third_party/libjingle/source/talk/examples/android/src/org/appspot/apprtc/
H A DAppRTCDemoActivity.java239 public void onPause() { method in class:AppRTCDemoActivity
240 super.onPause();
241 vsv.onPause();
/external/robolectric/lib/main/
H A Dmaps_v16.jarcom/google/android/maps/GeoPoint.class " package com.google.android.maps public com.google ...

Completed in 379 milliseconds

12