Searched defs:moveToState (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/app/
H A DLocalActivityManager.java111 private void moveToState(LocalActivityRecord r, int desiredState) { method in class:LocalActivityManager
297 moveToState(old, STARTED);
319 moveToState(r, mCurState);
330 moveToState(r, mCurState);
348 moveToState(r, mCurState);
524 moveToState(mResumed, RESUMED);
529 moveToState(mActivityArray.get(i), RESUMED);
553 moveToState(mResumed, STARTED);
560 moveToState(r, STARTED);
578 moveToState(
[all...]
H A DFragmentManager.java868 moveToState(f, mCurState, 0, 0, false);
872 void moveToState(Fragment f, int newState, int transit, int transitionStyle, method in class:FragmentManagerImpl
874 if (DEBUG && false) Log.v(TAG, "moveToState: " + f
904 moveToState(f, f.mStateAfterAnimating, 0, 0, true);
1058 moveToState(fragment, fragment.mStateAfterAnimating,
1125 void moveToState(Fragment f) { method in class:FragmentManagerImpl
1126 moveToState(f, mCurState, 0, 0, false);
1129 void moveToState(int newState, boolean always) { method in class:FragmentManagerImpl
1130 moveToState(newState, 0, 0, always);
1133 void moveToState(in method in class:FragmentManagerImpl
[all...]
/frameworks/support/v4/java/android/support/v4/app/
H A DFragmentManager.java901 moveToState(f, mCurState, 0, 0, false);
921 void moveToState(Fragment f, int newState, int transit, int transitionStyle, method in class:FragmentManagerImpl
949 moveToState(f, f.mStateAfterAnimating, 0, 0, true);
1119 moveToState(fragment, fragment.mStateAfterAnimating,
1184 void moveToState(Fragment f) { method in class:FragmentManagerImpl
1185 moveToState(f, mCurState, 0, 0, false);
1188 void moveToState(int newState, boolean always) { method in class:FragmentManagerImpl
1189 moveToState(newState, 0, 0, always);
1192 void moveToState(int newState, int transit, int transitStyle, boolean always) { method in class:FragmentManagerImpl
1207 moveToState(
[all...]

Completed in 237 milliseconds