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

1234567

/frameworks/support/v4/java/android/support/v4/app/
H A DFragment.java757 * for the duration of {@link #onResume()} and {@link #onPause()} as well.
1295 * tied to {@link Activity#onResume() Activity.onResume} of the containing
1298 public void onResume() { method in class:Fragment
2005 onResume();
2008 + " did not call through to super.onResume()");
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerRenderer.cpp587 onResume();
1465 void NuPlayer::Renderer::onResume() { function in class:android::NuPlayer::Renderer
H A DNuPlayerDecoder.cpp354 void NuPlayer::Decoder::onResume(bool notifyComplete) { function in class:android::NuPlayer::Decoder
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DDirectoryFragment.java392 public void onResume() { method in class:DirectoryFragment
393 super.onResume();
/frameworks/base/core/java/android/app/
H A DInstrumentation.java369 * through the full initialization including {@link Activity#onResume} and
1251 * Perform calling of an activity's {@link Activity#onResume} method. The
1258 activity.onResume();
H A DActivity.java242 * {@link android.app.Activity#onResume} until a corresponding call to
269 * protected void onResume();
315 * <p>Followed by <code>onResume()</code> if the activity comes
318 * <td align="center"><code>onResume()</code> or <code>onStop()</code></td>
322 * <th align="left" border="0">{@link android.app.Activity#onResume onResume()}</th>
337 * <p>Followed by either <code>onResume()</code> if the activity
341 * <td align="center"><code>onResume()</code> or<br>
402 * <code>onResume()</code>.</p>
882 * of the activity lifecycle ({@link #onStart}, {@link #onResume},
1205 protected void onResume() { method in class:Activity
[all...]
/frameworks/opt/photoviewer/src/com/android/ex/photo/
H A DPhotoViewController.java394 public void onResume() { method in class:PhotoViewController
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DBackgroundManager.java733 void onResume() { method in class:BackgroundManager
734 if (DEBUG) Log.v(TAG, "onResume " + this);
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPrintActivity.java324 public void onResume() { method in class:PrintActivity
325 super.onResume();

Completed in 1599 milliseconds

1234567