Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DExpandableView.java100 int initialHeight = getInitialHeight(); in onLayout() local
101 if (initialHeight != 0) { in onLayout()
102 setActualHeight(initialHeight); in onLayout()