HomeSort by relevance Sort by last modified time
    Searched refs:diamondStrokeSize (Results 1 - 2 of 2) sorted by null

  /packages/apps/DeskClock/src/com/android/deskclock/
CircleButtonsLinearLayout.java 53 float diamondStrokeSize =
59 Utils.calculateRadiusOffset(mStrokeSize, diamondStrokeSize, markerStrokeSize) * 2;
Utils.java 161 float strokeSize, float diamondStrokeSize, float markerStrokeSize) {
162 return Math.max(strokeSize, Math.max(diamondStrokeSize, markerStrokeSize));

Completed in 943 milliseconds