Home
last modified time | relevance | path

Searched refs:setEmptyView (Results 1 – 8 of 8) sorted by relevance

/development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/ui/
DAttractionsRecyclerView.java56 public void setEmptyView(View emptyView) { in setEmptyView() method in AttractionsRecyclerView
DAttractionListFragment.java80 recyclerView.setEmptyView(view.findViewById(android.R.id.empty)); in onCreateView()
/development/samples/StackWidget/src/com/example/android/stackwidget/
DStackWidgetProvider.java76 rv.setEmptyView(R.id.stack_view, R.id.empty_view); in onUpdate()
/development/samples/ApiDemos/src/com/example/android/apis/view/
DList8.java51 getListView().setEmptyView(findViewById(R.id.empty)); in onCreate()
/development/samples/browseable/SwipeRefreshMultipleViews/src/com.example.android.swiperefreshmultipleviews/
DSwipeRefreshMultipleViewsFragment.java123 mGridView.setEmptyView(mEmptyView); in onViewCreated()
/development/samples/devbytes/telephony/SmsSampleProject/app/src/main/java/com/example/android/smssample/
DMainActivity.java73 listView.setEmptyView(findViewById(android.R.id.empty)); in onCreate()
/development/samples/training/threadsample/src/com/example/android/threadsample/
DPhotoThumbnailFragment.java182 mGridView.setEmptyView(localView.findViewById(R.id.progressRoot)); in onCreateView()
/development/samples/WeatherListWidget/src/com/example/android/weatherlistwidget/
DWeatherWidgetProvider.java165 rv.setEmptyView(R.id.weather_list, R.id.empty_view); in buildLayout()