Searched defs:itemView (Results 1 - 25 of 31) sorted by relevance

12

/packages/apps/DeskClock/src/com/android/deskclock/alarms/dataadapter/
H A DCollapsedAlarmViewHolder.java42 public CollapsedAlarmViewHolder(View itemView, argument
45 super(itemView, alarmTimeClickHandler);
46 alarmLabel = (TextView) itemView.findViewById(R.id.label);
47 daysOfWeek = (TextView) itemView.findViewById(R.id.days_of_week);
48 upcomingInstanceLabel = (TextView) itemView.findViewById(R.id.upcoming_instance_label);
49 hairLine = itemView.findViewById(R.id.hairline);
52 itemView.setOnClickListener(new View.OnClickListener() {
91 itemView.setContentDescription(clock.getContentDescription() + " " +
H A DAlarmTimeViewHolder.java52 public AlarmTimeViewHolder(View itemView, AlarmTimeClickHandler alarmTimeClickHandler) { argument
53 super(itemView);
55 clock = (TextTime) itemView.findViewById(R.id.digital_clock);
56 onoff = (CompoundButton) itemView.findViewById(R.id.onoff);
57 arrow = itemView.findViewById(R.id.arrow);
58 preemptiveDismissContainer = itemView.findViewById(R.id.preemptive_dismiss_container);
60 (TextView) itemView.findViewById(R.id.preemptive_dismiss_button);
H A DExpandedAlarmViewHolder.java61 public ExpandedAlarmViewHolder(View itemView, argument
65 super(itemView, alarmTimeClickHandler);
66 final Context context = itemView.getContext();
76 itemView.setBackground(background);
81 delete = (Button) itemView.findViewById(R.id.delete);
83 repeat = (CheckBox) itemView.findViewById(R.id.repeat_onoff);
84 vibrate = (CheckBox) itemView.findViewById(R.id.vibrate_onoff);
85 ringtone = (TextView) itemView.findViewById(R.id.choose_ringtone);
86 editLabel = (TextView) itemView.findViewById(R.id.edit_label);
87 repeatDays = (LinearLayout) itemView
[all...]
/packages/apps/Dialer/src/com/android/dialer/list/
H A DBlockedListSearchAdapter.java69 protected void bindView(View itemView, int partition, Cursor cursor, int position) { argument
70 super.bindView(itemView, partition, cursor, position);
72 final ContactListItemView view = (ContactListItemView) itemView;
/packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/
H A DConversationListAdapter.java60 final ConversationListItemView itemView =
63 return new ConversationListViewHolder(itemView);
72 public ConversationListViewHolder(final ConversationListItemView itemView) { argument
73 super(itemView);
74 mView = itemView;
H A DShareIntentAdapter.java64 final PersonItemView itemView = (PersonItemView) LayoutInflater.from(context).inflate(
66 return new ShareIntentViewHolder(itemView);
118 public ShareIntentViewHolder(final PersonItemView itemView) { argument
119 super(itemView);
120 itemView.setListener(this);
125 ((PersonItemView) itemView).bind(mItemData);
H A DConversationListSwipeHelper.java260 private void onSwipeGestureStart(final ConversationListItemView itemView) { argument
262 setHardwareAnimatingLayerType(itemView, ANIMATING);
263 itemView.setAnimating(true);
269 private void onSwipeGestureEnd(final ConversationListItemView itemView, argument
272 itemView.onSwipeComplete();
276 itemView.setAnimating(false);
295 private void onSwipeAnimationStart(final ConversationListItemView itemView) { argument
297 itemView.setAnimating(true);
298 ViewCompat.setHasTransientState(itemView, true);
299 setHardwareAnimatingLayerType(itemView, ANIMATIN
305 onSwipeAnimationEnd(final ConversationListItemView itemView) argument
317 animateDismiss(final ConversationListItemView itemView, final float velocityX) argument
326 animateDismiss(final ConversationListItemView itemView, final int swipeDirection) argument
333 animateDismiss(final ConversationListItemView itemView, final int swipeDirection, final float velocityX) argument
363 animateRestore(final ConversationListItemView itemView, final float velocityX) argument
390 getSwipeTranslationXAnimator(final ConversationListItemView itemView, final float animateTo, final long duration, final TimeInterpolator interpolator) argument
447 setHardwareAnimatingLayerType(final ConversationListItemView itemView, final boolean animating) argument
[all...]
/packages/apps/Settings/src/com/android/settings/password/
H A DPasswordRequirementAdapter.java71 public PasswordRequirementViewHolder(View itemView) { argument
72 super(itemView);
73 mDescriptionText = (TextView) itemView;
/packages/apps/Contacts/src/com/android/contacts/list/
H A DHeaderEntryContactListAdapter.java62 final ContactListItemView itemView;
65 itemView = newView(getContext(), 0, getCursor(0), 0, parent);
67 itemView = (ContactListItemView) convertView;
69 itemView.setDrawableResource(R.drawable.ic_search_add_contact);
70 itemView.setDisplayName(getContext().getResources().getString(
72 return itemView;
94 protected void bindView(View itemView, int partition, Cursor cursor, int position) { argument
95 super.bindView(itemView, partition, cursor, position + getHeaderEntryCount());
H A DLegacyContactListAdapter.java84 protected void bindView(View itemView, int partition, Cursor cursor, int position) { argument
85 super.bindView(itemView, partition, cursor, position);
86 ContactListItemView view = (ContactListItemView)itemView;
H A DEmailAddressListAdapter.java134 protected void bindView(View itemView, int partition, Cursor cursor, int position) { argument
135 super.bindView(itemView, partition, cursor, position);
136 ContactListItemView view = (ContactListItemView)itemView;
H A DJoinContactListAdapter.java184 protected void bindView(View itemView, int partition, Cursor cursor, int position) { argument
185 super.bindView(itemView, partition, cursor, position);
188 final ContactListItemView view = (ContactListItemView) itemView;
195 final ContactListItemView view = (ContactListItemView) itemView;
H A DLegacyPhoneNumberListAdapter.java89 protected void bindView(View itemView, int partition, Cursor cursor, int position) { argument
90 super.bindView(itemView, partition, cursor, position);
91 ContactListItemView view = (ContactListItemView)itemView;
H A DLegacyPostalAddressListAdapter.java89 protected void bindView(View itemView, int partition, Cursor cursor, int position) { argument
90 super.bindView(itemView, partition, cursor, position);
91 ContactListItemView view = (ContactListItemView)itemView;
H A DMultiSelectEntryContactListAdapter.java110 protected void bindView(View itemView, int partition, Cursor cursor, int position) { argument
111 super.bindView(itemView, partition, cursor, position);
112 final ContactListItemView view = (ContactListItemView) itemView;
H A DPostalAddressListAdapter.java125 protected void bindView(View itemView, int partition, Cursor cursor, int position) { argument
126 super.bindView(itemView, partition, cursor, position);
127 ContactListItemView view = (ContactListItemView)itemView;
/packages/apps/TV/src/com/android/tv/guide/
H A DTimeListAdapter.java70 View itemView = holder.itemView;
72 TextView textView = (TextView) itemView.findViewById(R.id.time);
73 String time = DateFormat.getTimeFormat(itemView.getContext()).format(new Date(startTime));
76 RecyclerView.LayoutParams lp = (RecyclerView.LayoutParams) itemView.getLayoutParams();
84 itemView.setLayoutParams(lp);
89 View itemView = LayoutInflater.from(parent.getContext()).inflate(viewType, parent, false);
90 return new TimeViewHolder(itemView);
94 public TimeViewHolder(View itemView) { argument
95 super(itemView);
[all...]
H A DGenreListAdapter.java81 View itemView = LayoutInflater.from(parent.getContext()).inflate(viewType, parent, false);
82 return new GenreRowHolder(itemView, mProgramGuide);
91 public GenreRowHolder(View itemView, ProgramGuide programGuide) { argument
92 super(itemView);
99 TextView textView = (TextView) itemView;
102 itemView.setOnFocusChangeListener(this);
H A DProgramListAdapter.java101 View itemView = LayoutInflater.from(parent.getContext()).inflate(viewType, parent, false);
102 return new ProgramViewHolder(itemView);
107 public ProgramViewHolder(View itemView) { argument
108 super(itemView);
113 Log.d(TAG, "onBind. View = " + itemView + ", Entry = " + entry);
115 ((ProgramItemView) itemView).setValues(entry, programManager.getSelectedGenreId(),
120 ((ProgramItemView) itemView).clearValues();
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DDefaultContactListAdapter.java223 protected void bindView(View itemView, int partition, Cursor cursor, int position) { argument
224 super.bindView(itemView, partition, cursor, position);
225 final ContactListItemView view = (ContactListItemView)itemView;
H A DPhoneNumberListAdapter.java408 protected void bindView(View itemView, int partition, Cursor cursor, int position) { argument
409 super.bindView(itemView, partition, cursor, position);
410 ContactListItemView view = (ContactListItemView)itemView;
/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
H A DLapsAdapter.java311 public LapItemHolder(View itemView) { argument
312 super(itemView);
314 lapTime = (TextView) itemView.findViewById(R.id.lap_time);
315 lapNumber = (TextView) itemView.findViewById(R.id.lap_number);
316 accumulatedTime = (TextView) itemView.findViewById(R.id.lap_total);
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
H A DConversationMessageAdapter.java107 public ConversationMessageViewHolder(final View itemView, argument
110 super(itemView);
111 mView = itemView;
/packages/apps/TvSettings/QuickSettings/src/com/android/tv/quicksettings/
H A DDialogAdapter.java95 public ViewHolder(View itemView) { argument
96 super(itemView);
97 mTitle = (TextView) itemView.findViewById(R.id.setting_title);
/packages/apps/Settings/src/com/android/settings/dashboard/
H A DDashboardAdapter.java231 holder.itemView.setTag(tile);
232 holder.itemView.setOnClickListener(this);
240 holder.itemView.setOnClickListener(new View.OnClickListener() {
248 holder.itemView.findViewById(R.id.overflow).setOnClickListener(
326 holder.itemView.setOnClickListener(new View.OnClickListener() {
363 holder.itemView.setOnClickListener(new View.OnClickListener() {
473 public DashboardItemHolder(View itemView) { argument
474 super(itemView);
475 icon = (ImageView) itemView.findViewById(android.R.id.icon);
476 title = (TextView) itemView
[all...]

Completed in 290 milliseconds

12