HomeSort by relevance Sort by last modified time
    Searched refs:inputApplicationHandle (Results 1 - 11 of 11) sorted by null

  /frameworks/base/services/java/com/android/server/input/
InputWindowHandle.java 34 public final InputApplicationHandle inputApplicationHandle;
95 public InputWindowHandle(InputApplicationHandle inputApplicationHandle,
97 this.inputApplicationHandle = inputApplicationHandle;
InputManagerService.java 177 InputApplicationHandle application);
    [all...]
  /frameworks/base/services/input/
InputWindow.cpp 49 InputWindowHandle::InputWindowHandle(const sp<InputApplicationHandle>& inputApplicationHandle) :
50 inputApplicationHandle(inputApplicationHandle), mInfo(NULL) {
InputWindow.h 161 const sp<InputApplicationHandle> inputApplicationHandle;
197 InputWindowHandle(const sp<InputApplicationHandle>& inputApplicationHandle);
InputDispatcher.h 202 virtual nsecs_t notifyANR(const sp<InputApplicationHandle>& inputApplicationHandle,
312 const sp<InputApplicationHandle>& inputApplicationHandle) = 0;
386 virtual void setFocusedApplication(const sp<InputApplicationHandle>& inputApplicationHandle);
595 sp<InputApplicationHandle> inputApplicationHandle;
    [all...]
InputDispatcher.cpp 443 && touchedWindowHandle->inputApplicationHandle
    [all...]
  /frameworks/base/services/jni/
com_android_server_input_InputWindowHandle.h 29 NativeInputWindowHandle(const sp<InputApplicationHandle>& inputApplicationHandle,
com_android_server_input_InputWindowHandle.cpp 34 jfieldID inputApplicationHandle;
64 const sp<InputApplicationHandle>& inputApplicationHandle, jweak objWeak) :
65 InputWindowHandle(inputApplicationHandle),
179 gInputWindowHandleClassInfo.inputApplicationHandle);
180 sp<InputApplicationHandle> inputApplicationHandle =
185 handle = new NativeInputWindowHandle(inputApplicationHandle, objWeak);
234 GET_FIELD_ID(gInputWindowHandleClassInfo.inputApplicationHandle,
236 "inputApplicationHandle", "Lcom/android/server/input/InputApplicationHandle;")
    [all...]
com_android_server_input_InputManagerService.cpp 115 const sp<InputApplicationHandle>& inputApplicationHandle) {
116 if (inputApplicationHandle == NULL) {
119 return static_cast<NativeInputApplicationHandle*>(inputApplicationHandle.get())->
193 virtual nsecs_t notifyANR(const sp<InputApplicationHandle>& inputApplicationHandle,
555 nsecs_t NativeInputManager::notifyANR(const sp<InputApplicationHandle>& inputApplicationHandle,
564 getInputApplicationHandleObjLocalRef(env, inputApplicationHandle);
670 sp<InputApplicationHandle> applicationHandle
    [all...]
  /frameworks/base/services/java/com/android/server/wm/
InputMonitor.java 20 import com.android.server.input.InputApplicationHandle;
90 public long notifyANR(InputApplicationHandle inputApplicationHandle,
102 if (appWindowToken == null && inputApplicationHandle != null) {
103 appWindowToken = (AppWindowToken)inputApplicationHandle.appWindowToken;
400 final InputApplicationHandle handle = newApp.mInputApplicationHandle;
  /frameworks/base/services/input/tests/
InputDispatcher_test.cpp 52 virtual nsecs_t notifyANR(const sp<InputApplicationHandle>& inputApplicationHandle,

Completed in 317 milliseconds