Create SinglePanningState that will handle single pointer/finger panning
In magnification feature user will be able to pan with one pointer/finger and only once the user is at the edge it will transition to DetectingState which will determine whether the user has overscrolled or not. If it has overscrolled (user is trying to pan further in the direction of the edge) transition to delegatingState else return back to SinglePanningState Bug: 278270879, 279498927 Test: atest FullScreenMagnficationGestureHandlerTest Change-Id: Ie706ce00a22d9e9adf833c3b86bca686a13d27ce (cherry picked from commit 30943ffaedbd85232cf6f9b6b12ca2c5219b8212)
Loading
Please register or sign in to comment