Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DContactListItemView.java805 int dataLeftBound = leftBound; in onLayout() local
817 mLabelView.layout(dataLeftBound, in onLayout()
821 dataLeftBound += mLabelView.getMeasuredWidth() + mGapBetweenLabelAndData; in onLayout()
823 dataLeftBound = leftBound + mLabelView.getMeasuredWidth(); in onLayout()
834 mDataView.layout(dataLeftBound, in onLayout()