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

  /packages/apps/Contacts/tests/src/com/android/contacts/tests/widget/
PinnedHeaderUseCaseActivity.java 77 boolean[] showIfEmpty, int[] delays) {
85 intent.putExtra("showIfEmpty", showIfEmpty);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DirectoryPartition.java 45 public DirectoryPartition(boolean showIfEmpty, boolean hasHeader) {
46 super(showIfEmpty, hasHeader);
ContactEntryListAdapter.java 579 public void configureDefaultPartition(boolean showIfEmpty, boolean hasHeader) {
591 setShowIfEmpty(defaultPartitionIndex, showIfEmpty);
  /packages/apps/Messaging/src/com/android/messaging/ui/
CompositeAdapter.java 37 public Partition(final boolean showIfEmpty, final boolean hasHeader,
39 this.mShowIfEmpty = showIfEmpty;
47 public boolean showIfEmpty() {
151 (mPartitions[i].getCount() > 0 || mPartitions[i].showIfEmpty())) {
203 (partition.getCount() > 0 || partition.showIfEmpty())) {
225 (partition.getCount() > 0 || partition.showIfEmpty())) {
247 (partition.getCount() > 0 || partition.showIfEmpty())) {
269 (partition.getCount() > 0 || partition.showIfEmpty())) {
  /frameworks/ex/common/java/com/android/common/widget/
CompositeCursorAdapter.java 35 boolean showIfEmpty;
42 public Partition(boolean showIfEmpty, boolean hasHeader) {
43 this.showIfEmpty = showIfEmpty;
51 return showIfEmpty;
88 public void addPartition(boolean showIfEmpty, boolean hasHeader) {
89 addPartition(new Partition(showIfEmpty, hasHeader));
149 mPartitions.get(partitionIndex).showIfEmpty = flag;
180 if (count != 0 || partition.showIfEmpty) {
  /packages/apps/Contacts/src/com/android/contacts/widget/
PinnedHeaderListDemoActivity.java 113 boolean[] showIfEmpty = extras.getBooleanArray("showIfEmpty");
117 if (counts == null || names == null || showIfEmpty == null || delays == null) {
123 adapter.addPartition(showIfEmpty[i], names[i] != null);
  /packages/apps/Contacts/src/com/android/contacts/list/
JoinContactListAdapter.java 127 public void configureDefaultPartition(boolean showIfEmpty, boolean hasHeader) {

Completed in 369 milliseconds