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

  /cts/tests/tests/graphics/src/android/graphics/cts/
EmbossMaskFilterTest.java 42 private static final int STROKE_WIDTH = 10;
56 paint.setStrokeWidth(STROKE_WIDTH);
78 top.bottom = CENTER_Y - STROKE_WIDTH / 2;
80 bottom.top = CENTER_Y + STROKE_WIDTH / 2;
  /packages/apps/Camera/src/com/android/camera/ui/
IndicatorControlWheelContainer.java 35 public static final int STROKE_WIDTH = 87;
ZoomControlWheel.java 82 mStrokeWidth = Util.dpToPixel(IndicatorControlWheelContainer.STROKE_WIDTH);
IndicatorControlWheel.java 160 mStrokeWidth = Util.dpToPixel(IndicatorControlWheelContainer.STROKE_WIDTH);
  /external/webkit/Source/WebKit/android/nav/
SelectText.cpp     [all...]

Completed in 149 milliseconds