Home
last modified time | relevance | path

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

/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/
DFullScreenMagnificationGestureHandler.java160 @VisibleForTesting static final int OVERSCROLL_VERTICAL_EDGE = 3; field in FullScreenMagnificationGestureHandler
166 OVERSCROLL_VERTICAL_EDGE
1010 == OVERSCROLL_VERTICAL_EDGE) { in onMotionEvent()
1021 == OVERSCROLL_VERTICAL_EDGE) { in onMotionEvent()
1269 == OVERSCROLL_VERTICAL_EDGE) { in onMotionEvent()
1280 == OVERSCROLL_VERTICAL_EDGE) { in onMotionEvent()
1666 return OVERSCROLL_VERTICAL_EDGE; in overscrollState()
2061 case OVERSCROLL_VERTICAL_EDGE: in onScrollStateChanged()
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/magnification/
DFullScreenMagnificationGestureHandlerTest.java980 assertTrue(mMgh.mOverscrollHandler.mOverscrollState == mMgh.OVERSCROLL_VERTICAL_EDGE); in testSingleFingerOverscrollAtTopEdge_isWatch_expectedOverscrollState()