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

/frameworks/base/services/java/com/android/server/
H A DInputWindow.java56 public int touchableAreaBottom; field in class:InputWindow
/frameworks/base/services/jni/
H A Dcom_android_server_InputManager.cpp101 jfieldID touchableAreaBottom; member in struct:android::__anon715
743 jint touchableAreaBottom = env->GetIntField(windowObj, local
744 gInputWindowClassInfo.touchableAreaBottom);
780 outWindow.touchableAreaBottom = touchableAreaBottom;
1475 GET_FIELD_ID(gInputWindowClassInfo.touchableAreaBottom, gInputWindowClassInfo.clazz,
1476 "touchableAreaBottom", "I");
/frameworks/base/include/ui/
H A DInputDispatcher.h203 int32_t touchableAreaBottom; member in struct:android::InputWindow

Completed in 101 milliseconds