Home
last modified time | relevance | path

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

/development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/ui/
DAttractionsRecyclerView.java74 boolean showEmptyView = getAdapter().getItemCount() == 0; in updateEmptyView()
DAttractionListFragment.java185 public int getItemCount() { in getItemCount() method in AttractionListFragment.AttractionAdapter
/development/samples/browseable/RecyclerView/src/com.example.android.recyclerview/
DCustomAdapter.java95 public int getItemCount() { in getItemCount() method in CustomAdapter
/development/samples/browseable/DragAndDropAcrossApps/DragSource/src/com.example.android/dragsource/
DImageDragListener.java80 if (clipData == null || clipData.getItemCount() == 0) { in processDrop()
/development/samples/browseable/NavigationDrawer/src/com.example.android.navigationdrawer/
DPlanetAdapter.java78 public int getItemCount() { in getItemCount() method in PlanetAdapter
/development/samples/browseable/DragAndDropAcrossApps/DropTarget/src/com.example.android/droptarget/
DImageDragListener.java72 if (clipData == null || clipData.getItemCount() == 0) { in processDrop()
/development/samples/browseable/SpeedTracker/Wearable/src/com.example.android.wearable.speedtracker/ui/
DSpeedPickerListAdapter.java88 public int getItemCount() { in getItemCount() method in SpeedPickerListAdapter
/development/samples/ApiDemos/src/com/example/android/apis/media/
DVideoViewDemo.java59 if (clipData.getItemCount() != 1) {
/development/samples/browseable/WearNotifications/Wearable/src/com.example.android.wearable.wear.wearnotifications/
DCustomRecyclerAdapter.java92 public int getItemCount() { in getItemCount() method in CustomRecyclerAdapter
/development/samples/browseable/DirectorySelection/src/com.example.android.directoryselection/
DDirectoryEntryAdapter.java93 public int getItemCount() { in getItemCount() method in DirectoryEntryAdapter
/development/samples/browseable/ScopedDirectoryAccess/src/com.example.android.scopeddirectoryaccess/
DDirectoryEntryAdapter.java50 public int getItemCount() { in getItemCount() method in DirectoryEntryAdapter
DScopedDirectoryAccessFragment.java161 if (mAdapter.getItemCount() == 0) { in onViewCreated()
/development/samples/browseable/AppUsageStatistics/src/com.example.android.appusagestatistics/
DUsageListAdapter.java88 public int getItemCount() { in getItemCount() method in UsageListAdapter
/development/samples/browseable/Notifications/Wearable/src/com.example.android.support.wearable.notifications/
DMainActivity.java102 public int getItemCount() { in getItemCount() method in MainActivity.Adapter
/development/samples/ReceiveShareDemo/src/com/example/android/receiveshare/
DReceiveShare.java39 if (clip != null && clip.getItemCount() > 0) { in getShareUri()
/development/samples/browseable/DirectBoot/src/com.example.android.directboot/
DSchedulerFragment.java94 if (mAlarmAdapter.getItemCount() == 0) { in onViewCreated()
/development/samples/IntentPlayground/src/com/example/android/intentplayground/
DInlineAdapter.java87 public int getItemCount() { in getItemCount() method in InlineAdapter
/development/samples/browseable/Timer/src/com.example.android.wearable.timer/
DSetTimerActivity.java212 public int getItemCount() { in getItemCount() method in SetTimerActivity.TimerWearableListViewAdapter
/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
DComplicationSimpleConfigActivity.java197 public int getItemCount() { in getItemCount() method in ComplicationSimpleConfigActivity.ConfigurationAdapter
DDigitalWatchFaceWearableConfigActivity.java193 public int getItemCount() { in getItemCount() method in DigitalWatchFaceWearableConfigActivity.ColorListAdapter
/development/samples/browseable/DirectBoot/src/com.example.android.directboot/alarms/
DAlarmAdapter.java96 public int getItemCount() { in getItemCount() method in AlarmAdapter
/development/samples/ApiDemos/src/com/example/android/apis/view/
DDraggableDot.java248 final int N = data.getItemCount(); in processDrop()
/development/samples/HoneycombGallery/src/com/example/android/hcgallery/
DContentFragment.java243 if (data.getItemCount() > 0) { in processDrop()