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

  /frameworks/base/core/java/com/android/internal/widget/multiwaveview/
PointCloud.java 150 final int pointsInBand = (int) (circumference / ds);
152 float dEta = 2.0f * PI / pointsInBand;
153 for (int i = 0; i < pointsInBand; i++) {
  /packages/apps/DeskClock/src/com/android/deskclock/widget/multiwaveview/
PointCloud.java 150 final int pointsInBand = (int) (circumference / ds);
152 float dEta = 2.0f * PI / pointsInBand;
153 for (int i = 0; i < pointsInBand; i++) {

Completed in 91 milliseconds