Home
last modified time | relevance | path

Searched refs:onResume (Results 1 - 16 of 16) sorted by relevance

/third_party/vk-gl-cts/android/package/src/com/drawelements/deqp/execserver/
H A DExecServerActivity.java67 protected void onResume () { in onResume() method in ExecServerActivity
68 super.onResume(); in onResume()
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/java/com/google/oboe/samples/rhythmgame/
H A DMainActivity.java43 protected void onResume(){ in onResume() method in MainActivity
44 super.onResume(); in onResume()
/third_party/vk-gl-cts/framework/platform/android/
H A 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
H A DtcuAndroidNativeActivity.hpp48 virtual void onResume (void);
H A DtcuAndroidRenderActivity.hpp171 virtual void onResume (void);
H A DtcuAndroidRenderActivity.cpp329 void RenderActivity::onResume (void) in onResume() function in tcu::Android::RenderActivity
331 DBG_PRINT(("RenderActivity::onResume()")); in onResume()
/third_party/node/deps/npm/node_modules/make-fetch-happen/lib/cache/
H A Dentry.js288 const onResume = () => {
303 body.once('resume', onResume)
304 body.once('end', () => body.removeListener('resume', onResume))
341 const onResume = () => {
364 body.once('resume', onResume)
365 body.once('end', () => body.removeListener('resume', onResume))
/third_party/skia/third_party/externals/oboe/samples/MegaDrone/src/main/java/com/google/oboe/samples/megadrone/
H A DMainActivity.java52 protected void onResume(){ in onResume() method in MainActivity
54 super.onResume(); in onResume()
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
H A DManualGlitchActivity.java118 public void onResume(){ in onResume() method in ManualGlitchActivity
119 super.onResume(); in onResume()
H A DMainActivity.java153 // This will get processed during onResume.
179 public void onResume(){ in onResume() method in MainActivity
180 super.onResume(); in onResume()
H A DRoundTripLatencyActivity.java341 public void onResume(){ in onResume() method in RoundTripLatencyActivity
342 super.onResume(); in onResume()
H A DTestDisconnectActivity.java181 public void onResume() { in onResume() method in TestDisconnectActivity
182 super.onResume(); in onResume()
/third_party/skia/third_party/externals/oboe/samples/LiveEffect/src/main/java/com/google/oboe/samples/liveEffect/
H A DMainActivity.java150 protected void onResume() { in onResume() method in MainActivity
151 super.onResume(); in onResume()
/third_party/skia/third_party/externals/angle2/util/android/third_party/
H A Dandroid_native_app_glue.c346 static void onResume(ANativeActivity* activity) { in onResume() function
428 activity->callbacks->onResume = onResume; in ANativeActivity_onCreate()
/third_party/skia/third_party/externals/angle2/src/android_system_settings/src/com/android/angle/common/
H A DMainFragment.java82 public void onResume() in onResume() method in MainFragment
84 super.onResume(); in onResume()
/third_party/skia/third_party/externals/oboe/samples/hello-oboe/src/main/java/com/google/oboe/samples/hellooboe/
H A DMainActivity.java94 * Creating engine in onResume() and destroying in onPause() so the stream retains exclusive
98 protected void onResume() { in onResume() method in MainActivity
99 super.onResume(); in onResume()

Completed in 8 milliseconds