Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DSystemGesturesPointerEventListener.java55 private int mSwipeStartThreshold; field in SystemGesturesPointerEventListener
82 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()