Searched refs:mOverscrollEdgeSlop (Results 1 – 1 of 1) sorted by relevance
178 private final float mOverscrollEdgeSlop; field in FullScreenMagnificationGestureHandler318 mOverscrollEdgeSlop = context.getResources().getDimensionPixelSize( in FullScreenMagnificationGestureHandler()1672 return mFullScreenMagnificationController.isAtLeftEdge(mDisplayId, mOverscrollEdgeSlop); in isAtLeftEdge()1676 return mFullScreenMagnificationController.isAtRightEdge(mDisplayId, mOverscrollEdgeSlop); in isAtRightEdge()1680 return mFullScreenMagnificationController.isAtTopEdge(mDisplayId, mOverscrollEdgeSlop); in isAtTopEdge()1684 return mFullScreenMagnificationController.isAtBottomEdge(mDisplayId, mOverscrollEdgeSlop); in isAtBottomEdge()