Searched refs:mViewportDraggingState (Results 1 – 2 of 2) sorted by relevance
129 @VisibleForTesting final ViewportDraggingState mViewportDraggingState; field in MagnificationGestureHandler184 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()
393 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()