Searched refs:OverScroll (Results 1 – 5 of 5) sorted by relevance
21 public class OverScroll { class
39 import com.android.launcher3.touch.OverScroll;325 final float dampedXVelocityPxPerS = OverScroll.dampedScroll( in start()327 final float dampedYVelocityPxPerS = OverScroll.dampedScroll( in start()
47 import com.android.launcher3.touch.OverScroll;215 dY = -OverScroll.dampedScroll(-dY, mTaskbarNavThresholdY); in onMotionEvent()
23 import static com.android.launcher3.touch.OverScroll.OVERSCROLL_DAMP_FACTOR;
161 import com.android.launcher3.touch.OverScroll;963 int scroll = OverScroll.dampedScroll(getUndampedOverScrollShift(), primarySize); in dispatchDraw()