Searched refs:mSelectionRadians (Results 1 – 1 of 1) sorted by relevance
73 private double mSelectionRadians; field in RadialSelectorView168 mSelectionRadians = selectionDegrees * Math.PI / 180; in setSelection()298 int pointX = mXCenter + (int) (mLineLength * Math.sin(mSelectionRadians)); in onDraw()299 int pointY = mYCenter - (int) (mLineLength * Math.cos(mSelectionRadians)); in onDraw()314 pointX = mXCenter + (int) (lineLength * Math.sin(mSelectionRadians)); in onDraw()315 pointY = mYCenter - (int) (lineLength * Math.cos(mSelectionRadians)); in onDraw()