Searched refs:buttonGap (Results 1 – 1 of 1) sorted by relevance
257 int buttonGap = dp.dropTargetGapPx; in onLayout() local262 leftButton.layout(barCenter - leftButton.getMeasuredWidth() - (buttonGap / 2), 0, in onLayout()263 barCenter - (buttonGap / 2), leftButton.getMeasuredHeight()); in onLayout()264 rightButton.layout(barCenter + (buttonGap / 2), 0, in onLayout()265 barCenter + (buttonGap / 2) + rightButton.getMeasuredWidth(), in onLayout()272 int extraSpace = scaledPanelWidth - leftButtonWidth - rightButtonWidth - buttonGap; in onLayout()276 int rightButtonStart = leftButtonEnd + buttonGap; in onLayout()