Searched defs:onStop (Results 126 - 147 of 147) sorted by relevance

123456

/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DPlaybackFragment.java900 public void onStop() { method in class:PlaybackFragment
904 super.onStop();
H A DPlaybackOverlayFragment.java339 public void onStop() { method in class:PlaybackOverlayFragment
343 super.onStop();
H A DPlaybackOverlaySupportFragment.java342 public void onStop() { method in class:PlaybackOverlaySupportFragment
346 super.onStop();
H A DPlaybackSupportFragment.java903 public void onStop() { method in class:PlaybackSupportFragment
907 super.onStop();
/frameworks/av/media/libstagefright/httplive/
H A DPlaylistFetcher.cpp635 onStop(msg);
778 void PlaylistFetcher::onStop(const sp<AMessage> &msg) { function in class:android::PlaylistFetcher
/frameworks/base/core/java/android/app/
H A DDialog.java349 * that in {@link #onStop}.
378 onStop();
429 protected void onStop() { method in class:Dialog
H A DFragment.java250 * <li> {@link #onStop} fragment is no longer visible to the user either
1845 * tied to {@link Activity#onStop() Activity.onStop} of the containing
1849 public void onStop() { method in class:Fragment
1867 * after {@link #onStop()} and before {@link #onDestroy()}. It is called
1879 * after {@link #onStop()} and before {@link #onDetach()}.
1928 * after {@link #onStop()}.
2825 onStop();
2828 + " did not call through to super.onStop()");
H A DActivity.java254 * {@link android.app.Activity#onStop}. During this time the user can see the
259 * that impact your UI, and unregister it in onStop() when the user no
260 * longer sees what you are displaying. The onStart() and onStop() methods
296 * protected void onStop();
339 * to the foreground, or <code>onStop()</code> if it becomes hidden.</td>
341 * <td align="center"><code>onResume()</code> or <code>onStop()</code></td>
361 * returns back to the front, or <code>onStop()</code> if it becomes
365 * <code>onStop()</code></td>
368 * <tr><td colspan="2" align="left" border="0">{@link android.app.Activity#onStop onStop()}</t
1857 protected void onStop() { method in class:Activity
[all...]
/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeechService.java59 * <li>{@link #onStop}</li>
74 * {@link #onStop} tells the engine that it should stop
226 protected abstract void onStop(); method in class:TextToSpeechService
1049 TextToSpeechService.this.onStop();
1520 cb.onStop(utteranceId, started);
1522 Log.e(TAG, "Callback onStop failed: " + e);
/frameworks/base/media/java/android/media/session/
H A DMediaSession.java802 onStop();
953 public void onStop() { method in class:MediaSession.Callback
1098 public void onStop() { method in class:MediaSession.CallbackStub
1365 mCallback.onStop();
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumeDialogImpl.java1127 protected void onStop() { method in class:VolumeDialogImpl.CustomDialog
1128 super.onStop();
1130 if (D.BUG) Log.d(TAG, "onStop animating=" + animating);
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DCameraStreamer.java905 onStop();
1149 private void onStop() { method in class:CameraStreamer.CameraRunnable
H A DGraphRunner.java142 onStop();
314 onStop();
325 private void onStop() { method in class:GraphRunner.GraphRunLoop
/frameworks/opt/photoviewer/src/com/android/ex/photo/
H A DPhotoViewController.java474 public void onStop() {} method in class:PhotoViewController
/frameworks/base/core/java/com/android/internal/app/
H A DResolverActivity.java501 protected void onStop() { method in class:ResolverActivity
502 super.onStop();
1036 * If {@code retainInOnStop} is set to true, we will not finish ourselves when onStop gets
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPrintActivity.java427 protected void onStop() { method in class:PrintActivity
434 super.onStop();
1484 public void onStop() { method in class:PrintActivity.PrintServiceApprovalDialog
1485 super.onStop();
/frameworks/support/fragment/java/android/support/v4/app/
H A DFragment.java1611 * tied to {@link Activity#onStop() Activity.onStop} of the containing
1615 public void onStop() { method in class:Fragment
1629 * after {@link #onStop()} and before {@link #onDestroy()}. It is called
1641 * after {@link #onStop()} and before {@link #onDetach()}.
2535 onStop();
2538 + " did not call through to super.onStop()");
/frameworks/support/media-compat/java/android/support/v4/media/session/
H A DMediaSessionCompat.java1091 public void onStop() { method in class:MediaSessionCompat.Callback
1344 public void onStop() { method in class:MediaSessionCompat.Callback.StubApi21
1345 Callback.this.onStop();
2909 cb.onStop();
3001 cb.onStop();
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DGridLayoutManager.java195 * Base class which scrolls to selected view in onStop().
203 protected void onStop() { method in class:GridLayoutManager.GridLinearSmoothScroller
212 super.onStop();
226 super.onStop();
368 protected void onStop() { method in class:GridLayoutManager.PendingMoveSmoothScroller
369 super.onStop();
1577 // signal the event in PendingMoveSmoothScroller.onStop(). This can
/frameworks/base/core/java/com/android/internal/widget/
H A DRecyclerView.java10673 onStop();
10807 protected abstract void onStop(); method in class:RecyclerView.SmoothScroller
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java11157 onStop();
11291 protected abstract void onStop(); method in class:RecyclerView.SmoothScroller
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 378 milliseconds

123456