Searched refs:mIsOnLeftEdge (Results 1 – 1 of 1) sorted by relevance
257 private boolean mIsOnLeftEdge; field in EdgeBackGestureHandler980 (int) mDownPoint.y, mIsOnLeftEdge in logGesture()1012 mIsOnLeftEdge = false; in onMotionEvent()1014 mIsOnLeftEdge = ev.getX() <= mEdgeWidthLeft + mLeftInset; in onMotionEvent()1038 mEdgeBackPlugin.setIsLeftPanel(mIsOnLeftEdge); in onMotionEvent()1057 mIsOnLeftEdge, mDeferSetIsOnLeftEdge, mIsBackGestureAllowed, in onMotionEvent()1081 mIsOnLeftEdge = mEndPoint.x > mDownPoint.x; in onMotionEvent()1082 mEdgeBackPlugin.setIsLeftPanel(mIsOnLeftEdge); in onMotionEvent()1176 /* swipeEdge = */ mIsOnLeftEdge ? BackEvent.EDGE_LEFT : BackEvent.EDGE_RIGHT); in dispatchToBackAnimation()