Home
last modified time | relevance | path

Searched refs:SAMPLE_AREA_PADDING (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/libs/gui/tests/
DSamplingDemo.cpp63 {0, 0, width - 2 * SAMPLE_AREA_PADDING, in Button()
64 height - 2 * SAMPLE_AREA_PADDING}) in Button()
65 .setPosition(mButtonBlend, samplingArea.left + SAMPLE_AREA_PADDING, in Button()
66 samplingArea.top + SAMPLE_AREA_PADDING) in Button()
93 static const int32_t SAMPLE_AREA_PADDING = 8; member in android::Button
94 static const int32_t BUTTON_PADDING = BLEND_WIDTH + SAMPLE_AREA_PADDING;