Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/widget/
H A DAddItemWidgetsBottomSheet.java52 private int mContentHorizontalMarginInPx; field in AddItemWidgetsBottomSheet
61 mContentHorizontalMarginInPx = getResources().getDimensionPixelSize( in AddItemWidgetsBottomSheet()
183 if (contentHorizontalMarginInPx != mContentHorizontalMarginInPx) { in onApplyWindowInsets()
191 mContentHorizontalMarginInPx = contentHorizontalMarginInPx; in onApplyWindowInsets()
H A DBaseWidgetSheet.java70 private int mContentHorizontalMarginInPx; field in BaseWidgetSheet
74 mContentHorizontalMarginInPx = getResources().getDimensionPixelSize( in BaseWidgetSheet()
132 if (contentHorizontalMarginInPx != mContentHorizontalMarginInPx) { in setInsets()
134 mContentHorizontalMarginInPx = contentHorizontalMarginInPx; in setInsets()