Searched defs:moveToState (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/app/ |
D | FragmentManager.java | 877 void moveToState(Fragment f, int newState, int transit, int transitionStyle, in moveToState() method in FragmentManagerImpl 1148 void moveToState(Fragment f) { in moveToState() method in FragmentManagerImpl 1152 void moveToState(int newState, boolean always) { in moveToState() method in FragmentManagerImpl 1156 void moveToState(int newState, int transit, int transitStyle, boolean always) { in moveToState() method in FragmentManagerImpl
|
D | LocalActivityManager.java | 111 private void moveToState(LocalActivityRecord r, int desiredState) { in moveToState() method in LocalActivityManager
|
/frameworks/support/v4/java/android/support/v4/app/ |
D | FragmentManager.java | 982 void moveToState(Fragment f, int newState, int transit, int transitionStyle, in moveToState() method in FragmentManagerImpl 1263 void moveToState(Fragment f) { in moveToState() method in FragmentManagerImpl 1267 void moveToState(int newState, boolean always) { in moveToState() method in FragmentManagerImpl 1271 void moveToState(int newState, int transit, int transitStyle, boolean always) { in moveToState() method in FragmentManagerImpl
|