Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DDropTargetBar.java257 int buttonGap = dp.dropTargetGapPx; in onLayout() local
262 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()