Searched defs:RowsSupportFragment (Results 1 - 3 of 3) sorted by relevance

/frameworks/support/frameworks/support/samples/SupportLeanbackDemos/src/main/java/com/example/android/leanback/
H A DRowsSupportFragment.java36 public class RowsSupportFragment extends androidx.leanback.app.RowsSupportFragment { class in inherits:androidx.leanback.app.RowsSupportFragment
38 private static final String TAG = "leanback.RowsSupportFragment";
/frameworks/support/samples/SupportLeanbackDemos/src/main/java/com/example/android/leanback/
H A DRowsSupportFragment.java36 public class RowsSupportFragment extends androidx.leanback.app.RowsSupportFragment { class in inherits:androidx.leanback.app.RowsSupportFragment
38 private static final String TAG = "leanback.RowsSupportFragment";
/frameworks/support/leanback/src/main/java/androidx/leanback/app/
H A DRowsSupportFragment.java49 * A RowsSupportFragment renders the elements of its
55 public class RowsSupportFragment extends BaseRowSupportFragment implements class in inherits:BaseRowSupportFragment,BrowseSupportFragment.MainFragmentRowsAdapterProvider,BrowseSupportFragment.MainFragmentAdapterProvider
137 static final String TAG = "RowsSupportFragment";
255 // When RowsSupportFragment is embedded inside a page fragment, we want to show
295 // Need set this for directly using RowsSupportFragment.
375 // freeze the rows attached after RowsSupportFragment#freezeRows() is called
498 * RowsSupportFragment has not been created (i.e. before {@link #onCreateView(LayoutInflater,
587 public static class MainFragmentAdapter extends BrowseSupportFragment.MainFragmentAdapter<RowsSupportFragment> {
589 public MainFragmentAdapter(RowsSupportFragment fragment) {
632 * The adapter that RowsSupportFragment implement
[all...]

Completed in 76 milliseconds