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

/frameworks/base/core/java/android/app/
H A DLocalActivityManager.java110 private void moveToState(LocalActivityRecord r, int desiredState) { method in class:LocalActivityManager
296 moveToState(old, STARTED);
318 moveToState(r, mCurState);
329 moveToState(r, mCurState);
347 moveToState(r, mCurState);
523 moveToState(mResumed, RESUMED);
528 moveToState(mActivityArray.get(i), RESUMED);
552 moveToState(mResumed, STARTED);
559 moveToState(r, STARTED);
577 moveToState(
[all...]
H A DFragmentManager.java785 moveToState(f, mCurState, 0, 0, false);
789 void moveToState(Fragment f, int newState, int transit, int transitionStyle, method in class:FragmentManagerImpl
791 if (DEBUG && false) Log.v(TAG, "moveToState: " + f
821 moveToState(f, f.mStateAfterAnimating, 0, 0, true);
974 moveToState(fragment, fragment.mStateAfterAnimating,
1039 void moveToState(Fragment f) { method in class:FragmentManagerImpl
1040 moveToState(f, mCurState, 0, 0, false);
1043 void moveToState(int newState, boolean always) { method in class:FragmentManagerImpl
1044 moveToState(newState, 0, 0, always);
1047 void moveToState(in method in class:FragmentManagerImpl
[all...]
/frameworks/support/v4/java/android/support/v4/app/
H A DFragmentManager.java823 moveToState(f, mCurState, 0, 0, false);
827 void moveToState(Fragment f, int newState, int transit, int transitionStyle, method in class:FragmentManagerImpl
855 moveToState(f, f.mStateAfterAnimating, 0, 0, true);
1012 moveToState(fragment, fragment.mStateAfterAnimating,
1081 void moveToState(Fragment f) { method in class:FragmentManagerImpl
1082 moveToState(f, mCurState, 0, 0, false);
1085 void moveToState(int newState, boolean always) { method in class:FragmentManagerImpl
1086 moveToState(newState, 0, 0, always);
1089 void moveToState(int newState, int transit, int transitStyle, boolean always) { method in class:FragmentManagerImpl
1104 moveToState(
[all...]

Completed in 71 milliseconds