Home
last modified time | relevance | path

Searched refs:setTag (Results 1 – 25 of 73) sorted by relevance

123

/packages/apps/Phone/src/com/android/phone/
DAnimationUtils.java76 view.setTag(FADE_STATE_KEY, null); in show()
111 view.setTag(FADE_STATE_KEY, FADING_OUT); in hide()
122 view.setTag(FADE_STATE_KEY, null); in hide()
266 imageView.setTag(to); in startCrossFade()
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
DTimelineHorizontalScrollView.java90 setTag(R.id.left_view_width, mHalfParentWidth); in TimelineHorizontalScrollView()
91 setTag(R.id.playhead_offset, -1); in TimelineHorizontalScrollView()
92 setTag(R.id.playhead_type, PLAYHEAD_NORMAL); in TimelineHorizontalScrollView()
DMediaLinearLayout.java639 mediaItemView.setTag(mediaItem); in addMediaItem()
692 mediaItemView.setTag(mediaItem); in insertMediaItem()
772 childView.setTag(mediaItem); in updateMediaItem()
778 tView.setTag(mediaItem.getBeginTransition()); in updateMediaItem()
788 tView.setTag(mediaItem.getEndTransition()); in updateMediaItem()
1031 transitionView.setTag(transition); in addTransition()
1611 mScrollView.setTag(R.id.playhead_type,
1614 mScrollView.setTag(R.id.playhead_type,
1629 … mScrollView.setTag(R.id.playhead_type, TimelineHorizontalScrollView.PLAYHEAD_NORMAL);
1647 … mScrollView.setTag(R.id.playhead_type, TimelineHorizontalScrollView.PLAYHEAD_NORMAL);
[all …]
DOverlayLinearLayout.java409 overlayView.setTag(mediaItem); in addMediaItem()
440 overlayView.setTag(mediaItem); in insertMediaItem()
481 childView.setTag(mediaItem); in updateMediaItem()
/packages/apps/Contacts/src/com/android/contacts/detail/
DStreamItemAdapter.java117 contentView.setTag(streamItem); in getView()
122 contentView.setTag(null); in getView()
DContactDetailDisplayUtils.java198 starredView.setTag(isStarred); in configureStarredImageView()
344 pushLayerView.setTag(new StreamPhotoTag(streamItem, streamItemPhoto)); in loadPhoto()
349 pushLayerView.setTag(null); in loadPhoto()
/packages/apps/Browser/src/com/android/browser/view/
DBookmarkExpandableView.java332 v.setTag(R.id.group_position, groupPosition); in getChildView()
333 v.setTag(R.id.child_position, realChildPosition); in getChildView()
396 view.setTag(R.id.group_position, groupPosition); in getGroupView()
424 crumbs.setTag(R.id.group_position, groupPosition); in getBreadCrumbView()
/packages/apps/Launcher2/src/com/android/launcher2/
DPagedViewIcon.java61 setTag(info); in applyFromApplicationInfo()
DInterruptibleInOutAnimator.java119 public void setTag(Object tag) { in setTag() method in InterruptibleInOutAnimator
DAddAdapter.java85 textView.setTag(item); in getView()
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DQuickContactListFragment.java118 actionsContainer.setTag(action); in configureAdapter()
120 alternateActionButton.setTag(action); in configureAdapter()
/packages/apps/Contacts/src/com/android/contacts/calllog/
DCallLogAdapter.java492 view.setTag(views); in findAndCacheViews()
532 views.primaryActionView.setTag( in bindView()
539 views.secondaryActionView.setTag( in bindView()
543 views.secondaryActionView.setTag( in bindView()
547 views.secondaryActionView.setTag(null); in bindView()
/packages/apps/VideoEditor/src/com/android/videoeditor/
DTransitionsAdapter.java80 rowView.setTag(viewHolder); in getView()
DOverlaysAdapter.java86 rowView.setTag(viewHolder); in getView()
/packages/apps/Email/src/com/android/email/activity/setup/
DAccountSettingsEditQuickResponsesFragment.java126 convertView.setTag(mQuickResponses[position]); in getView()
130 deleteIcon.setTag(mQuickResponses[position]); in getView()
/packages/apps/Calendar/src/com/android/calendar/event/
DEventViewUtils.java255 spinner.setTag(index); in addReminder()
270 spinner.setTag(index); in addReminder()
DAttendeesView.java195 button.setTag(item); in updateAttendeeView()
337 view.setTag(item); in addOneAttendee()
/packages/apps/Settings/src/com/android/settings/applications/
DAppViewHolder.java36 convertView.setTag(holder); in createOrRecycle()
/packages/apps/Contacts/src/com/android/contacts/widget/
DPinnedHeaderListAdapter.java81 view.setTag(PARTITION_HEADER_TYPE); in getPinnedHeaderView()
/packages/apps/Calendar/src/com/android/calendar/
DCalendarViewAdapter.java175 v.setTag(new Integer(R.layout.actionbar_pulldown_menu_top_button)); in getView()
217 v.setTag(new Integer(R.layout.actionbar_pulldown_menu_top_button_no_date)); in getView()
/packages/apps/Settings/src/com/android/settings/fuelgauge/
DPowerUsageDetail.java221 mForceStopButton.setTag(ACTION_FORCE_STOP); in createDetails()
224 mReportButton.setTag(ACTION_REPORT); in createDetails()
401 actionButton.setTag(new Integer(action)); in addControl()
/packages/apps/Calendar/src/com/android/calendar/selectcalendars/
DSelectSyncedCalendarsMultiAccountAdapter.java312 view.setTag(TAG_ID_CALENDAR_ID, id); in bindChildView()
313 view.setTag(TAG_ID_SYNC_CHECKBOX, button); in bindChildView()
/packages/apps/Email/src/com/android/email/activity/
DMessageViewFragmentBase.java1381 view.setTag(newInfo); in updateAttachmentTab()
1469 openButton.setTag(attachmentInfo); in updateAttachmentButtons()
1470 saveButton.setTag(attachmentInfo); in updateAttachmentButtons()
1471 loadButton.setTag(attachmentInfo); in updateAttachmentButtons()
1472 infoButton.setTag(attachmentInfo); in updateAttachmentButtons()
1473 cancelButton.setTag(attachmentInfo); in updateAttachmentButtons()
1512 view.setTag(attachmentInfo); in addAttachment()
/packages/apps/Tag/src/com/android/apps/tag/record/
DRecordUtils.java115 item.setTag(new ClickInfo(activity, intent)); in buildActivityView()
/packages/apps/Contacts/tests/src/com/android/contacts/calllog/
DCallLogAdapterTest.java72 mView.setTag(CallLogListItemViews.createForTest(getContext())); in setUp()

123