Home | History | Annotate | Download | only in components

Lines Matching full:receives

52 modular section of an activity, which has its own lifecycle, receives its own input events, and
524 it. When the activity receives a callback through the interface, it can share the information with
619 menu items. The fragment also receives callbacks to {@link
625 the context menu, the fragment receives a call to {@link
627 receives a call to {@link
630 <p class="note"><strong>Note:</strong> Although your fragment receives an on-item-selected callback
708 fragment. For example, when the activity receives {@link android.app.Activity#onPause}, each
709 fragment in the activity receives {@link android.app.Fragment#onPause}.</p>
733 android.app.Activity#onCreate onCreate()} callback, a fragment in the activity receives no more than