Searched defs:showIfEmpty (Results 1 - 1 of 1) sorted by last modified time

/frameworks/ex/common/java/com/android/common/widget/
H A DCompositeCursorAdapter.java33 boolean showIfEmpty; field in class:CompositeCursorAdapter.Partition
40 public Partition(boolean showIfEmpty, boolean hasHeader) { argument
41 this.showIfEmpty = showIfEmpty;
49 return showIfEmpty;
83 public void addPartition(boolean showIfEmpty, boolean hasHeader) { argument
84 addPartition(new Partition(showIfEmpty, hasHeader));
145 mPartitions[partitionIndex].showIfEmpty = flag;
174 if (count != 0 || mPartitions[i].showIfEmpty) {

Completed in 40 milliseconds