Home
last modified time | relevance | path

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

/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
DContentFrameLayout.java43 private final Rect mDecorPadding; field in ContentFrameLayout
55 mDecorPadding = new Rect(); in ContentFrameLayout()
72 mDecorPadding.set(left, top, right, bottom); in setDecorPadding()
97 w -= (mDecorPadding.left + mDecorPadding.right); in onMeasure()
116 h -= (mDecorPadding.top + mDecorPadding.bottom); in onMeasure()
141 min -= (mDecorPadding.left + mDecorPadding.right); in onMeasure()