Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DExpandableView.java36 private final int mBottomDecorHeight; field in ExpandableView
53 mBottomDecorHeight = resolveBottomDecorHeight(); in ExpandableView()
107 ownHeight += mBottomDecorHeight; in onMeasure()
195 return hasBottomDecor() ? mBottomDecorHeight : 0; in getBottomDecorHeight()