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

  /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/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 289 * tag in the view hierarchy will not have their content view created
344 static final int INITIALIZING = 0; // Not yet created.
345 static final int CREATED = 1; // Created.
347 static final int STOPPED = 3; // Fully created, not started.
348 static final int STARTED = 4; // Created and started, not resumed.
349 static final int RESUMED = 5; // Created started and resumed.
818 * fragments are created through the &lt;fragment&gt; tag, <em>except</em>
    [all...]
  /frameworks/media/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 83 CREATED,
118 mState(CREATED),
136 if( CREATED != mState ) {
169 mState = CREATED;
448 CREATED = 0x1,
513 VIDEOEDITOR_CHECK(CREATED == pEncoderContext->mState, M4ERR_STATE);
602 VIDEOEDITOR_CHECK(CREATED == pEncoderContext->mState, M4ERR_STATE);
639 pEncoderContext->mState = CREATED;
727 pEncoderContext->mState = CREATED;
762 VIDEOEDITOR_CHECK(CREATED == pEncoderContext->mState, M4ERR_STATE)
    [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 155 static final int INITIALIZING = 0; // Not yet created.
156 static final int CREATED = 1; // Created.
158 static final int STOPPED = 3; // Fully created, not started.
159 static final int STARTED = 4; // Created and started, not resumed.
160 static final int RESUMED = 5; // Created started and resumed.
628 * fragments are created through the &lt;fragment&gt; tag, <em>except</em>
684 * is not being re-created.
824 * Called when a fragment is being created as part of a view layout
826 * may be called immediately after the fragment is created from a <fragment
    [all...]
  /external/collada/include/1.4/dom/
domTypes.h 243 FX_SURFACE_TYPE_ENUM_UNTYPED, /**< When a surface's type attribute is set to UNTYPED, its type is initially unknown and established later by the context in which it is used, such as by a texture sampler that references it. A surface of any other type may be changed into an UNTYPED surface at run-time, as if it were created by <newparam>, using <setparam>. If there is a type mismatch between a <setparam> operation and what the run-time decides the type should be, the result is profile- and platform-specific behavior. */
    [all...]
  /development/samples/training/multiscreen/newsreader/libs/
android-support-v4.jar 
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/13/
android.jar 
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 958 milliseconds