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;
96 public InputWindowHandle(InputApplicationHandle inputApplicationHandle,
98 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 162 const sp<InputApplicationHandle> inputApplicationHandle;
198 InputWindowHandle(const sp<InputApplicationHandle>& inputApplicationHandle);
InputDispatcher.h 204 virtual nsecs_t notifyANR(const sp<InputApplicationHandle>& inputApplicationHandle,
315 const sp<InputApplicationHandle>& inputApplicationHandle) = 0;
389 virtual void setFocusedApplication(const sp<InputApplicationHandle>& inputApplicationHandle);
598 sp<InputApplicationHandle> inputApplicationHandle;
    [all...]
InputDispatcher.cpp 445 && 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;
65 const sp<InputApplicationHandle>& inputApplicationHandle, jweak objWeak) :
66 InputWindowHandle(inputApplicationHandle),
182 gInputWindowHandleClassInfo.inputApplicationHandle);
183 sp<InputApplicationHandle> inputApplicationHandle =
188 handle = new NativeInputWindowHandle(inputApplicationHandle, objWeak);
237 GET_FIELD_ID(gInputWindowHandleClassInfo.inputApplicationHandle,
239 "inputApplicationHandle", "Lcom/android/server/input/InputApplicationHandle;")
    [all...]
com_android_server_input_InputManagerService.cpp 116 const sp<InputApplicationHandle>& inputApplicationHandle) {
117 if (inputApplicationHandle == NULL) {
120 return static_cast<NativeInputApplicationHandle*>(inputApplicationHandle.get())->
194 virtual nsecs_t notifyANR(const sp<InputApplicationHandle>& inputApplicationHandle,
557 nsecs_t NativeInputManager::notifyANR(const sp<InputApplicationHandle>& inputApplicationHandle,
566 getInputApplicationHandleObjLocalRef(env, inputApplicationHandle);
675 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;
424 final InputApplicationHandle handle = newApp.mInputApplicationHandle;
  /frameworks/base/services/input/tests/
InputDispatcher_test.cpp 52 virtual nsecs_t notifyANR(const sp<InputApplicationHandle>& inputApplicationHandle,

Completed in 199 milliseconds