HomeSort by relevance Sort by last modified time
    Searched refs:showIfEmpty (Results 1 - 6 of 6) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/list/
DirectoryPartition.java 38 public DirectoryPartition(boolean showIfEmpty, boolean hasHeader) {
39 super(showIfEmpty, hasHeader);
JoinContactListAdapter.java 123 public void configureDefaultPartition(boolean showIfEmpty, boolean hasHeader) {
ContactEntryListAdapter.java 507 public void configureDefaultPartition(boolean showIfEmpty, boolean hasHeader) {
519 setShowIfEmpty(defaultPartitionIndex, showIfEmpty);
  /packages/apps/Contacts/tests/src/com/android/contacts/tests/widget/
PinnedHeaderUseCaseActivity.java 77 boolean[] showIfEmpty, int[] delays) {
84 intent.putExtra("showIfEmpty", showIfEmpty);
  /frameworks/ex/common/java/com/android/common/widget/
CompositeCursorAdapter.java 33 boolean showIfEmpty;
40 public Partition(boolean showIfEmpty, boolean hasHeader) {
41 this.showIfEmpty = showIfEmpty;
49 return showIfEmpty;
83 public void addPartition(boolean showIfEmpty, boolean hasHeader) {
84 addPartition(new Partition(showIfEmpty, hasHeader));
145 mPartitions[partitionIndex].showIfEmpty = flag;
174 if (count != 0 || mPartitions[i].showIfEmpty) {
  /packages/apps/Contacts/src/com/android/contacts/widget/
PinnedHeaderListDemoActivity.java 108 boolean[] showIfEmpty = extras.getBooleanArray("showIfEmpty");
112 if (counts == null || names == null || showIfEmpty == null || delays == null) {
118 adapter.addPartition(showIfEmpty[i], names[i] != null);

Completed in 67 milliseconds