Searched defs:InputWindowHandle (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/services/input/
H A DInputWindow.cpp47 // --- InputWindowHandle ---
49 InputWindowHandle::InputWindowHandle(const sp<InputApplicationHandle>& inputApplicationHandle) : function in class:android::InputWindowHandle
53 InputWindowHandle::~InputWindowHandle() {
57 void InputWindowHandle::releaseInfo() {
H A DInputWindow.h159 class InputWindowHandle : public RefBase { class in namespace:android
197 InputWindowHandle(const sp<InputApplicationHandle>& inputApplicationHandle);
198 virtual ~InputWindowHandle();
/frameworks/base/services/java/com/android/server/input/
H A DInputWindowHandle.java27 public final class InputWindowHandle { class
95 public InputWindowHandle(InputApplicationHandle inputApplicationHandle, method in class:InputWindowHandle

Completed in 41 milliseconds