Home
last modified time | relevance | path

Searched refs:mWorkProfileIcon (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/list/
DContactListItemView.java193 private ImageView mWorkProfileIcon; field in ContactListItemView
562 if (isVisible(mWorkProfileIcon)) { in onMeasure()
563 mWorkProfileIcon.measure( in onMeasure()
567 Math.max(mNameTextViewHeight, mWorkProfileIcon.getMeasuredHeight()); in onMeasure()
761 if (isVisible(mWorkProfileIcon)) { in onLayout()
762 workProfileIconWidth = mWorkProfileIcon.getMeasuredWidth(); in onLayout()
767 mWorkProfileIcon.layout(rightBound - workProfileIconWidth - distanceFromEnd, in onLayout()
773 mWorkProfileIcon.layout(leftBound + distanceFromEnd, in onLayout()
798 if (isVisible(mNameTextView) || isVisible(mWorkProfileIcon)) { in onLayout()
1480 if (mWorkProfileIcon != null) { in setWorkProfileIconEnabled()
[all …]
/packages/apps/Messaging/src/com/android/messaging/ui/contact/
DContactListItemView.java56 private ImageView mWorkProfileIcon; field in ContactListItemView
73 mWorkProfileIcon = (ImageView) findViewById(R.id.work_profile_icon); in onFinishInflate()
159 mWorkProfileIcon.setVisibility(VISIBLE); in updateViewAppearance()
161 mWorkProfileIcon.setVisibility(GONE); in updateViewAppearance()