HomeSort by relevance Sort by last modified time
    Searched full:center_x (Results 1 - 4 of 4) sorted by null

  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
ColorPickerDialog.java 65 float r = CENTER_X - mPaint.getStrokeWidth()*0.5f;
67 canvas.translate(CENTER_X, CENTER_X);
92 setMeasuredDimension(CENTER_X*2, CENTER_Y*2);
95 private static final int CENTER_X = 100;
168 float x = event.getX() - CENTER_X;
  /device/google/accessory/demokit/app/src/com/google/android/DemoKit/
ColorWheel.java 81 float r = CENTER_X - mPaint.getStrokeWidth()*0.5f;
83 canvas.translate(CENTER_X, CENTER_X);
109 setMeasuredDimension(CENTER_X*2, CENTER_Y*2);
112 private static final int CENTER_X = 200;
185 float x = event.getX() - CENTER_X;
  /cts/tests/tests/graphics/src/android/graphics/cts/
EmbossMaskFilterTest.java 40 private static final int CENTER_X = (START_X + END_X) / 2;
71 Rect left = new Rect(0, 0, CENTER_X, BITMAP_HEIGHT);
72 Rect right = new Rect(CENTER_X, 0, BITMAP_WIDTH, BITMAP_HEIGHT);
  /external/qemu/android/skin/
argb.h 358 int center_x = ((sx1 >> 16) + 1) < ((sx2-1) >> 16); local
382 if (center_x) {
402 if (center_x) {
423 if (center_x) {

Completed in 101 milliseconds