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/
DStackScrollState.java167 float oldClipTopAmount = child.getClipTopAmount(); in apply() local
168 if (oldClipTopAmount != state.clipTopAmount) { in apply()