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.java63 mApplicationHandle.dispatchingTimeoutNanos = in InputConsumerImpl()
73 mWindowHandle.dispatchingTimeoutNanos = in InputConsumerImpl()
DDragState.java223 mDragApplicationHandle.dispatchingTimeoutNanos = in InputInterceptor()
233 mDragWindowHandle.dispatchingTimeoutNanos = in InputInterceptor()
DTaskPositioner.java257 mDragApplicationHandle.dispatchingTimeoutNanos = in register()
267 mDragWindowHandle.dispatchingTimeoutNanos = in register()
DInputMonitor.java317 inputWindowHandle.dispatchingTimeoutNanos = child.getInputDispatchingTimeoutNanos(); in addInputWindowHandle()
529 handle.dispatchingTimeoutNanos = newApp.mInputDispatchingTimeoutNanos; in setFocusedAppLw()
/frameworks/base/services/core/java/com/android/server/input/
DInputApplicationHandle.java38 public long dispatchingTimeoutNanos; field in InputApplicationHandle
DInputWindowHandle.java54 public long dispatchingTimeoutNanos; field in InputWindowHandle