Home
last modified time | relevance | path

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

/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DMagnificationGestureHandler.java129 @VisibleForTesting final ViewportDraggingState mViewportDraggingState; field in MagnificationGestureHandler
184 mViewportDraggingState = new ViewportDraggingState(); in MagnificationGestureHandler()
279 mViewportDraggingState.clear(); in clearAndTransitionToStateDetecting()
401 && mPreviousState == mViewportDraggingState) { in onMotionEvent()
403 persistScaleAndTransitionTo(mViewportDraggingState); in onMotionEvent()
890 mViewportDraggingState.mZoomedInBeforeDrag = in transitionToViewportDraggingStateAndClear()
895 transitionTo(mViewportDraggingState); in transitionToViewportDraggingStateAndClear()
977 ", mViewportDraggingState=" + mViewportDraggingState + in toString()
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DMagnificationGestureHandlerTest.java393 check(mMgh.mCurrentState == mMgh.mViewportDraggingState, in assertIn()
395 check(mMgh.mViewportDraggingState.mZoomedInBeforeDrag, state); in assertIn()
399 check(mMgh.mCurrentState == mMgh.mViewportDraggingState, in assertIn()
401 check(!mMgh.mViewportDraggingState.mZoomedInBeforeDrag, state); in assertIn()