Home
last modified time | relevance | path

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

123

/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DMapActivityTest.java15 mapActivity.onResume(); in onDestroy_shouldNotComplainIfLifecycleIsCorrect()
24 mapActivity.onResume(); in onDestroy_shouldComplainIfPauseIsNotCalled()
41 @Override protected void onResume() { in onResume() method in MapActivityTest.MyMapActivity
42 super.onResume(); in onResume()
DDialogFragmentTest.java218 public void onResume() { in onResume() method in DialogFragmentTest.TestDialogFragment
220 super.onResume(); in onResume()
/external/libgdx/gdx/src/com/badlogic/gdx/utils/
DPauseableThread.java58 public void onResume () { in onResume() method in PauseableThread
73 if (paused) onResume(); in stopThread()
/external/deqp/android/package/src/com/drawelements/deqp/execserver/
DExecServerActivity.java67 protected void onResume () { in onResume() method in ExecServerActivity
68 super.onResume(); in onResume()
/external/sl4a/Common/src/com/googlecode/android_scripting/activity/
DFutureActivity.java89 protected void onResume() { in onResume() method in FutureActivity
90 super.onResume(); in onResume()
92 mTask.onResume(); in onResume()
/external/dagger2/examples/android-activity-graphs/src/main/java/com/example/dagger/activitygraphs/ui/
DHomeFragment.java44 @Override public void onResume() { in onResume() method in HomeFragment
45 super.onResume(); in onResume()
/external/deqp/framework/platform/android/
DtcuAndroidNativeActivity.cpp36 static_cast<tcu::Android::NativeActivity*>(activity->instance)->onResume(); in onResumeCallback()
121 activity->callbacks->onResume = onResumeCallback; in NativeActivity()
146 void NativeActivity::onResume (void) in onResume() function in tcu::Android::NativeActivity
DtcuAndroidNativeActivity.hpp48 virtual void onResume (void);
/external/opencv3/samples/android/tutorial-1-camerapreview/src/org/opencv/samples/tutorial1/
DTutorial1Activity.java73 public void onResume() in onResume() method in Tutorial1Activity
75 super.onResume(); in onResume()
/external/opencv3/samples/android/15-puzzle/src/org/opencv/samples/puzzle15/
DPuzzle15Activity.java76 public void onResume() in onResume() method in Puzzle15Activity
78 super.onResume(); in onResume()
/external/zxing/qr_scanner/src/com/google/zxing/client/android/
DCaptureActivity.java92 protected void onResume() { in onResume() method in CaptureActivity
93 super.onResume(); in onResume()
137 inactivityTimer.onResume(); in onResume()
/external/opencv3/samples/android/tutorial-2-mixedprocessing/src/org/opencv/samples/tutorial2/
DTutorial2Activity.java97 public void onResume() in onResume() method in Tutorial2Activity
99 super.onResume(); in onResume()
/external/androidplot/Examples/DemoApp/src/com/androidplot/demos/
DDynamicXYPlotActivity.java113 public void onResume() { in onResume() method in DynamicXYPlotActivity
117 super.onResume(); in onResume()
DDualScaleXYPlotExampleActivity.java145 protected void onResume() { in onResume() method in DualScaleXYPlotExampleActivity
146 super.onResume(); in onResume()
DOrientationSensorExampleActivity.java190 public void onResume() { in onResume() method in OrientationSensorExampleActivity
191 super.onResume(); in onResume()
/external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/
DAndroidLiveWallpaperService.java369 onResume(); in notifyVisibilityChanged()
377 public void onResume () { in onResume() method in AndroidLiveWallpaperService.AndroidWallpaperEngine
402 if (visibleEngines == 1) app.onResume(); in onResume()
DAndroidFragmentApplication.java241 public void onResume () { in onResume() method in AndroidFragmentApplication
249 input.onResume(); in onResume()
259 super.onResume(); in onResume()
/external/opencv3/samples/android/tutorial-3-cameracontrol/src/org/opencv/samples/tutorial3/
DTutorial3Activity.java88 public void onResume() in onResume() method in Tutorial3Activity
90 super.onResume(); in onResume()
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowMapActivity.java22 public void onResume() { in onResume() method in ShadowMapActivity
/external/opencv3/samples/android/camera-calibration/src/org/opencv/samples/cameracalibration/
DCameraCalibrationActivity.java92 public void onResume() in onResume() method in CameraCalibrationActivity
94 super.onResume(); in onResume()
/external/replicaisland/src/com/replica/replicaisland/
DAndouKun.java285 protected void onResume() { in onResume() method in AndouKun
286 super.onResume(); in onResume()
299 mGLSurfaceView.onResume(); in onResume()
300 mGame.onResume(this, false); in onResume()
376 mGame.onResume(this, true); in onKeyDown()
/external/opencv3/samples/android/color-blob-detection/src/org/opencv/samples/colorblobdetect/
DColorBlobDetectionActivity.java88 public void onResume() in onResume() method in ColorBlobDetectionActivity
90 super.onResume(); in onResume()
/external/skia/platform_tools/android/apps/sample_app/src/main/java/com/skia/
DSkiaSampleActivity.java101 protected void onResume () { in onResume() method in SkiaSampleActivity
102 super.onResume(); in onResume()
/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
DSettingsActivity.java78 protected void onResume() { in onResume() method in SettingsActivity
79 super.onResume(); in onResume()
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
DScriptProcessMonitor.java105 public void onResume() { in onResume() method in ScriptProcessMonitor
106 super.onResume(); in onResume()

123