Searched defs:moveToState (Results 1 – 3 of 3) sorted by relevance
/frameworks/support/v4/java/android/support/v4/app/ |
D | FragmentManager.java | 827 void moveToState(Fragment f, int newState, int transit, int transitionStyle, in moveToState() method in FragmentManagerImpl 1081 void moveToState(Fragment f) { in moveToState() method in FragmentManagerImpl 1085 void moveToState(int newState, boolean always) { in moveToState() method in FragmentManagerImpl 1089 void moveToState(int newState, int transit, int transitStyle, boolean always) { in moveToState() method in FragmentManagerImpl
|
/frameworks/base/core/java/android/app/ |
D | FragmentManager.java | 789 void moveToState(Fragment f, int newState, int transit, int transitionStyle, in moveToState() method in FragmentManagerImpl 1039 void moveToState(Fragment f) { in moveToState() method in FragmentManagerImpl 1043 void moveToState(int newState, boolean always) { in moveToState() method in FragmentManagerImpl 1047 void moveToState(int newState, int transit, int transitStyle, boolean always) { in moveToState() method in FragmentManagerImpl
|
D | LocalActivityManager.java | 110 private void moveToState(LocalActivityRecord r, int desiredState) { in moveToState() method in LocalActivityManager
|