Home
last modified time | relevance | path

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

/packages/apps/Car/Media/src/com/android/car/media/drawer/
DMediaItemsFetcher.java65 boolean usesSmallLayout(int position); in usesSmallLayout() method
98 static boolean usesSmallLayout(MediaDescription description) { in usesSmallLayout() method
111 if (!usesSmallLayout(description)) { in populateViewHolderFrom()
DMediaDrawerAdapter.java94 protected boolean usesSmallLayout(int position) { in usesSmallLayout() method in MediaDrawerAdapter
95 return mCurrentFetcher.usesSmallLayout(position); in usesSmallLayout()
DMediaQueueItemsFetcher.java70 public boolean usesSmallLayout(int position) { in usesSmallLayout() method in MediaQueueItemsFetcher
71 return MediaItemsFetcher.usesSmallLayout(mItems.get(position).getDescription()); in usesSmallLayout()
DMediaBrowserItemsFetcher.java120 public boolean usesSmallLayout(int position) { in usesSmallLayout() method in MediaBrowserItemsFetcher
124 return MediaItemsFetcher.usesSmallLayout(mItems.get(position).getDescription()); in usesSmallLayout()
/packages/apps/Car/libs/car-stream-ui-lib/src/com/android/car/app/
DCarDrawerAdapter.java101 return usesSmallLayout(position) in getItemViewType()
112 protected boolean usesSmallLayout(int position) { in usesSmallLayout() method in CarDrawerAdapter
/packages/apps/Car/Dialer/src/com/android/car/dialer/
DTelecomActivity.java448 protected boolean usesSmallLayout(int position) { in usesSmallLayout() method in TelecomActivity.CallLogAdapter