Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DBaseContainerView.java38 protected final Rect mContentPadding = new Rect(); field in BaseContainerView
119 if (!padding.equals(mContentPadding)) { in updateBackgroundAndPaddings()
120 mContentPadding.set(padding); in updateBackgroundAndPaddings()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsContainerView.java324 mContentBounds.set(mContentPadding.left, mContentPadding.top, in onMeasure()
325 MeasureSpec.getSize(widthMeasureSpec) - mContentPadding.right, in onMeasure()
326 MeasureSpec.getSize(heightMeasureSpec) - mContentPadding.bottom); in onMeasure()