Searched refs:mSwipeStartThreshold (Results 1 – 1 of 1) sorted by relevance
55 private int mSwipeStartThreshold; field in SystemGesturesPointerEventListener82 mSwipeStartThreshold = mContext.getResources() in onConfigurationChanged()95 mSwipeStartThreshold += mDisplayCutoutTouchableRegionSize; in onConfigurationChanged()98 mSwipeDistanceThreshold = mSwipeStartThreshold; in onConfigurationChanged()99 if (DEBUG) Slog.d(TAG, "mSwipeStartThreshold=" + mSwipeStartThreshold in onConfigurationChanged()258 if (fromY <= mSwipeStartThreshold in detectSwipe()263 if (fromY >= screenHeight - mSwipeStartThreshold in detectSwipe()268 if (fromX >= screenWidth - mSwipeStartThreshold in detectSwipe()273 if (fromX <= mSwipeStartThreshold in detectSwipe()