Searched refs:BORDER_WIDTH (Results 1 – 1 of 1) sorted by relevance
44 private static final int BORDER_WIDTH = 20; field in MultiProducerActivity70 WIDTH - 2 * BORDER_WIDTH, HEIGHT - 2 * BORDER_WIDTH, in onCreate()71 BORDER_WIDTH, BORDER_WIDTH); in onCreate()81 LayoutParams contentLP = new LayoutParams(WIDTH - 2 * BORDER_WIDTH - CONTENT_GAP, in onCreate()82 HEIGHT - 2 * BORDER_WIDTH - CONTENT_GAP, BORDER_WIDTH, BORDER_WIDTH); in onCreate()286 mRect = new Rect(rect.left + BORDER_WIDTH / 2, rect.top + BORDER_WIDTH / 2, in ColorPulse()287 rect.right - BORDER_WIDTH / 2, rect.bottom - BORDER_WIDTH / 2); in ColorPulse()314 mPaint.setStrokeWidth(BORDER_WIDTH); in draw()