Searched refs:OVERSCROLL_NONE (Results 1 – 2 of 2) sorted by relevance
157 @VisibleForTesting static final int OVERSCROLL_NONE = 0; field in FullScreenMagnificationGestureHandler163 OVERSCROLL_NONE,1024 != OVERSCROLL_NONE) { in onMotionEvent()1283 != OVERSCROLL_NONE) { in onMotionEvent()1657 return OVERSCROLL_NONE; in overscrollState()1668 return OVERSCROLL_NONE; in overscrollState()1953 mOverscrollState = OVERSCROLL_NONE; in OverscrollHandler()2027 if (mOverscrollState != OVERSCROLL_NONE) { in vibrateIfNeeded()2058 case OVERSCROLL_NONE: in onScrollStateChanged()2106 mOverscrollState = OVERSCROLL_NONE; in clearEdgeState()
1002 assertTrue(mMgh.mOverscrollHandler.mOverscrollState == mMgh.OVERSCROLL_NONE); in testSingleFingerScrollAtEdge_isWatch_noOverscroll()