OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:showIfEmpty
(Results
1 - 6
of
6
) sorted by null
/packages/apps/Contacts/tests/src/com/android/contacts/tests/widget/
PinnedHeaderUseCaseActivity.java
77
boolean[]
showIfEmpty
, int[] delays) {
84
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
526
public void configureDefaultPartition(boolean
showIfEmpty
, boolean hasHeader) {
538
setShowIfEmpty(defaultPartitionIndex,
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
;
84
public void addPartition(boolean
showIfEmpty
, boolean hasHeader) {
85
addPartition(new Partition(
showIfEmpty
, hasHeader));
145
mPartitions.get(partitionIndex).
showIfEmpty
= flag;
171
if (count != 0 || partition.
showIfEmpty
) {
/packages/apps/Contacts/src/com/android/contacts/widget/
PinnedHeaderListDemoActivity.java
109
boolean[]
showIfEmpty
= extras.getBooleanArray("
showIfEmpty
");
113
if (counts == null || names == null ||
showIfEmpty
== null || delays == null) {
119
adapter.addPartition(
showIfEmpty
[i], names[i] != null);
/packages/apps/Contacts/src/com/android/contacts/list/
JoinContactListAdapter.java
126
public void configureDefaultPartition(boolean
showIfEmpty
, boolean hasHeader) {
Completed in 77 milliseconds