/packages/apps/Contacts/src/com/android/contacts/list/ |
D | PinnedHeaderListAdapter.java | 60 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
|
D | ContactEntryListAdapter.java | 119 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 …]
|
D | JoinContactListAdapter.java | 135 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()
|
D | LegacyContactListAdapter.java | 74 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()
|
D | LegacyPostalAddressListAdapter.java | 79 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()
|
D | LegacyPhoneNumberListAdapter.java | 78 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()
|
D | PostalAddressListAdapter.java | 114 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()
|
D | MultiSelectEmailAddressesListAdapter.java | 136 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()
|
D | MultiSelectPhoneNumbersListAdapter.java | 136 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()
|
D | IndexerListAdapter.java | 85 public void setIndexedPartition(int partition) { in setIndexedPartition() 165 int partition = getPartitionForPosition(position); in configurePinnedHeaders() local
|
D | EmailAddressListAdapter.java | 124 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()
|
D | HeaderEntryContactListAdapter.java | 92 protected void bindView(View itemView, int partition, Cursor cursor, int position) { in bindView()
|
D | ContactListAdapter.java | 221 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
|
D | PhoneNumberListAdapter.java | 375 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
|
D | DefaultContactListAdapter.java | 233 protected void bindView(View itemView, int partition, Cursor cursor, int position) { in bindView()
|
D | MultiSelectEntryContactListAdapter.java | 154 protected void bindView(View itemView, int partition, Cursor cursor, int position) { in bindView()
|
D | ContactEntryListFragment.java | 334 Partition partition = mAdapter.getPartition(i); in startLoading() local
|
D | MultiSelectContactsListFragment.java | 151 final int partition = getAdapter().getPartitionForPosition(position); in onItemLongClick() local
|
D | ContactBrowseListFragment.java | 440 Partition partition = adapter.getPartition(i); in checkSelection() local
|
D | PinnedHeaderListView.java | 458 private boolean smoothScrollToPartition(int partition) { in smoothScrollToPartition()
|
/packages/apps/Messaging/src/com/android/messaging/ui/ |
D | CompositeAdapter.java | 105 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/ |
D | LifetimeWriteInfo.java | 48 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/ |
D | TraceHelper.java | 61 public static void partitionSection(String sectionName, String partition) { in partitionSection()
|
/packages/apps/Contacts/src/com/android/contacts/group/ |
D | GroupMembersAdapter.java | 138 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()
|