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

  /development/samples/ApiDemos/src/com/example/android/apis/os/
Sensors.java 119 final float oneG = SensorManager.STANDARD_GRAVITY * mScale[0];
123 cavas.drawLine(0, yoffset+oneG, maxx, yoffset+oneG, paint);
124 cavas.drawLine(0, yoffset-oneG, maxx, yoffset-oneG, paint);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
malloc-tree 35 oneG = 1024 * 1024 * 1024
46 if bytes >= oneG:
48 val = float(bytes) / oneG

Completed in 1606 milliseconds