Searched refs:onResume (Results 126 - 150 of 159) sorted by relevance

1234567

/frameworks/base/core/java/android/webkit/
H A DWebViewProvider.java197 public void onResume(); method in interface:WebViewProvider
H A DWebView.java1476 * network traffic. When this WebView is again "active", call onResume().
1487 public void onResume() { method in class:WebView
1489 mProvider.onResume();
1494 * Calling onResume() sets the paused state back to false.
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DMffContext.java41 * The MffContext class declares two methods {@link #onPause()} and {@link #onResume()}, that are
179 * This is typically called from the application's <code>onResume()</code> method, and will
182 public void onResume() { method in class:MffContext
H A DGraphRunner.java151 onResume();
247 private void onResume() { method in class:GraphRunner.GraphRunLoop
/frameworks/base/tests/OneMedia/src/com/android/onemedia/
H A DPlayerController.java82 public void onResume() { method in class:PlayerController
84 Log.d(TAG, "onResume. Binding to service with intent " + mServiceIntent.toString());
/frameworks/base/core/jni/
H A Dandroid_app_NativeActivity.cpp403 if (code->callbacks.onResume != NULL) {
404 code->callbacks.onResume(code);
/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DLaunchpadActivity.java128 public static final String ON_RESUME = "onResume";
215 protected void onResume() { method in class:LaunchpadActivity
216 super.onResume();
/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
H A DEnvReverbTest.java174 public void onResume() { method in class:EnvReverbTest
175 super.onResume();
176 Log.d(TAG, "onResume");
/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
H A DVideoDumpView.java127 public void onResume() { method in class:VideoDumpView
128 Log.d(TAG, "onResume");
159 super.onResume();
/frameworks/base/media/tests/ScoAudioTest/src/com/android/scoaudiotest/
H A DScoAudioTest.java191 protected void onResume() { method in class:ScoAudioTest
192 super.onResume();
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DSelectPrinterActivity.java230 public void onResume() { method in class:SelectPrinterActivity
231 super.onResume();
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
H A DQsTuner.java83 public void onResume() { method in class:QsTuner
84 super.onResume();
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
H A DDatePickerDialog.java276 public void onResume() { method in class:DatePickerDialog
277 super.onResume();
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
H A DImageProcessingActivity2.java756 protected void onResume() { method in class:ImageProcessingActivity2
757 super.onResume();
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A DImageProcessingActivityJB.java714 protected void onResume() { method in class:ImageProcessingActivityJB
715 super.onResume();
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DPlaybackOverlayFragment.java349 public void onResume() { method in class:PlaybackOverlayFragment
350 super.onResume();
H A DPlaybackOverlaySupportFragment.java351 public void onResume() { method in class:PlaybackOverlaySupportFragment
352 super.onResume();
/frameworks/support/v4/java/android/support/v4/app/
H A DFragmentActivity.java374 * onNewIntent() call which happens before onResume() and trying to
392 * Dispatch onResume() to fragments. Note that for better inter-operation
401 protected void onResume() { method in class:FragmentActivity
402 super.onResume();
409 * Dispatch onResume() to fragments.
420 * This is the fragment-orientated version of {@link #onResume()} that you
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoderPassThrough.cpp357 void NuPlayer::DecoderPassThrough::onResume(bool notifyComplete) { function in class:android::NuPlayer::DecoderPassThrough
H A DNuPlayer.cpp700 onResume();
728 onResume();
1223 void NuPlayer::onResume() { function in class:android::NuPlayer
2127 onResume();
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardPatternView.java324 public void onResume(int reason) { method in class:KeyguardPatternView
/frameworks/base/opengl/java/android/opengl/
H A DGLSurfaceView.java124 * {@link #onResume()} when the activity resumes. These calls allow GLSurfaceView to
339 * <li>{@link #onResume()}
561 public void onResume() { method in class:GLSurfaceView
562 mGLThread.onResume();
1671 public void onResume() { method in class:GLSurfaceView.GLThread
1674 Log.i("GLThread", "onResume tid=" + getId());
1682 Log.i("Main thread", "onResume waiting for !mPaused.");
/frameworks/base/core/java/android/app/
H A DFragment.java207 * activity lifecycle methods such as {@link #onResume}, but also important
224 * <li> {@link #onResume} makes the fragment begin interacting with the user
923 * for the duration of {@link #onResume()} and {@link #onPause()} as well.
1521 * tied to {@link Activity#onResume() Activity.onResume} of the containing
1524 public void onResume() { method in class:Fragment
2263 onResume();
2266 + " did not call through to super.onResume()");
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DBaseActivity.java99 public void onResume() { method in class:BaseActivity
100 super.onResume();
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
H A DTimePickerDialog.java344 public void onResume() { method in class:TimePickerDialog
345 super.onResume();

Completed in 652 milliseconds

1234567