Searched refs:showIfEmpty (Results 1 – 1 of 1) sorted by relevance
35 boolean showIfEmpty; field in CompositeCursorAdapter.Partition42 public Partition(boolean showIfEmpty, boolean hasHeader) { in Partition() argument43 this.showIfEmpty = showIfEmpty; in Partition()51 return showIfEmpty; in getShowIfEmpty()88 public void addPartition(boolean showIfEmpty, boolean hasHeader) { in addPartition() argument89 addPartition(new Partition(showIfEmpty, hasHeader)); in addPartition()149 mPartitions.get(partitionIndex).showIfEmpty = flag; in setShowIfEmpty()180 if (count != 0 || partition.showIfEmpty) { in ensureCacheValid()