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