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

  /cts/tests/tests/graphics/src/android/graphics/cts/
BitmapShaderTest.java 39 private static final int BORDER_WIDTH = 5;
51 c.drawRect(BORDER_WIDTH, BORDER_WIDTH,
52 TILE_WIDTH - BORDER_WIDTH, TILE_HEIGHT - BORDER_WIDTH, p);
78 if (x < BORDER_WIDTH || x >= TILE_WIDTH - BORDER_WIDTH ||
79 y < BORDER_WIDTH || y >= TILE_HEIGHT - BORDER_WIDTH) {
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
MultiProducerActivity.java 44 private static final int BORDER_WIDTH = 20;
70 WIDTH - 2 * BORDER_WIDTH, HEIGHT - 2 * BORDER_WIDTH,
71 BORDER_WIDTH, BORDER_WIDTH);
81 LayoutParams contentLP = new LayoutParams(WIDTH - 2 * BORDER_WIDTH - CONTENT_GAP,
82 HEIGHT - 2 * BORDER_WIDTH - CONTENT_GAP, BORDER_WIDTH, BORDER_WIDTH);
286 mRect = new Rect(rect.left + BORDER_WIDTH / 2, rect.top + BORDER_WIDTH / 2
    [all...]
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 
  /prebuilts/tools/common/m2/repository/xhtmlrenderer/xhtmlrenderer/R8rc1/
xhtmlrenderer-R8rc1.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 

Completed in 84 milliseconds