Searched refs:CONTENT_GAP (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DMultiProducerActivity.java47 final int CONTENT_GAP = 100; field in class:MultiProducerActivity
76 // Note: We reduce the size by CONTENT_GAP pixels on right and bottom, so that they get
81 LayoutParams contentLP = new LayoutParams(WIDTH - 2 * BORDER_WIDTH - CONTENT_GAP,
82 HEIGHT - 2 * BORDER_WIDTH - CONTENT_GAP, BORDER_WIDTH, BORDER_WIDTH);

Completed in 54 milliseconds