Lines Matching defs:onlyRecursive

3229     void dispatchOnFragmentPreAttached(Fragment f, Context context, boolean onlyRecursive) {
3238 if (!onlyRecursive || p.second) {
3244 void dispatchOnFragmentAttached(Fragment f, Context context, boolean onlyRecursive) {
3253 if (!onlyRecursive || p.second) {
3260 boolean onlyRecursive) {
3269 if (!onlyRecursive || p.second) {
3275 void dispatchOnFragmentCreated(Fragment f, Bundle savedInstanceState, boolean onlyRecursive) {
3284 if (!onlyRecursive || p.second) {
3291 boolean onlyRecursive) {
3300 if (!onlyRecursive || p.second) {
3307 boolean onlyRecursive) {
3316 if (!onlyRecursive || p.second) {
3322 void dispatchOnFragmentStarted(Fragment f, boolean onlyRecursive) {
3331 if (!onlyRecursive || p.second) {
3337 void dispatchOnFragmentResumed(Fragment f, boolean onlyRecursive) {
3346 if (!onlyRecursive || p.second) {
3352 void dispatchOnFragmentPaused(Fragment f, boolean onlyRecursive) {
3361 if (!onlyRecursive || p.second) {
3367 void dispatchOnFragmentStopped(Fragment f, boolean onlyRecursive) {
3376 if (!onlyRecursive || p.second) {
3382 void dispatchOnFragmentSaveInstanceState(Fragment f, Bundle outState, boolean onlyRecursive) {
3391 if (!onlyRecursive || p.second) {
3397 void dispatchOnFragmentViewDestroyed(Fragment f, boolean onlyRecursive) {
3406 if (!onlyRecursive || p.second) {
3412 void dispatchOnFragmentDestroyed(Fragment f, boolean onlyRecursive) {
3421 if (!onlyRecursive || p.second) {
3427 void dispatchOnFragmentDetached(Fragment f, boolean onlyRecursive) {
3436 if (!onlyRecursive || p.second) {