Searched refs:InputApplicationHandle (Results 1 - 19 of 19) sorted by relevance

/frameworks/base/services/input/
H A DInputApplication.cpp25 // --- InputApplicationHandle ---
27 InputApplicationHandle::InputApplicationHandle() : function in class:android::InputApplicationHandle
31 InputApplicationHandle::~InputApplicationHandle() {
35 void InputApplicationHandle::releaseInfo() {
H A DInputApplication.h43 class InputApplicationHandle : public RefBase { class in namespace:android
75 InputApplicationHandle();
76 virtual ~InputApplicationHandle();
H A DInputWindow.cpp49 InputWindowHandle::InputWindowHandle(const sp<InputApplicationHandle>& inputApplicationHandle) :
H A DInputWindow.h161 const sp<InputApplicationHandle> inputApplicationHandle;
197 InputWindowHandle(const sp<InputApplicationHandle>& inputApplicationHandle);
H A DInputDispatcher.h202 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;
958 sp<InputApplicationHandle> mFocusedApplicationHandle;
991 sp<InputApplicationHandle> mInputTargetWaitApplicationHandle;
998 const sp<InputApplicationHandle>& applicationHandle,
1023 String8 getApplicationWindowLabelLocked(const sp<InputApplicationHandle>& applicationHandle,
1076 nsecs_t currentTime, const sp<InputApplicationHandle>& applicationHandle,
H A DInputDispatcher.cpp925 const sp<InputApplicationHandle>& applicationHandle,
1710 const sp<InputApplicationHandle>& applicationHandle,
2888 const sp<InputApplicationHandle>& inputApplicationHandle) {
3354 nsecs_t currentTime, const sp<InputApplicationHandle>& applicationHandle,
/frameworks/base/services/java/com/android/server/input/
H A DInputApplicationHandle.java25 public final class InputApplicationHandle { class
42 public InputApplicationHandle(Object appWindowToken) { method in class:InputApplicationHandle
H A DInputWindowHandle.java34 public final InputApplicationHandle inputApplicationHandle;
95 public InputWindowHandle(InputApplicationHandle inputApplicationHandle,
H A DInputManagerService.java177 InputApplicationHandle application);
1045 public void setFocusedApplication(InputApplicationHandle application) {
1294 private long notifyANR(InputApplicationHandle inputApplicationHandle,
1479 public long notifyANR(InputApplicationHandle inputApplicationHandle,
/frameworks/base/services/jni/
H A Dcom_android_server_input_InputApplicationHandle.h27 class NativeInputApplicationHandle : public InputApplicationHandle {
41 extern sp<InputApplicationHandle> android_server_InputApplicationHandle_getHandle(
H A Dcom_android_server_input_InputWindowHandle.h29 NativeInputWindowHandle(const sp<InputApplicationHandle>& inputApplicationHandle,
H A Dcom_android_server_input_InputApplicationHandle.cpp17 #define LOG_TAG "InputApplicationHandle"
85 sp<InputApplicationHandle> android_server_InputApplicationHandle_getHandle(
138 int res = jniRegisterNativeMethods(env, "com/android/server/input/InputApplicationHandle",
143 FIND_CLASS(clazz, "com/android/server/input/InputApplicationHandle");
H A Dcom_android_server_input_InputWindowHandle.cpp64 const sp<InputApplicationHandle>& inputApplicationHandle, jweak objWeak) :
180 sp<InputApplicationHandle> inputApplicationHandle =
236 "inputApplicationHandle", "Lcom/android/server/input/InputApplicationHandle;");
H A Dcom_android_server_input_InputManagerService.cpp115 const sp<InputApplicationHandle>& inputApplicationHandle) {
193 virtual nsecs_t notifyANR(const sp<InputApplicationHandle>& inputApplicationHandle,
555 nsecs_t NativeInputManager::notifyANR(const sp<InputApplicationHandle>& inputApplicationHandle,
670 sp<InputApplicationHandle> applicationHandle =
1315 { "nativeSetFocusedApplication", "(ILcom/android/server/input/InputApplicationHandle;)V",
1377 "(Lcom/android/server/input/InputApplicationHandle;Lcom/android/server/input/InputWindowHandle;)J");
/frameworks/base/services/java/com/android/server/wm/
H A DFakeWindowImpl.java19 import com.android.server.input.InputApplicationHandle;
34 final InputApplicationHandle mApplicationHandle;
55 mApplicationHandle = new InputApplicationHandle(null);
H A DAppWindowToken.java21 import com.android.server.input.InputApplicationHandle;
101 final InputApplicationHandle mInputApplicationHandle;
109 mInputApplicationHandle = new InputApplicationHandle(this);
H A DDragState.java19 import com.android.server.input.InputApplicationHandle;
58 InputApplicationHandle mDragApplicationHandle;
106 mDragApplicationHandle = new InputApplicationHandle(null);
H A DInputMonitor.java20 import com.android.server.input.InputApplicationHandle;
90 public long notifyANR(InputApplicationHandle inputApplicationHandle,
400 final InputApplicationHandle handle = newApp.mInputApplicationHandle;
/frameworks/base/services/input/tests/
H A DInputDispatcher_test.cpp52 virtual nsecs_t notifyANR(const sp<InputApplicationHandle>& inputApplicationHandle,

Completed in 197 milliseconds