Home
last modified time | relevance | path

Searched defs:partition (Results 1 – 24 of 24) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/list/
DPinnedHeaderListAdapter.java60 protected boolean isPinnedPartitionHeaderVisible(int partition) { in isPinnedPartitionHeaderVisible()
70 public View getPinnedHeaderView(int partition, View convertView, ViewGroup parent) { in getPinnedHeaderView()
121 int partition = getPartitionForPosition(position); in configurePinnedHeaders() local
144 int partition = getPartitionForPosition(position - 1); in configurePinnedHeaders() local
DContactEntryListAdapter.java119 Context context, int partition, Cursor cursor, int position, ViewGroup parent) { in newView()
127 protected void bindView(View itemView, int partition, Cursor cursor, int position) { in bindView()
148 DirectoryPartition partition = new DirectoryPartition(true, true); in createDefaultDirectoryPartition() local
169 final Partition partition = getPartition(i); in removeDirectoriesAfterDefault() local
182 Partition partition = getPartition(i); in getPartitionByDirectoryId() local
195 Partition partition = getPartition(i); in getDirectoryById() local
216 Partition partition = getPartition(i); in onDataReload() local
234 Partition partition = getPartition(i); in clearPartitions() local
418 DirectoryPartition partition = new DirectoryPartition(false, true); in changeDirectories() local
445 Partition partition = getPartition(i); in changeDirectories() local
[all …]
DJoinContactListAdapter.java135 public int getItemViewType(int partition, int position) { in getItemViewType()
140 protected View newHeaderView(Context context, int partition, Cursor cursor, in newHeaderView()
167 Context context, int partition, Cursor cursor, int position, ViewGroup parent) { in newView()
181 protected void bindView(View itemView, int partition, Cursor cursor, int position) { in bindView()
DLegacyContactListAdapter.java74 Context context, int partition, Cursor cursor, int position, ViewGroup parent) { in newView()
81 protected void bindView(View itemView, int partition, Cursor cursor, int position) { in bindView()
DLegacyPostalAddressListAdapter.java79 Context context, int partition, Cursor cursor, int position, ViewGroup parent) { in newView()
86 protected void bindView(View itemView, int partition, Cursor cursor, int position) { in bindView()
DLegacyPhoneNumberListAdapter.java78 Context context, int partition, Cursor cursor, int position, ViewGroup parent) { in newView()
86 protected void bindView(View itemView, int partition, Cursor cursor, int position) { in bindView()
DPostalAddressListAdapter.java114 Context context, int partition, Cursor cursor, int position, ViewGroup parent) { in newView()
123 protected void bindView(View itemView, int partition, Cursor cursor, int position) { in bindView()
DMultiSelectEmailAddressesListAdapter.java136 Context context, int partition, Cursor cursor, int position, ViewGroup parent) { in newView()
144 protected void bindView(View itemView, int partition, Cursor cursor, int position) { in bindView()
DMultiSelectPhoneNumbersListAdapter.java136 Context context, int partition, Cursor cursor, int position, ViewGroup parent) { in newView()
144 protected void bindView(View itemView, int partition, Cursor cursor, int position) { in bindView()
DIndexerListAdapter.java85 public void setIndexedPartition(int partition) { in setIndexedPartition()
165 int partition = getPartitionForPosition(position); in configurePinnedHeaders() local
DEmailAddressListAdapter.java124 Context context, int partition, Cursor cursor, int position, ViewGroup parent) { in newView()
132 protected void bindView(View itemView, int partition, Cursor cursor, int position) { in bindView()
DHeaderEntryContactListAdapter.java92 protected void bindView(View itemView, int partition, Cursor cursor, int position) { in bindView()
DContactListAdapter.java221 Context context, int partition, Cursor cursor, int position, ViewGroup parent) { in newView()
299 DirectoryPartition partition = (DirectoryPartition) getPartition(i); in getSelectedContactPosition() local
351 DirectoryPartition partition = (DirectoryPartition) getPartition(i); in getFirstContactUri() local
DPhoneNumberListAdapter.java375 Context context, int partition, Cursor cursor, int position, ViewGroup parent) { in newView()
408 protected void bindView(View itemView, int partition, Cursor cursor, int position) { in bindView()
522 protected void bindWorkProfileIcon(final ContactListItemView view, int partition) { in bindWorkProfileIcon()
608 final DirectoryPartition partition = (DirectoryPartition) getPartition(i); in changeDirectories() local
DDefaultContactListAdapter.java233 protected void bindView(View itemView, int partition, Cursor cursor, int position) { in bindView()
DMultiSelectEntryContactListAdapter.java154 protected void bindView(View itemView, int partition, Cursor cursor, int position) { in bindView()
DContactEntryListFragment.java334 Partition partition = mAdapter.getPartition(i); in startLoading() local
DMultiSelectContactsListFragment.java151 final int partition = getAdapter().getPartitionForPosition(position); in onItemLongClick() local
DContactBrowseListFragment.java440 Partition partition = adapter.getPartition(i); in checkSelection() local
DPinnedHeaderListView.java458 private boolean smoothScrollToPartition(int partition) { in smoothScrollToPartition()
/packages/apps/Messaging/src/com/android/messaging/ui/
DCompositeAdapter.java105 public void addPartition(final Partition partition) { in addPartition()
119 final Partition partition = mPartitions[index]; in removePartition() local
131 final Partition partition = mPartitions[i]; in clearPartitions() local
201 final Partition partition = mPartitions[i]; in getItem() local
223 final Partition partition = mPartitions[i]; in getItemId() local
245 final Partition partition = mPartitions[i]; in isEnabled() local
263 final Partition partition = mPartitions[i]; in getView() local
/packages/services/Car/car-lib/src/android/car/storagemonitoring/
DLifetimeWriteInfo.java48 public final String partition; field in LifetimeWriteInfo
52 public LifetimeWriteInfo(String partition, String fstype, long writtenBytes) { in LifetimeWriteInfo()
/packages/apps/Launcher3/src/com/android/launcher3/util/
DTraceHelper.java61 public static void partitionSection(String sectionName, String partition) { in partitionSection()
/packages/apps/Contacts/src/com/android/contacts/group/
DGroupMembersAdapter.java138 protected ContactListItemView newView(Context context, int partition, Cursor cursor, in newView()
147 protected void bindView(View v, int partition, Cursor cursor, int position) { in bindView()