Home
last modified time | relevance | path

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

/frameworks/base/services/core/jni/
Dcom_android_server_input_InputApplicationHandle.cpp31 jfieldID dispatchingTimeoutNanos; member
76 gInputApplicationHandleClassInfo.dispatchingTimeoutNanos); in updateInfo()
152 GET_FIELD_ID(gInputApplicationHandleClassInfo.dispatchingTimeoutNanos, in register_android_server_InputApplicationHandle()
Dcom_android_server_input_InputWindowHandle.cpp40 jfieldID dispatchingTimeoutNanos; member
118 gInputWindowHandleClassInfo.dispatchingTimeoutNanos); in updateInfo()
255 GET_FIELD_ID(gInputWindowHandleClassInfo.dispatchingTimeoutNanos, clazz, in register_android_server_InputWindowHandle()
/frameworks/base/services/core/java/com/android/server/wm/
DInputConsumerImpl.java48 mApplicationHandle.dispatchingTimeoutNanos = in InputConsumerImpl()
57 mWindowHandle.dispatchingTimeoutNanos = in InputConsumerImpl()
DInputMonitor.java187 inputWindowHandle.dispatchingTimeoutNanos = child.getInputDispatchingTimeoutNanos(); in addInputWindowHandleLw()
469 handle.dispatchingTimeoutNanos = newApp.inputDispatchingTimeoutNanos; in setFocusedAppLw()
DTaskPositioner.java253 mDragApplicationHandle.dispatchingTimeoutNanos = in register()
263 mDragWindowHandle.dispatchingTimeoutNanos = in register()
DDragState.java152 mDragApplicationHandle.dispatchingTimeoutNanos = in register()
162 mDragWindowHandle.dispatchingTimeoutNanos = in register()
/frameworks/base/services/core/java/com/android/server/input/
DInputApplicationHandle.java38 public long dispatchingTimeoutNanos; field in InputApplicationHandle
DInputWindowHandle.java50 public long dispatchingTimeoutNanos; field in InputWindowHandle