Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DExpandableViewState.java170 final float oldClipBottomAmount = expandableView.getClipBottomAmount(); in applyToView() local
171 if (oldClipBottomAmount != this.clipBottomAmount) { in applyToView()