Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerConstants.java49 static final String KEY_SYSTEM_GESTURE_EXCLUSION_LOG_DEBOUNCE_MILLIS = field in WindowManagerConstants
127 case KEY_SYSTEM_GESTURE_EXCLUSION_LOG_DEBOUNCE_MILLIS: in onWindowPropertiesChanged()
140 KEY_SYSTEM_GESTURE_EXCLUSION_LOG_DEBOUNCE_MILLIS, 0); in updateSystemGestureExclusionLogDebounceMillis()
158 pw.print(" "); pw.print(KEY_SYSTEM_GESTURE_EXCLUSION_LOG_DEBOUNCE_MILLIS); in dump()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWindowManagerConstantsTest.java24 …static com.android.server.wm.WindowManagerConstants.KEY_SYSTEM_GESTURE_EXCLUSION_LOG_DEBOUNCE_MILL…
73 KEY_SYSTEM_GESTURE_EXCLUSION_LOG_DEBOUNCE_MILLIS, "10000"); in test_constantsAreLoaded_initially()
91 KEY_SYSTEM_GESTURE_EXCLUSION_LOG_DEBOUNCE_MILLIS, "10000"); in test_constantsAreLoaded_afterChange()