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