Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/widget/picker/
DWidgetsFullSheet.java405 private static void setContentViewChildHorizontalMargin(View view, int horizontalMarginInPx) { in setContentViewChildHorizontalMargin() argument
408 layoutParams.setMarginStart(horizontalMarginInPx); in setContentViewChildHorizontalMargin()
409 layoutParams.setMarginEnd(horizontalMarginInPx); in setContentViewChildHorizontalMargin()