Home
last modified time | relevance | path

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

/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
DContentFrameLayout.java54 private final Rect mDecorPadding; field in ContentFrameLayout
68 mDecorPadding = new Rect(); in ContentFrameLayout()
91 mDecorPadding.set(left, top, right, bottom); in setDecorPadding()
116 w -= (mDecorPadding.left + mDecorPadding.right); in onMeasure()
135 h -= (mDecorPadding.top + mDecorPadding.bottom); in onMeasure()
160 min -= (mDecorPadding.left + mDecorPadding.right); in onMeasure()