HomeSort by relevance Sort by last modified time
    Searched refs:CREATED (Results 1 - 21 of 21) 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,
UiElementNode.java 128 * listeners attached, so the list is only created on demand and can be null. */
413 * is created and enforced by the parent of the tree, not the element themselves. However
691 * the unknown XML local name and reuse previously created descriptors.
    [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...]
FragmentManager.java 64 * Representation of an entry on the fragment back stack, as created
128 * <p>Note: A fragment transaction can only be created/committed prior
305 * <li>A new Fragment created using this saved state must be the same class
306 * type as the Fragment it was created from.
316 * interesting state created by the fragment.
607 writer.print(prefix); writer.println("Fragments Created Menus:");
735 if (!f.mAdded && newState > Fragment.CREATED) {
736 newState = Fragment.CREATED;
748 // For fragments that are created from a layout, when restoring from
749 // state we don't want to allow them to be created until they ar
    [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...]
  /packages/apps/Browser/tests/src/com/android/browser/tests/
BP1to2UpgradeTests.java 118 values.put(BookmarkColumns.CREATED, 123456);
131 new String[] { BookmarkColumns.URL, BookmarkColumns.CREATED },
  /frameworks/media/libvideoeditor/vss/stagefrightshells/src/
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...]
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...]
  /frameworks/support/v4/java/android/support/v4/app/
FragmentManager.java 61 * Representation of an entry on the fragment back stack, as created
125 * <p>Note: A fragment transaction can only be created/committed prior
303 * <li>A new Fragment created using this saved state must be the same class
304 * type as the Fragment it was created from.
314 * interesting state created by the fragment.
601 writer.print(prefix); writer.println("Fragments Created Menus:");
774 if (!f.mAdded && newState > Fragment.CREATED) {
775 newState = Fragment.CREATED;
787 // For fragments that are created from a layout, when restoring from
788 // state we don't want to allow them to be created until they ar
    [all...]
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/
domAsset.h 453 * The created element contains the date and time that the parent element
454 * was created and is represented in an ISO 8601 format. The created element
460 virtual COLLADA_TYPE::TypeEnum getElementType() const { return COLLADA_TYPE::CREATED; }
974 * The created element contains the date and time that the parent element
975 * was created and is represented in an ISO 8601 format. The created element
1033 * Gets the created element.
1034 * @return a daeSmartRef to the created element.
    [all...]
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...]
  /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";
  /cts/tests/tests/provider/src/android/provider/cts/
BrowserTest.java 664 BookmarkColumns.DATE, BookmarkColumns.CREATED, BookmarkColumns.BOOKMARK,
688 value.put(BookmarkColumns.CREATED, createDate);
    [all...]
  /packages/apps/Browser/src/com/android/browser/provider/
BrowserProvider2.java 516 BookmarkColumns.CREATED, // 4
546 BookmarkColumns.CREATED, // 4
    [all...]
  /development/samples/training/multiscreen/newsreader/libs/
android-support-v4.jar 
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 1022 milliseconds