Searched defs:shouldCollapseWith (Results 1 - 14 of 14) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/
H A DCollapser.java49 public boolean shouldCollapseWith(T t, Context context); method in interface:Collapser.Collapsible
55 * if {@link Collapsible#shouldCollapseWith(Object)} returns true, and are collapsed
74 if (iItem.shouldCollapseWith(jItem, context)) {
77 } else if (jItem.shouldCollapseWith(iItem, context)) {
/packages/apps/Contacts/src/com/android/contacts/model/dataitem/
H A DEventDataItem.java44 public boolean shouldCollapseWith(DataItem t, Context context) { method in class:EventDataItem
H A DRelationDataItem.java44 public boolean shouldCollapseWith(DataItem t, Context context) { method in class:RelationDataItem
H A DImDataItem.java87 public boolean shouldCollapseWith(DataItem t, Context context) { method in class:ImDataItem
H A DDataItem.java241 public boolean shouldCollapseWith(DataItem t, Context context) { method in class:DataItem
/packages/apps/Dialer/java/com/android/contacts/common/
H A DCollapser.java44 * {@link Collapsible#shouldCollapseWith(Object)} returns true, and are collapsed through the
63 if (iItem.shouldCollapseWith(jItem, context)) {
66 } else if (jItem.shouldCollapseWith(iItem, context)) {
93 boolean shouldCollapseWith(T t, Context context); method in interface:Collapser.Collapsible
/packages/apps/Dialer/java/com/android/contacts/common/model/dataitem/
H A DEventDataItem.java43 public boolean shouldCollapseWith(DataItem t, Context context) { method in class:EventDataItem
H A DRelationDataItem.java43 public boolean shouldCollapseWith(DataItem t, Context context) { method in class:RelationDataItem
H A DImDataItem.java83 public boolean shouldCollapseWith(DataItem t, Context context) { method in class:ImDataItem
H A DDataItem.java234 public boolean shouldCollapseWith(DataItem t, Context context) { method in class:DataItem
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
H A DCollapser.java41 public boolean shouldCollapseWith(T t); method in interface:Collapser.Collapsible
46 * if {@link Collapsible#shouldCollapseWith(Object) return strue, and are collapsed
61 if (iItem.shouldCollapseWith(jItem)) {
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
H A DDataAction.java323 public boolean shouldCollapseWith(Action t, Context context) { method in class:DataAction
/packages/apps/Dialer/java/com/android/dialer/interactions/
H A DPhoneNumberInteraction.java432 public boolean shouldCollapseWith(PhoneItem phoneItem, Context context) { method in class:PhoneNumberInteraction.PhoneItem
/packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/
H A DContactFragment.java591 if (!shouldCollapseWith(entry)) {
623 public boolean shouldCollapseWith(ViewEntry entry) { method in class:ContactFragment.ViewEntry

Completed in 139 milliseconds