HomeSort by relevance Sort by last modified time
    Searched full:resumed (Results 1 - 25 of 159) sorted by null

1 2 3 4 5 6 7

  /external/chromium/net/ftp/
ftp_transaction_factory.h 21 // of new transactions is resumed.
  /dalvik/vm/mterp/c/
OP_BREAKPOINT.c 17 * the thread resumed.
  /external/chromium/net/http/
http_transaction_factory.h 33 // of new transactions is resumed.
  /frameworks/base/core/java/android/app/
LocalActivityManager.java 61 static final int CREATED = 2; // Created, not started or resumed.
62 static final int STARTED = 3; // Created and started, not resumed.
63 static final int RESUMED = 4; // Created started and resumed.
71 /** The activity that is currently resumed. */
80 /** True if only one activity can be resumed at a time */
99 * of one activity resumed
136 if (desiredState == RESUMED) {
139 r.curState = RESUMED;
158 if (desiredState == RESUMED) {
    [all...]
IActivityController.aidl 37 * it to be resumed as normal, or false to cancel/reject this activity.
  /packages/apps/Gallery/src/com/android/camera/
MovieView.java 38 private boolean mResumed = false; // Whether this activity has been resumed.
40 private boolean mControlResumed = false; // Whether the MovieViewControl is resumed.
  /system/media/opensles/libopensles/
CAudioRecorder.c 37 /** \brief Hook called by Object::Resume when an audio recorder is resumed */
CAudioPlayer.c 45 /** \brief Hook called by Object::Resume when an audio player is resumed */
COutputMix.c 37 /** \brief Hook called by Object::Resume when an output mix is resumed */
CEngine.c 49 /** \brief Hook called by Object::Resume when an engine is resumed */
  /development/apps/Development/src/com/android/development/
MediaScannerActivity.java 33 /** Called when the activity is first created or resumed. */
  /development/samples/ApiDemos/src/com/example/android/apis/app/
PersistentState.java 40 * because the new instance is resumed before the old one is paused.</p>
92 * Upon being resumed we can retrieve the current state. This allows us
114 * will be restored correctly when we are resumed.
  /frameworks/base/services/java/com/android/server/am/
EventLogTags.logtags 26 # An activity has been resumed into the foreground but was not already running:
28 # An activity has been resumed and is now in the foreground:
52 # An activity has been relaunched, resumed, and is now in the foreground:
ActivityStack.java 115 RESUMED,
215 * Current activity that is resumed, or null if there is none.
566 r.state = ActivityState.RESUMED;
575 // This activity is not starting in the resumed state... which
656 Slog.e(TAG, "Trying to pause when nothing is resumed", e);
    [all...]
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
app-android.c 83 /* we resumed the animation, so adjust the time offset
  /frameworks/base/graphics/java/android/renderscript/
RSSurfaceView.java 114 * Inform the view that the activity is resumed. The owner of this view must
115 * call this method when the activity is resumed. Calling this method will
  /libcore/luni/src/main/java/org/apache/xml/dtm/ref/
CoroutineManager.java 40 * <li>A coroutine is activated when it is resumed by some other coroutine
44 * -- so that if/when it is resumed, it will proceed from the point at which
135 * wait-to-be-resumed), and the weight issue could be managed by
221 * recognize when we are being resumed.
255 * ID we watch for to see if we're the ones being resumed.
  /packages/providers/DownloadProvider/ui/res/values-en-rGB/
strings.xml 36 <string name="dialog_cannot_resume" msgid="7704082031608361756">"Download interrupted. It cannot be resumed."</string>
  /external/kernel-headers/original/linux/
dm-ioctl.h 53 * the device is resumed.
58 * is resumed.
  /frameworks/base/core/java/android/nfc/
NfcAdapter.java 465 * foreground (resumed). Also, activities must call {@link #disableForegroundDispatch} before
485 "when your activity is resumed");
533 "while your activity is still resumed");
566 "when your activity is resumed");
610 "while your activity is still resumed");
  /development/samples/SpinnerTest/src/com/android/example/spinner/test/
SpinnerActivityTest.java 35 * state after the app is hidden (paused) and re-displayed (resumed)
281 * paused and then resumed.
  /external/strace/
strace-graph 66 if (s/^<... \S+ resumed> //) {
68 print STDERR "$0: $ARGV: cannot find start of resumed call on line $.";
  /frameworks/base/docs/html/resources/articles/
glsurfaceview.jd 80 paused, and resumes it when the activity is resumed. You could use this
92 paused and resumed.) <code>OnSurfaceCreated()</code> is a good place to create
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
dm-ioctl.h 53 * the device is resumed.
58 * is resumed.
  /development/samples/ApiDemos/src/com/example/android/apis/os/
RotationVectorDemo.java 100 // enable our sensor when the activity is resumed, ask for

Completed in 2003 milliseconds

1 2 3 4 5 6 7