Searched refs:SAMPLE_AREA_PADDING (Results 1 – 1 of 1) sorted by relevance
62 {0, 0, width - 2 * SAMPLE_AREA_PADDING, height - 2 * SAMPLE_AREA_PADDING}) in Button()63 .setPosition(mButtonBlend, samplingArea.left + SAMPLE_AREA_PADDING, in Button()64 samplingArea.top + SAMPLE_AREA_PADDING) in Button()91 static const int32_t SAMPLE_AREA_PADDING = 8; member in android::Button92 static const int32_t BUTTON_PADDING = BLEND_WIDTH + SAMPLE_AREA_PADDING;