Searched refs:halfProgressHeight (Results 1 – 1 of 1) sorted by relevance
1250 final int halfProgressHeight = mProgressView.getMeasuredHeight() / 2; in onLayout() local1251 mProgressView.layout(mProgressBarPadding, -halfProgressHeight, in onLayout()1252 mProgressBarPadding + mProgressView.getMeasuredWidth(), halfProgressHeight); in onLayout()