Searched defs:emptyView (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DAdapterView.java649 public void setEmptyView(View emptyView) { argument
650 mEmptyView = emptyView;
653 if (emptyView != null
654 && emptyView.getImportantForAccessibility() == IMPORTANT_FOR_ACCESSIBILITY_AUTO) {
655 emptyView.setImportantForAccessibility(IMPORTANT_FOR_ACCESSIBILITY_YES);

Completed in 139 milliseconds