Searched refs:BUTTON_PADDING (Results 1 – 2 of 2) sorted by relevance
49 .setCrop(mButton, {0, 0, width - 2 * BUTTON_PADDING, height - 2 * BUTTON_PADDING}) in Button()50 .setPosition(mButton, samplingArea.left + BUTTON_PADDING, in Button()51 samplingArea.top + BUTTON_PADDING) in Button()92 static const int32_t BUTTON_PADDING = BLEND_WIDTH + SAMPLE_AREA_PADDING; member in android::Button
2160 final int BUTTON_PADDING = mEST.dipToPx(15); in buildAndShowColorDialogue() local2173 verticalLayout.setPadding(BUTTON_PADDING, BUTTON_PADDING, BUTTON_PADDING, in buildAndShowColorDialogue()2174 BUTTON_PADDING); in buildAndShowColorDialogue()