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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableView.java36 private final int mBottomDecorHeight; field in class:ExpandableView
53 mBottomDecorHeight = resolveBottomDecorHeight();
107 ownHeight += mBottomDecorHeight;
191 * view will be layouted higher than just the content by {@link #mBottomDecorHeight}.
195 return hasBottomDecor() ? mBottomDecorHeight : 0;

Completed in 20 milliseconds