Searched refs:OVERSCROLL_LEFT_EDGE (Results 1 – 2 of 2) sorted by relevance
158 @VisibleForTesting static final int OVERSCROLL_LEFT_EDGE = 1; field in FullScreenMagnificationGestureHandler164 OVERSCROLL_LEFT_EDGE,1662 return OVERSCROLL_LEFT_EDGE; in overscrollState()1980 if ((mOverscrollState == OVERSCROLL_LEFT_EDGE && overshootDistX < 0) in calculateOverscrollScale()2039 if (mOverscrollState == OVERSCROLL_LEFT_EDGE) { in setPivotEdge()2064 case OVERSCROLL_LEFT_EDGE: in onScrollStateChanged()2093 if (mOverscrollState == OVERSCROLL_LEFT_EDGE in setScaleAndCenterToEdgeIfNeeded()
933 assertTrue(mMgh.mOverscrollHandler.mOverscrollState == mMgh.OVERSCROLL_LEFT_EDGE); in testSingleFingerOverscrollAtLeftEdge_isWatch_expectedOverscrollState()