Home
last modified time | relevance | path

Searched refs:itemView (Results 1 – 20 of 20) sorted by relevance

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/
DDialogActionAdapter.java177 itemView.getContext()).cancelDownload(mPendingBitmapCallback); in init()
180 TextView title = (TextView) itemView.findViewById(R.id.action_title); in init()
181 TextView description = (TextView) itemView.findViewById(R.id.action_description); in init()
186 ImageView checkmarkView = (ImageView) itemView.findViewById(R.id.action_checkmark); in init()
189 ImageView indicatorView = (ImageView) itemView.findViewById(R.id.action_icon); in init()
190 View content = itemView.findViewById(R.id.action_content); in init()
193 contentLp.width = itemView.getContext().getResources() in init()
196 contentLp.width = itemView.getContext().getResources() in init()
201 ImageView chevronView = (ImageView) itemView.findViewById(R.id.action_next_chevron); in init()
204 final Resources res = itemView.getContext().getResources(); in init()
[all …]
DSettingsLayoutAdapter.java214 mTitle = (TextView) itemView.findViewById(R.id.action_title); in init()
216 mDescription = (TextView) itemView.findViewById(R.id.action_description); in init()
218 mCheckmarkView = (ImageView) itemView.findViewById(R.id.action_checkmark); in init()
219 mIndicatorView = (ImageView) itemView.findViewById(R.id.action_icon); in init()
220 mContent = itemView.findViewById(R.id.action_content); in init()
221 mChevronView = (ImageView) itemView.findViewById(R.id.action_next_chevron); in init()
222 itemView.setTag(R.id.action_title, this); in init()
223 itemView.setOnKeyListener(mActionOnKeyPressAnimator); in init()
224 itemView.setOnClickListener(mViewOnClickListener); in init()
225 itemView.setOnFocusChangeListener(mActionOnFocusAnimator); in init()
[all …]
/packages/apps/Contacts/src/com/android/contacts/list/
DHeaderEntryContactListAdapter.java62 final ContactListItemView itemView; in getView() local
65 itemView = newView(getContext(), 0, getCursor(0), 0, parent); in getView()
67 itemView = (ContactListItemView ) convertView; in getView()
69 itemView.setDrawableResource(R.drawable.search_shortcut_background, in getView()
71 itemView.setDisplayName(getContext().getResources().getString( in getView()
73 return itemView; in getView()
95 protected void bindView(View itemView, int partition, Cursor cursor, int position) { in bindView() argument
96 super.bindView(itemView, partition, cursor, position + getHeaderEntryCount()); in bindView()
DJoinContactListAdapter.java184 protected void bindView(View itemView, int partition, Cursor cursor, int position) { in bindView() argument
185 super.bindView(itemView, partition, cursor, position); in bindView()
188 final ContactListItemView view = (ContactListItemView) itemView; in bindView()
195 final ContactListItemView view = (ContactListItemView) itemView; in bindView()
DLegacyContactListAdapter.java84 protected void bindView(View itemView, int partition, Cursor cursor, int position) { in bindView() argument
85 super.bindView(itemView, partition, cursor, position); in bindView()
86 ContactListItemView view = (ContactListItemView)itemView; in bindView()
DLegacyPhoneNumberListAdapter.java89 protected void bindView(View itemView, int partition, Cursor cursor, int position) { in bindView() argument
90 super.bindView(itemView, partition, cursor, position); in bindView()
91 ContactListItemView view = (ContactListItemView)itemView; in bindView()
DLegacyPostalAddressListAdapter.java89 protected void bindView(View itemView, int partition, Cursor cursor, int position) { in bindView() argument
90 super.bindView(itemView, partition, cursor, position); in bindView()
91 ContactListItemView view = (ContactListItemView)itemView; in bindView()
DPostalAddressListAdapter.java125 protected void bindView(View itemView, int partition, Cursor cursor, int position) { in bindView() argument
126 super.bindView(itemView, partition, cursor, position); in bindView()
127 ContactListItemView view = (ContactListItemView)itemView; in bindView()
DEmailAddressListAdapter.java134 protected void bindView(View itemView, int partition, Cursor cursor, int position) { in bindView() argument
135 super.bindView(itemView, partition, cursor, position); in bindView()
136 ContactListItemView view = (ContactListItemView)itemView; in bindView()
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DNestedFolderTeaserView.java122 public FolderHolder(final View itemView, final TextView sendersTextView, in FolderHolder() argument
124 mItemView = itemView; in FolderHolder()
219 final View itemView = mInflater.inflate(R.layout.folder_teaser_item, mNestedFolderContainer, in createFolderHolder() local
222 ((TextView) itemView.findViewById(R.id.folder_textView)).setText(folderName); in createFolderHolder()
223 final TextView sendersTextView = (TextView) itemView.findViewById(R.id.senders_textView); in createFolderHolder()
224 final TextView countTextView = (TextView) itemView.findViewById(R.id.unread_count_textView); in createFolderHolder()
226 (ImageView) itemView.findViewById(R.id.nested_folder_icon); in createFolderHolder()
227 final FolderHolder holder = new FolderHolder(itemView, sendersTextView, countTextView, in createFolderHolder()
230 attachOnClickListener(itemView, holder); in createFolderHolder()
/packages/apps/TvSettings/QuickSettings/src/com/android/tv/quicksettings/
DPanelAdapter.java34 public ViewHolder(View itemView) { in ViewHolder() argument
35 super(itemView); in ViewHolder()
36 mTitle = (TextView) itemView.findViewById(R.id.setting_title); in ViewHolder()
37 mValue = (TextView) itemView.findViewById(R.id.setting_value); in ViewHolder()
DDialogAdapter.java96 public ViewHolder(View itemView) { in ViewHolder() argument
97 super(itemView); in ViewHolder()
98 mTitle = (TextView) itemView.findViewById(R.id.setting_title); in ViewHolder()
/packages/apps/Calendar/src/com/android/calendar/agenda/
DAgendaByDayAdapter.java256 View itemView = mAgendaAdapter.getView(row.mPosition, convertView, parent); in getView() local
257 AgendaAdapter.ViewHolder holder = ((AgendaAdapter.ViewHolder) itemView.getTag()); in getView()
273 itemView.setBackgroundResource(R.drawable.agenda_item_bg_secondary); in getView()
277 itemView.setBackgroundResource(R.drawable.agenda_item_bg_primary); in getView()
282 return itemView; in getView()
/packages/apps/Dialer/src/com/android/dialer/list/
DAllContactsFragment.java65 protected void bindView(View itemView, int partition, Cursor cursor, int position) { in createListAdapter()
66 super.bindView(itemView, partition, cursor, position); in createListAdapter()
67 itemView.setTag(this.getContactUri(partition, cursor)); in createListAdapter()
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DDefaultContactListAdapter.java178 protected void bindView(View itemView, int partition, Cursor cursor, int position) { in bindView() argument
179 super.bindView(itemView, partition, cursor, position); in bindView()
180 final ContactListItemView view = (ContactListItemView)itemView; in bindView()
DPhoneNumberListAdapter.java327 protected void bindView(View itemView, int partition, Cursor cursor, int position) { in bindView() argument
328 super.bindView(itemView, partition, cursor, position); in bindView()
329 ContactListItemView view = (ContactListItemView)itemView; in bindView()
DContactEntryListAdapter.java127 protected void bindView(View itemView, int partition, Cursor cursor, int position) { in bindView() argument
128 final ContactListItemView view = (ContactListItemView) itemView; in bindView()
/packages/apps/Contacts/src/com/android/contacts/editor/
DGroupMembershipView.java118 final View itemView = super.getView(position, convertView, parent); in getView() local
119 if (itemView == null) { in getView()
125 final CheckedTextView checkedTextView = (CheckedTextView)itemView; in getView()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/name/
DDeviceNameSettingsActivity.java77 public void onItemClick(AdapterView<?> listView, View itemView, int position, long id) { in onItemClick() argument
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/
DIngestActivity.java117 public void onItemClick(AdapterView<?> adapterView, View itemView, int position,