Searched defs:onPause (Results 76 - 100 of 101) sorted by relevance

12345

/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
160 * This is typically called from your application's <code>onPause()</code> method, and will
165 public void onPause() { method in class:MffContext
H A DGraphRunner.java145 onPause();
243 private void onPause() { method in class:GraphRunner.GraphRunLoop
/frameworks/ex/carousel/java/com/android/ex/carousel/
H A DCarouselViewHelper.java290 public void onPause() { method in class:CarouselViewHelper
/frameworks/native/opengl/tests/gl2_cameraeye/src/com/android/gl2cameraeye/
H A DGL2CameraEye.java57 protected void onPause() { method in class:GL2CameraEye
58 super.onPause();
59 mGLView.onPause();
92 public void onPause() { method in class:CamGLSurfaceView
93 super.onPause();
/frameworks/wilhelm/src/android/
H A Dandroid_AudioSfDecoder.cpp368 void AudioSfDecoder::onPause() { function in class:android::AudioSfDecoder
369 SL_LOGV("AudioSfDecoder::onPause()");
370 GenericPlayer::onPause();
H A Dandroid_GenericPlayer.cpp332 onPause();
463 void GenericPlayer::onPause() { function in class:android::GenericPlayer
464 SL_LOGD("GenericPlayer::onPause()");
/frameworks/base/core/java/android/app/
H A DNativeActivity.java208 protected void onPause() { method in class:NativeActivity
209 super.onPause();
H A DFragment.java223 * <li> {@link #onPause} fragment is no longer interacting with the user either
885 * for the duration of {@link #onResume()} and {@link #onPause()} as well.
1334 * tied to {@link Activity#onPause() Activity.onPause} of the containing
1337 public void onPause() { method in class:Fragment
1859 onPause();
1862 + " did not call through to super.onPause()");
/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DLaunchpadActivity.java130 public static final String ON_PAUSE = "onPause";
323 protected void onPause() { method in class:LaunchpadActivity
324 super.onPause();
/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
H A DVideoDumpView.java121 public void onPause() { method in class:VideoDumpView
123 super.onPause();
/frameworks/base/media/tests/ScoAudioTest/src/com/android/scoaudiotest/
H A DScoAudioTest.java180 protected void onPause() { method in class:ScoAudioTest
181 super.onPause();
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
H A DDatePickerDialog.java280 public void onPause() { method in class:DatePickerDialog
281 super.onPause();
/frameworks/opt/photoviewer/src/com/android/ex/photo/fragments/
H A DPhotoViewFragment.java303 public void onPause() { method in class:PhotoViewFragment
311 super.onPause();
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A DImageProcessingActivity.java536 protected void onPause() { method in class:ImageProcessingActivity
537 super.onPause();
/frameworks/support/v4/java/android/support/v4/app/
H A DFragmentActivity.java402 * Dispatch onPause() to fragments.
405 protected void onPause() { method in class:FragmentActivity
406 super.onPause();
H A DFragment.java719 * for the duration of {@link #onResume()} and {@link #onPause()} as well.
1134 * tied to {@link Activity#onPause() Activity.onPause} of the containing
1137 public void onPause() { method in class:Fragment
1661 onPause();
1664 + " did not call through to super.onPause()");
/frameworks/av/media/libstagefright/httplive/
H A DPlaylistFetcher.cpp395 onPause();
500 void PlaylistFetcher::onPause() { function in class:android::PlaylistFetcher
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
H A DTimePickerDialog.java350 public void onPause() { method in class:TimePickerDialog
351 super.onPause();
/frameworks/opt/photoviewer/activity/src/com/android/ex/photo/
H A DPhotoViewActivity.java303 protected void onPause() { method in class:PhotoViewActivity
305 super.onPause();
/frameworks/opt/photoviewer/appcompat/src/com/android/ex/photo/
H A DPhotoViewActivity.java302 protected void onPause() { method in class:PhotoViewActivity
304 super.onPause();
/frameworks/base/core/java/android/webkit/
H A DWebViewProvider.java184 public void onPause(); method in interface:WebViewProvider
H A DWebView.java1342 public void onPause() { method in class:WebView
1344 if (DebugFlags.TRACE_API) Log.d(LOGTAG, "onPause");
1345 mProvider.onPause();
1349 * Resumes a WebView after a previous call to onPause().
1358 * Gets whether this WebView is paused, meaning onPause() was called.
/frameworks/base/opengl/java/android/opengl/
H A DGLSurfaceView.java122 * are required to call {@link #onPause()} when the activity pauses and
337 * <li>{@link #onPause()}
549 public void onPause() { method in class:GLSurfaceView
550 mGLThread.onPause();
1636 public void onPause() { method in class:GLSurfaceView.GLThread
1639 Log.i("GLThread", "onPause tid=" + getId());
1645 Log.i("Main thread", "onPause waiting for mPaused.");
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/
H A DPrintJobConfigActivity.java263 public void onPause() { method in class:PrintJobConfigActivity
283 super.onPause();
/frameworks/webview/chromium/java/com/android/webview/chromium/
H A DWebViewChromium.java1024 public void onPause() { method in class:WebViewChromium
1029 onPause();
1034 mAwContents.onPause();

Completed in 3692 milliseconds

12345