Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DExpandableViewState.java178 float oldClipTopAmount = expandableView.getClipTopAmount(); in applyToView() local
179 if (oldClipTopAmount != this.clipTopAmount) { in applyToView()