Searched refs:mWorkProfileIcon (Results 1 – 2 of 2) sorted by relevance
56 private ImageView mWorkProfileIcon; field in ContactListItemView73 mWorkProfileIcon = (ImageView) findViewById(R.id.work_profile_icon); in onFinishInflate()159 mWorkProfileIcon.setVisibility(VISIBLE); in updateViewAppearance()161 mWorkProfileIcon.setVisibility(GONE); in updateViewAppearance()
193 private ImageView mWorkProfileIcon; field in ContactListItemView562 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 …]