Searched defs:OUTER_ROTARY_RADIUS_DIP (Results 1 - 1 of 1) sorted by path

/frameworks/base/core/java/com/android/internal/widget/
H A DRotarySelector.java133 static final int OUTER_ROTARY_RADIUS_DIP = 390; field in class:RotarySelector
199 mOuterRadius = (int) (mDensity * OUTER_ROTARY_RADIUS_DIP);
200 mInnerRadius = (int) ((OUTER_ROTARY_RADIUS_DIP - ROTARY_STROKE_WIDTH_DIP) * mDensity);
347 float or = OUTER_ROTARY_RADIUS_DIP * mDensity;

Completed in 431 milliseconds