Searched refs:mWorkProfileIcon (Results 1 – 2 of 2) sorted by relevance
193 private ImageView mWorkProfileIcon; field in ContactListItemView562 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 …]
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()