Searched refs:touchableAreaRight (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/services/java/com/android/server/
H A DInputWindow.java55 public int touchableAreaRight; field in class:InputWindow
H A DWindowManagerService.java5214 inputWindow.touchableAreaRight = frame.right;
5222 inputWindow.touchableAreaRight = frame.right - inset.right;
5231 inputWindow.touchableAreaRight = frame.right - inset.right;
/frameworks/base/services/jni/
H A Dcom_android_server_InputManager.cpp100 jfieldID touchableAreaRight; member in struct:android::__anon715
741 jint touchableAreaRight = env->GetIntField(windowObj, local
742 gInputWindowClassInfo.touchableAreaRight);
779 outWindow.touchableAreaRight = touchableAreaRight;
1472 GET_FIELD_ID(gInputWindowClassInfo.touchableAreaRight, gInputWindowClassInfo.clazz,
1473 "touchableAreaRight", "I");
/frameworks/base/include/ui/
H A DInputDispatcher.h202 int32_t touchableAreaRight; member in struct:android::InputWindow
/frameworks/base/libs/ui/
H A DInputDispatcher.cpp148 return x >= touchableAreaLeft && x <= touchableAreaRight
2716 window.touchableAreaRight, window.touchableAreaBottom,

Completed in 2075 milliseconds