HomeSort by relevance Sort by last modified time
    Searched refs:CREATED (Results 1 - 25 of 44) 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,
UiElementNode.java 130 * listeners attached, so the list is only created on demand and can be null. */
415 * is created and enforced by the parent of the tree, not the element themselves. However
693 * 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.
653 writer.print(prefix); writer.println("Fragments Created Menus:");
791 if ((!f.mAdded || f.mDetached) && newState > Fragment.CREATED) {
792 newState = Fragment.CREATED;
804 // For fragments that are created from a layout, when restoring from
805 // state we don't want to allow them to be created until they ar
    [all...]
Fragment.java 294 * tag in the view hierarchy will not have their content view created
349 static final int INITIALIZING = 0; // Not yet created.
350 static final int CREATED = 1; // Created.
352 static final int STOPPED = 3; // Fully created, not started.
353 static final int STARTED = 4; // Created and started, not resumed.
354 static final int RESUMED = 5; // Created started and resumed.
827 } else if (mState >= CREATED) {
870 * 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/av/libvideoeditor/vss/stagefrightshells/src/
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...]
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 62 * Representation of an entry on the fragment back stack, as created
126 * <p>Note: A fragment transaction can only be created/committed prior
312 * <li>A new Fragment created using this saved state must be the same class
313 * type as the Fragment it was created from.
323 * interesting state created by the fragment.
649 writer.print(prefix); writer.println("Fragments Created Menus:");
828 if ((!f.mAdded || f.mDetached) && newState > Fragment.CREATED) {
829 newState = Fragment.CREATED;
841 // For fragments that are created from a layout, when restoring from
842 // state we don't want to allow them to be created until they ar
    [all...]
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.
636 } else if (mState >= CREATED) {
679 * fragments are created through the &lt;fragment&gt; tag, <em>except</em>
745 * is not being re-created.
889 * Called when a fragment is being created as part of a view layou
    [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 574 BookmarkColumns.DATE, BookmarkColumns.CREATED, BookmarkColumns.BOOKMARK,
598 value.put(BookmarkColumns.CREATED, createDate);
  /packages/apps/Browser/src/com/android/browser/provider/
BrowserProvider2.java 525 BookmarkColumns.CREATED, // 4
555 BookmarkColumns.CREATED, // 4
    [all...]
  /development/samples/training/multiscreen/newsreader/libs/
android-support-v4.jar 
  /development/samples/training/basic/ActivityLifecycle/libs/
android-support-v13.jar 
  /development/samples/training/basic/FragmentBasics/libs/
android-support-v4.jar 
  /development/samples/training/location-aware/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/jarCheckTests3/lib2/libs/
android-support-v13.jar 

Completed in 889 milliseconds

1 2