Home
last modified time | relevance | path

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

/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/contact/
H A 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()
/aosp12/packages/apps/Contacts/src/com/android/contacts/list/
H A DContactListItemView.java193 private ImageView mWorkProfileIcon; field in ContactListItemView
562 if (isVisible(mWorkProfileIcon)) { in onMeasure()
563 mWorkProfileIcon.measure( in onMeasure()
761 if (isVisible(mWorkProfileIcon)) { in onLayout()
773 mWorkProfileIcon.layout(leftBound + distanceFromEnd, in onLayout()
798 if (isVisible(mNameTextView) || isVisible(mWorkProfileIcon)) { in onLayout()
1480 if (mWorkProfileIcon != null) { in setWorkProfileIconEnabled()
1483 mWorkProfileIcon = new ImageView(getContext()); in setWorkProfileIconEnabled()
1484 addView(mWorkProfileIcon); in setWorkProfileIconEnabled()
1486 mWorkProfileIcon.setScaleType(ScaleType.CENTER_INSIDE); in setWorkProfileIconEnabled()
[all …]