Lines Matching refs:BrowseFragment

68  * A BrowseFragment renders the elements of its {@link ObjectAdapter} as a set
75 * By default the BrowseFragment includes support for returning to the headers
79 * use {@link BrowseFragment.BrowseTransitionListener} and
82 * The recommended theme to use with a BrowseFragment is
88 public class BrowseFragment extends BaseFragment {
191 // if main fragment was restored first before BrowseFragment's adapter gets
273 * Possible set of actions that {@link BrowseFragment} exposes to clients. Custom
274 * fragments can interact with {@link BrowseFragment} using this interface.
281 * inside {@link Fragment#onViewCreated} method. {@link BrowseFragment} starts the entrance
299 * Show or hide title view in {@link BrowseFragment} for fragments mapped to
300 * {@link PageRow}. Otherwise the request is ignored, in that case BrowseFragment is fully
303 * When HeadersFragment is visible, BrowseFragment will hide search affordance view if
313 * {@link BrowseFragment}.
332 // If fragment host is not the currently active fragment (in BrowseFragment), then
350 // If fragment host is not the currently active fragment (in BrowseFragment), then
366 * Interface that defines the interaction between {@link BrowseFragment} and its main
370 * {@link BrowseFragment} by overriding the necessary methods.
463 * {@link BrowseFragment}.
483 * Returns an instance of {@link MainFragmentAdapter} that {@link BrowseFragment}
497 * Returns an instance of {@link MainFragmentRowsAdapter} that {@link BrowseFragment}
505 * {@link BrowseFragment} uses this interface to pass row based interaction events to
699 static final String TAG = "BrowseFragment";
756 private static final String ARG_TITLE = BrowseFragment.class.getCanonicalName() + ".title";
758 BrowseFragment.class.getCanonicalName() + ".headersState";
765 * @param title The title of the BrowseFragment.
767 * BrowseFragment. Must be one of {@link #HEADERS_ENABLED}, {@link
769 * @return A Bundle with the given arguments for creating a BrowseFragment.
875 // BrowseFragment to it.
930 * Get RowsFragment if it's bound to BrowseFragment or null if either BrowseFragment has
933 * @return RowsFragment if it's bound to BrowseFragment or null otherwise.
1023 * @deprecated use {@link BrowseFragment#enableMainFragmentScaling(boolean)} instead.
1191 final Context context = FragmentUtil.getContext(BrowseFragment.this);
1238 * Creates a new {@link HeadersFragment} instance. Subclass of BrowseFragment may override and
1338 mHeadersTransition = TransitionHelper.loadTransition(FragmentUtil.getContext(BrowseFragment.this),
1693 * default. The BrowseFragment will add a back stack entry when headers are
1772 return TransitionHelper.loadTransition(FragmentUtil.getContext(BrowseFragment.this),
1855 if (getView() == null || FragmentUtil.getContext(BrowseFragment.this) == null) {