Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/list/
DContactListItemView.java846 int dataLeftBound = leftBound; in onLayout() local
858 mLabelView.layout(dataLeftBound, in onLayout()
862 dataLeftBound += mLabelView.getMeasuredWidth() + mGapBetweenLabelAndData; in onLayout()
864 dataLeftBound = leftBound + mLabelView.getMeasuredWidth(); in onLayout()
875 mDataView.layout(dataLeftBound, in onLayout()