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

  /packages/apps/Dialer/java/com/android/incallui/incall/impl/
InCallPaginator.java 37 private int dotRadius;
62 dotRadius = getResources().getDimensionPixelSize(R.dimen.paginator_dot_radius);
121 float trackWidth = 2 * dotRadius + transitionFraction * (2 * dotRadius + dotsSeparation);
122 float indicatorRadius = dotRadius * (1f - 2f * Math.min(transitionFraction, 0.5f));
123 float indicatorOffset = dotRadius + dotsSeparation / 2;
125 float trackLeft = centerX - indicatorOffset - dotRadius;
128 centerY - dotRadius,
130 centerY + dotRadius,
131 dotRadius,
    [all...]
  /packages/apps/Settings/src/com/android/settings/widget/
DotsPageIndicator.java 67 private float dotRadius;
134 dotRadius = dotDiameter / 2;
135 halfDotRadius = dotRadius / 2;
243 float startLeft = left + ((right - left - requiredWidth) / 2) + dotRadius;
250 dotCenterY = top + dotRadius;
362 canvas.drawCircle(dotCenterX[page], dotCenterY, dotRadius, unselectedPaint);
405 unselectedDotPath.addCircle(dotCenterX[page], dotCenterY, dotRadius, Path.Direction.CW);
417 rectF.set(centerX - dotRadius, dotTopY, centerX + dotRadius, dotBottomY);
421 endX1 = centerX + dotRadius + (joiningFraction * gap)
    [all...]

Completed in 116 milliseconds