Searched defs:onlyRecursive (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/
H A DFragmentManager.java3229 void dispatchOnFragmentPreAttached(Fragment f, Context context, boolean onlyRecursive) { argument
3238 if (!onlyRecursive || p.second) {
3244 void dispatchOnFragmentAttached(Fragment f, Context context, boolean onlyRecursive) { argument
3253 if (!onlyRecursive || p.second) {
3260 boolean onlyRecursive) {
3269 if (!onlyRecursive || p.second) {
3275 void dispatchOnFragmentCreated(Fragment f, Bundle savedInstanceState, boolean onlyRecursive) { argument
3284 if (!onlyRecursive || p.second) {
3291 boolean onlyRecursive) {
3300 if (!onlyRecursive ||
3259 dispatchOnFragmentPreCreated(Fragment f, Bundle savedInstanceState, boolean onlyRecursive) argument
3290 dispatchOnFragmentActivityCreated(Fragment f, Bundle savedInstanceState, boolean onlyRecursive) argument
3306 dispatchOnFragmentViewCreated(Fragment f, View v, Bundle savedInstanceState, boolean onlyRecursive) argument
3322 dispatchOnFragmentStarted(Fragment f, boolean onlyRecursive) argument
3337 dispatchOnFragmentResumed(Fragment f, boolean onlyRecursive) argument
3352 dispatchOnFragmentPaused(Fragment f, boolean onlyRecursive) argument
3367 dispatchOnFragmentStopped(Fragment f, boolean onlyRecursive) argument
3382 dispatchOnFragmentSaveInstanceState(Fragment f, Bundle outState, boolean onlyRecursive) argument
3397 dispatchOnFragmentViewDestroyed(Fragment f, boolean onlyRecursive) argument
3412 dispatchOnFragmentDestroyed(Fragment f, boolean onlyRecursive) argument
3427 dispatchOnFragmentDetached(Fragment f, boolean onlyRecursive) argument
[all...]
/frameworks/support/fragment/java/android/support/v4/app/
H A DFragmentManager.java3385 void dispatchOnFragmentPreAttached(Fragment f, Context context, boolean onlyRecursive) { argument
3394 if (!onlyRecursive || p.second) {
3400 void dispatchOnFragmentAttached(Fragment f, Context context, boolean onlyRecursive) { argument
3409 if (!onlyRecursive || p.second) {
3416 boolean onlyRecursive) {
3425 if (!onlyRecursive || p.second) {
3431 void dispatchOnFragmentCreated(Fragment f, Bundle savedInstanceState, boolean onlyRecursive) { argument
3440 if (!onlyRecursive || p.second) {
3447 boolean onlyRecursive) {
3456 if (!onlyRecursive ||
3415 dispatchOnFragmentPreCreated(Fragment f, Bundle savedInstanceState, boolean onlyRecursive) argument
3446 dispatchOnFragmentActivityCreated(Fragment f, Bundle savedInstanceState, boolean onlyRecursive) argument
3462 dispatchOnFragmentViewCreated(Fragment f, View v, Bundle savedInstanceState, boolean onlyRecursive) argument
3478 dispatchOnFragmentStarted(Fragment f, boolean onlyRecursive) argument
3493 dispatchOnFragmentResumed(Fragment f, boolean onlyRecursive) argument
3508 dispatchOnFragmentPaused(Fragment f, boolean onlyRecursive) argument
3523 dispatchOnFragmentStopped(Fragment f, boolean onlyRecursive) argument
3538 dispatchOnFragmentSaveInstanceState(Fragment f, Bundle outState, boolean onlyRecursive) argument
3553 dispatchOnFragmentViewDestroyed(Fragment f, boolean onlyRecursive) argument
3568 dispatchOnFragmentDestroyed(Fragment f, boolean onlyRecursive) argument
3583 dispatchOnFragmentDetached(Fragment f, boolean onlyRecursive) argument
[all...]

Completed in 33 milliseconds