Home
last modified time | relevance | path

Searched refs:mSelectionRadians (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
DRadialSelectorView.java73 private double mSelectionRadians; field in RadialSelectorView
168 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()