HomeSort by relevance Sort by last modified time
    Searched refs:usesSmallLayout (Results 1 - 6 of 6) sorted by null

  /packages/apps/Car/Media/src/com/android/car/media/drawer/
MediaItemsFetcher.java 62 * this item in a {@link CarDrawerAdapter}. See {@link CarDrawerAdapter#usesSmallLayout}
67 boolean usesSmallLayout(int position);
100 static boolean usesSmallLayout(MediaDescription description) {
113 if (!usesSmallLayout(description)) {
MediaDrawerAdapter.java 100 protected boolean usesSmallLayout(int position) {
101 return mCurrentFetcher.usesSmallLayout(position);
MediaBrowserItemsFetcher.java 131 public boolean usesSmallLayout(int position) {
135 return MediaItemsFetcher.usesSmallLayout(mItems.get(position).getDescription());
MediaQueueItemsFetcher.java 72 public boolean usesSmallLayout(int position) {
73 return MediaItemsFetcher.usesSmallLayout(mItems.get(position).getDescription());
  /frameworks/support/car/src/main/java/androidx/car/drawer/
CarDrawerAdapter.java 162 return usesSmallLayout(position)
177 protected boolean usesSmallLayout(int position) {
  /frameworks/support/car/src/androidTest/java/androidx/car/drawer/
CarDrawerTest.java 159 protected boolean usesSmallLayout(int position) {

Completed in 89 milliseconds