Searched refs:labelParams (Results 1 – 1 of 1) sorted by relevance
83 MarginLayoutParams labelParams = (MarginLayoutParams) mLabel.getLayoutParams(); in remeasureViews() local84 labelParams.topMargin = circleDiam/6; in remeasureViews()86 labelParams.topMargin += (frameHeight-frameWidth)/2; in remeasureViews()142 int y = frameHeight / 2 - labelParams.topMargin; in remeasureViews()