Home | History | Annotate | Download | only in app

Lines Matching refs:CREATED

295  * tag in the view hierarchy will not have their content view created
350 static final int INITIALIZING = 0; // Not yet created.
351 static final int CREATED = 1; // Created.
353 static final int STOPPED = 3; // Fully created, not started.
354 static final int STARTED = 4; // Created and started, not resumed.
355 static final int RESUMED = 5; // Created started and resumed.
832 } else if (mState >= CREATED) {
875 * fragments are created through the &lt;fragment&gt; tag, <em>except</em>
931 * is not being re-created.
1118 * Called when a fragment is being created as part of a view layout
1120 * may be called immediately after the fragment is created from a <fragment>
1146 * <p>This fragment can also be created dynamically from arguments given
1155 * being created.
1156 * @param savedInstanceState If the fragment is being re-created from
1185 * still in the process of being created. As such, you can not rely
1188 * created, see {@link #onActivityCreated(Bundle)}.
1190 * @param savedInstanceState If the fragment is being re-created from
1225 * they know their view hierarchy has been completely created. The fragment's
1245 * Called when the fragment's activity has been created and this
1254 * @param savedInstanceState If the fragment is being re-created from
1269 * @param savedInstanceState If the fragment is being re-created from
1310 * created, the data you place in the Bundle here will be available
1359 * Called when the view previously created by {@link #onCreateView} has
1361 * to be displayed, a new view will be created. This is called