Home
last modified time | relevance | path

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

12

/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/app/
DFlutterActivity.java99 protected void onResume() { in onResume() method in FlutterActivity
100 super.onResume(); in onResume()
101 eventDelegate.onResume(); in onResume()
DFlutterActivityEvents.java50 void onResume(); in onResume() method
/third_party/vk-gl-cts/android/package/src/com/drawelements/deqp/execserver/
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/
DMainActivity.java43 protected void onResume(){ in onResume() method in MainActivity
44 super.onResume(); in onResume()
/third_party/vk-gl-cts/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);
/third_party/flutter/engine/flutter/shell/platform/android/test/io/flutter/embedding/android/
DFlutterActivityAndFragmentDelegateTest.java102 delegate.onResume(); in itSendsLifecycleEventsToFlutter()
157 delegate.onResume(); in itUsesCachedEngineWhenProvided()
423 delegate.onResume(); in itDestroysItsOwnEngineIfHostRequestsIt()
447 delegate.onResume(); in itDoesNotDestroyItsOwnEngineWhenHostSaysNotTo()
478 delegate.onResume(); in itDestroysCachedEngineWhenHostRequestsIt()
510 delegate.onResume(); in itDoesNotDestroyCachedEngineWhenHostSaysNotTo()
/third_party/flutter/skia/platform_tools/android/apps/arcore/src/main/java/org/skia/arcore/
DHelloArActivity.java240 protected void onResume() { in onResume() method in HelloArActivity
241 super.onResume(); in onResume()
249 JniInterface.onResume(mNativeApplication, getApplicationContext(), this); in onResume()
250 mSurfaceView.onResume(); in onResume()
DJniInterface.java30 public static native void onResume(long nativeApplication, Context context, Activity activity); in onResume() method in JniInterface
/third_party/skia/third_party/externals/oboe/samples/MegaDrone/src/main/java/com/google/oboe/samples/megadrone/
DMainActivity.java52 protected void onResume(){ in onResume() method in MainActivity
54 super.onResume(); in onResume()
/third_party/flutter/skia/platform_tools/android/apps/skar_java/src/main/java/com/google/skar/examples/helloskar/app/
DHelloCanvasAR.java193 protected void onResume() { in onResume() method in HelloCanvasAR
194 super.onResume(); in onResume()
252 glSurfaceView.onResume(); in onResume()
253 displayRotationHelper.onResume(); in onResume()
/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/java/com/mobileer/androidfxlab/
DMainActivity.kt102 override fun onResume() { in <lambda>() method
103 super.onResume() in <lambda>()
/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/embedding/android/
DFlutterActivity.java532 protected void onResume() { in onResume() method in FlutterActivity
533 super.onResume(); in onResume()
535 delegate.onResume(); in onResume()
DFlutterFragment.java611 public void onResume() { in onResume() method in FlutterFragment
612 super.onResume(); in onResume()
613 delegate.onResume(); in onResume()
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
DManualGlitchActivity.java118 public void onResume(){ in onResume() method in ManualGlitchActivity
119 super.onResume(); in onResume()
DMainActivity.java179 public void onResume(){ in onResume() method in MainActivity
180 super.onResume(); in onResume()
DRoundTripLatencyActivity.java341 public void onResume(){ in onResume() method in RoundTripLatencyActivity
342 super.onResume(); in onResume()
/third_party/skia/third_party/externals/oboe/samples/LiveEffect/src/main/java/com/google/oboe/samples/liveEffect/
DMainActivity.java150 protected void onResume() { in onResume() method in MainActivity
151 super.onResume(); in onResume()
/third_party/skia/third_party/externals/oboe/docs/notes/
Ddisconnect.md45 public void onResume() {
46 super.onResume();
/third_party/flutter/skia/platform_tools/android/apps/skar_java/src/main/java/com/google/skar/examples/helloskar/helpers/
DDisplayRotationHelper.java53 public void onResume() { in onResume() method in DisplayRotationHelper
/third_party/skia/third_party/externals/oboe/samples/hello-oboe/src/main/java/com/google/oboe/samples/hellooboe/
DMainActivity.java98 protected void onResume() { in onResume() method in MainActivity
99 super.onResume(); in onResume()
/third_party/flutter/skia/third_party/externals/angle2/util/android/third_party/
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/util/android/third_party/
Dandroid_native_app_glue.c346 static void onResume(ANativeActivity* activity) { in onResume() function
428 activity->callbacks->onResume = onResume; in ANativeActivity_onCreate()
/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/embedding/engine/
DFlutterEngineAndroidLifecycle.java62 public void onResume(@NonNull LifecycleOwner owner) {
/third_party/skia/third_party/externals/angle2/src/android_system_settings/src/com/android/angle/common/
DMainFragment.java82 public void onResume() in onResume() method in MainFragment
84 super.onResume(); in onResume()

12