HomeSort by relevance Sort by last modified time
    Searched refs:getItemList (Results 1 - 25 of 27) sorted by null

1 2

  /packages/apps/TV/src/com/android/tv/license/
LicenseSideFragment.java 75 protected List<LicenseActionItem> getItemList() {
  /packages/apps/TV/src/com/android/tv/ui/sidepanel/
DisplayModeFragment.java 41 protected List<Item> getItemList() {
DeveloperOptionFragment.java 53 protected List<Item> getItemList() {
MultiAudioFragment.java 48 protected List<Item> getItemList() {
ClosedCaptionFragment.java 55 protected List<Item> getItemList() {
SideFragment.java 104 mAdapter = new ItemAdapter(inflater, getItemList());
229 protected abstract List<T> getItemList();
CustomizeChannelListFragment.java 160 protected List<Item> getItemList() {
357 protected List<Item> getItemList() {
SettingsFragment.java 55 protected List<Item> getItemList() {
  /packages/apps/TV/src/com/android/tv/menu/
ChannelsRowAdapter.java 119 return getItemList().get(position).getLayoutId();
129 return getItemList().get(position).getItemId();
146 viewHolder.itemView.setTag(getItemList().get(position).getChannel());
182 List<ChannelsRowItem> items = getItemList();
220 List<ChannelsRowItem> items = getItemList();
OptionsRowAdapter.java 94 viewHolder.itemView.setTag(getItemList().get(position));
ChannelsPosterPrefetcher.java 91 List<ChannelsRowItem> items = mChannelsAdapter.getItemList();
ItemListRowView.java 156 protected List<T> getItemList() {
  /packages/apps/TV/src/com/android/tv/ui/sidepanel/parentalcontrols/
ProgramRestrictionsFragment.java 53 protected List<Item> getItemList() {
ParentalControlsFragment.java 56 protected List<Item> getItemList() {
ChannelsBlockedFragment.java 128 protected List<Item> getItemList() {
RatingSystemsFragment.java 74 protected List<Item> getItemList() {
SubRatingsFragment.java 82 protected List<Item> getItemList() {
RatingsFragment.java 100 protected List<Item> getItemList() {
  /packages/apps/Settings/tests/robotests/src/com/android/settings/dashboard/
DashboardDataTest.java 123 final List<DashboardData.Item> items = mDashboardDataWithOneConditions.getItemList();
144 assertThat(mDashboardDataWithOneConditions.getItemList()).hasSize(expectedSize);
297 baseDashboardData.getItemList(), diffDashboardData.getItemList()));
  /packages/apps/Settings/src/com/android/settings/dashboard/
DashboardAdapter.java 256 .ItemsDataDiffCallback(prevData.getItemList(), mDashboardData.getItemList()));
DashboardData.java 85 public List<Item> getItemList() {
  /external/protobuf/java/core/src/test/java/com/google/protobuf/
WireFormatTest.java 566 List<RawMessageSet.Item> items = raw.getItemList();
  /external/annotation-tools/asmx/test/lib/
jd.xslt-1.5.5.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 929 milliseconds

1 2