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.java166 final float oldClipTopAmount = expandableView.getClipTopAmount(); in applyToView() local
167 if (oldClipTopAmount != this.clipTopAmount) { in applyToView()