Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java4131 final float snapBackThreshold = getSpaceForGear(animView); in snapToGear() local
4132 final float target = mCurrIconRow.isIconOnLeft() ? snapBackThreshold in snapToGear()
4133 : -snapBackThreshold; in snapToGear()
4161 final float snapBackThreshold = getSpaceForGear(animView) * multiplier; in swipedEnoughToShowGear() local
4164 ? translation > snapBackThreshold in swipedEnoughToShowGear()
4165 : translation < -snapBackThreshold); in swipedEnoughToShowGear()