Searched refs:mContentPadding (Results 1 – 2 of 2) sorted by relevance
38 protected final Rect mContentPadding = new Rect(); field in BaseContainerView119 if (!padding.equals(mContentPadding)) { in updateBackgroundAndPaddings()120 mContentPadding.set(padding); in updateBackgroundAndPaddings()
324 mContentBounds.set(mContentPadding.left, mContentPadding.top, in onMeasure()325 MeasureSpec.getSize(widthMeasureSpec) - mContentPadding.right, in onMeasure()326 MeasureSpec.getSize(heightMeasureSpec) - mContentPadding.bottom); in onMeasure()