Searched refs:usesSmallLayout (Results 1 – 6 of 6) sorted by relevance
65 boolean usesSmallLayout(int position); in usesSmallLayout() method98 static boolean usesSmallLayout(MediaDescription description) { in usesSmallLayout() method111 if (!usesSmallLayout(description)) { in populateViewHolderFrom()
94 protected boolean usesSmallLayout(int position) { in usesSmallLayout() method in MediaDrawerAdapter95 return mCurrentFetcher.usesSmallLayout(position); in usesSmallLayout()
70 public boolean usesSmallLayout(int position) { in usesSmallLayout() method in MediaQueueItemsFetcher71 return MediaItemsFetcher.usesSmallLayout(mItems.get(position).getDescription()); in usesSmallLayout()
120 public boolean usesSmallLayout(int position) { in usesSmallLayout() method in MediaBrowserItemsFetcher124 return MediaItemsFetcher.usesSmallLayout(mItems.get(position).getDescription()); in usesSmallLayout()
101 return usesSmallLayout(position) in getItemViewType()112 protected boolean usesSmallLayout(int position) { in usesSmallLayout() method in CarDrawerAdapter
448 protected boolean usesSmallLayout(int position) { in usesSmallLayout() method in TelecomActivity.CallLogAdapter