Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/widget/
H A DWidgetsBottomSheet.java73 private final int mWidgetCellHorizontalPadding; field in WidgetsBottomSheet
114 mWidgetCellHorizontalPadding = getResources().getDimensionPixelSize( in WidgetsBottomSheet()
136 int maxHorizontalSpan = computeMaxHorizontalSpans(mContent, mWidgetCellHorizontalPadding); in updateMaxSpansPerRow()