Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DContactListItemView.java722 final int distanceFromEnd = mCheckBoxWidth > 0 in onLayout() local
726 mWorkProfileIcon.layout(rightBound - workProfileIconWidth - distanceFromEnd, in onLayout()
728 rightBound - distanceFromEnd, in onLayout()
732 mWorkProfileIcon.layout(leftBound + distanceFromEnd, in onLayout()
734 leftBound + workProfileIconWidth + distanceFromEnd, in onLayout()
742 final int distanceFromEnd = workProfileIconWidth in onLayout() local
747 rightBound - distanceFromEnd, in onLayout()
750 mNameTextView.layout(leftBound + distanceFromEnd, in onLayout()