Searched refs:dataLeftBound (Results 1 – 1 of 1) sorted by relevance
805 int dataLeftBound = leftBound; in onLayout() local817 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()