HomeSort by relevance Sort by last modified time
    Searched defs:CREATED (Results 1 - 25 of 36) sorted by null

1 2

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
IUiUpdateListener.java 31 /** The XML counterpart for the UI node has just been created. */
32 CREATED,
  /frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditorAudioEncoder.cpp 63 CREATED,
97 mState(CREATED),
116 if( CREATED != mState ) {
152 mState = CREATED;
VideoEditorAudioDecoder.cpp 69 CREATED,
124 mState(CREATED),
138 if( CREATED != mState ) {
170 mState = CREATED;
    [all...]
VideoEditorVideoEncoder.cpp 85 CREATED,
120 mState(CREATED),
138 if( CREATED != mState ) {
171 mState = CREATED;
262 CREATED = 0x1,
327 VIDEOEDITOR_CHECK(CREATED == pEncoderContext->mState, M4ERR_STATE);
416 VIDEOEDITOR_CHECK(CREATED == pEncoderContext->mState, M4ERR_STATE);
453 pEncoderContext->mState = CREATED;
541 pEncoderContext->mState = CREATED;
576 VIDEOEDITOR_CHECK(CREATED == pEncoderContext->mState, M4ERR_STATE)
    [all...]
  /frameworks/base/core/java/android/app/
LocalActivityManager.java 32 * process. This class is not normally used directly, but rather created for
64 static final int CREATED = 2; // Created, not started or resumed.
65 static final int STARTED = 3; // Created and started, not resumed.
66 static final int RESUMED = 4; // Created started and resumed.
130 // We need to have always created the activity.
153 // of our own (it is now STARTED, while we are only CREATED).
160 case CREATED:
182 if (desiredState == CREATED) {
185 r.curState = CREATED;
    [all...]
Fragment.java 292 * tag in the view hierarchy will not have their content view created
347 static final int INITIALIZING = 0; // Not yet created.
348 static final int CREATED = 1; // Created.
350 static final int STOPPED = 3; // Fully created, not started.
351 static final int STARTED = 4; // Created and started, not resumed.
352 static final int RESUMED = 5; // Created started and resumed.
821 * fragments are created through the &lt;fragment&gt; tag, <em>except</em>
    [all...]
  /frameworks/base/core/java/android/provider/
Browser.java 169 * a new tab be created. Overrides EXTRA_APPLICATION_ID; if both are set,
611 * The date the item created, in milliseconds since the epoch.
614 public static final String CREATED = "created";
  /frameworks/support/v4/java/android/support/v4/app/
Fragment.java 159 static final int INITIALIZING = 0; // Not yet created.
160 static final int CREATED = 1; // Created.
162 static final int STOPPED = 3; // Fully created, not started.
163 static final int STARTED = 4; // Created and started, not resumed.
164 static final int RESUMED = 5; // Created started and resumed.
632 * fragments are created through the &lt;fragment&gt; tag, <em>except</em>
688 * is not being re-created.
828 * Called when a fragment is being created as part of a view layout
830 * may be called immediately after the fragment is created from a <fragment
    [all...]
  /development/samples/training/basic/ActivityLifecycle/libs/
android-support-v13.jar 
  /development/samples/training/multiscreen/newsreader/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests1/app/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests1/lib1/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests1/lib2/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests2/lib1/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests2/lib2/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests3/lib1/libs/
android-support-v4.jar 
  /sdk/testapps/javaProjectTest/lib1/libs/
android-support-v4.jar 
  /sdk/testapps/javaProjectTest/lib2/libs/
android-support-v4.jar 
  /sdk/testapps/libsAndJarTest/lib1/libs/
android-support-v4.jar 
  /sdk/testapps/libsAndJarTest/lib2/libs/
android-support-v4.jar 
  /development/samples/training/basic/FragmentBasics/libs/
android-support-v4.jar 
  /development/samples/training/bitmapfun/libs/
android-support-v4.jar 
  /development/samples/training/location-aware/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests3/lib2/libs/
android-support-v13.jar 
  /prebuilts/sdk/10/
android.jar 

Completed in 149 milliseconds

1 2