Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DExpandableView.java41 private boolean mActualHeightInitialized; field in ExpandableView
99 if (!mActualHeightInitialized && mActualHeight == 0) { in onLayout()
112 mActualHeightInitialized = false; in resetActualHeight()
141 mActualHeightInitialized = true; in setActualHeight()