Home
last modified time | relevance | path

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

/frameworks/ex/common/java/com/android/common/widget/
DCompositeCursorAdapter.java35 boolean showIfEmpty; field in CompositeCursorAdapter.Partition
42 public Partition(boolean showIfEmpty, boolean hasHeader) { in Partition() argument
43 this.showIfEmpty = showIfEmpty; in Partition()
51 return showIfEmpty; in getShowIfEmpty()
88 public void addPartition(boolean showIfEmpty, boolean hasHeader) { in addPartition() argument
89 addPartition(new Partition(showIfEmpty, hasHeader)); in addPartition()
149 mPartitions.get(partitionIndex).showIfEmpty = flag; in setShowIfEmpty()
180 if (count != 0 || partition.showIfEmpty) { in ensureCacheValid()