Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java388 private static final int MIN_GESTURE_EXCLUSION_LIMIT_DP = 200; field in WindowManagerService
1157 mSystemGestureExclusionLimitDp = Math.max(MIN_GESTURE_EXCLUSION_LIMIT_DP, in WindowManagerService()
1169 final int exclusionLimitDp = Math.max(MIN_GESTURE_EXCLUSION_LIMIT_DP, in WindowManagerService()