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/notification/stack/
DExpandableViewState.java160 float oldClipTopAmount = expandableView.getClipTopAmount(); in applyToView() local
161 if (oldClipTopAmount != this.clipTopAmount) { in applyToView()