Searched refs:backgroundWidth (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
H A DRotarySelector.java464 * @param backgroundWidth The width of the asset (the bottom of the box surrounding the arc).
472 private int getYOnArc(int backgroundWidth, int innerRadius, int outerRadius, int x) { argument
479 final int triangleBottom = (backgroundWidth / 2) - x;

Completed in 74 milliseconds