Home
last modified time | relevance | path

Searched refs:rowType (Results 1 – 1 of 1) sorted by relevance

/device/google/atv/TvSampleLeanbackLauncher/src/main/java/com/example/sampleleanbacklauncher/apps/
DAppFragment.java97 public static AppFragment newInstance(@RowType String rowType) { in newInstance() argument
99 args.putString(ARG_ROW_TYPE, rowType); in newInstance()
340 public ItemLoader(Context context, String rowType) { in ItemLoader() argument
342 mRowType = rowType; in ItemLoader()