HomeSort by relevance Sort by last modified time
    Searched defs:InputApplicationHandle (Results 1 - 3 of 3) sorted by null

  /frameworks/base/services/input/
InputApplication.cpp 25 // --- InputApplicationHandle ---
27 InputApplicationHandle::InputApplicationHandle() :
31 InputApplicationHandle::~InputApplicationHandle() {
35 void InputApplicationHandle::releaseInfo() {
InputApplication.h 43 class InputApplicationHandle : public RefBase {
75 InputApplicationHandle();
76 virtual ~InputApplicationHandle();
  /frameworks/base/services/java/com/android/server/input/
InputApplicationHandle.java 25 public final class InputApplicationHandle {
42 public InputApplicationHandle(Object appWindowToken) {

Completed in 55 milliseconds