[go: nahoru, domu]

Searched refs:onPostCreate (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/core/java/android/app/
H A DTabActivity.java100 protected void onPostCreate(Bundle icicle) { method in class:TabActivity
101 super.onPostCreate(icicle);
H A DInstrumentation.java1191 * Perform calling of an activity's {@link Activity#onPostCreate} method.
1196 * onPostCreate().
1199 activity.onPostCreate(icicle);
1203 * Perform calling of an activity's {@link Activity#onPostCreate} method.
1208 * onPostCreate().
1212 activity.onPostCreate(icicle, persistentState);
H A DActivity.java939 * @see #onPostCreate
986 * @see #onPostCreate
1034 * {@link #onPostCreate}.
1039 * @see #onPostCreate
1060 * {@link #onPostCreate}.
1069 * @see #onPostCreate
1145 protected void onPostCreate(@Nullable Bundle savedInstanceState) { method in class:Activity
1155 * This is the same as {@link #onPostCreate(Bundle)} but is called for activities
1165 public void onPostCreate(@Nullable Bundle savedInstanceState, method in class:Activity
1167 onPostCreate(savedInstanceStat
[all...]
/frameworks/support/v7/appcompat/tests/src/android/support/v7/app/
H A DDrawerLayoutActivity.java157 protected void onPostCreate(Bundle savedInstanceState) { method in class:DrawerLayoutActivity
158 super.onPostCreate(savedInstanceState);
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAppCompatActivity.java96 protected void onPostCreate(@Nullable Bundle savedInstanceState) { method in class:AppCompatActivity
97 super.onPostCreate(savedInstanceState);
98 getDelegate().onPostCreate(savedInstanceState);
H A DAppCompatDelegate.java67 * <li>{@link #onPostCreate(android.os.Bundle)}</li>
251 * Should be called from {@link Activity#onPostCreate(android.os.Bundle)}
253 public abstract void onPostCreate(Bundle savedInstanceState); method in class:AppCompatDelegate
H A DAppCompatDelegateImplV7.java165 public void onPostCreate(Bundle savedInstanceState) { method in class:AppCompatDelegateImplV7
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DFilesActivity.java160 protected void onPostCreate(Bundle savedInstanceState) { method in class:FilesActivity
161 super.onPostCreate(savedInstanceState);
H A DDocumentsActivity.java188 protected void onPostCreate(Bundle savedInstanceState) { method in class:DocumentsActivity
189 super.onPostCreate(savedInstanceState);

Completed in 97 milliseconds