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

/frameworks/base/services/java/com/android/server/
H A DInputWindow.java41 public int frameLeft; field in class:InputWindow
H A DWindowManagerService.java5198 inputWindow.frameLeft = frame.left;
/frameworks/base/services/jni/
H A Dcom_android_server_InputManager.cpp90 jfieldID frameLeft; member in struct:android::__anon715
721 jint frameLeft = env->GetIntField(windowObj, local
722 gInputWindowClassInfo.frameLeft);
769 outWindow.frameLeft = frameLeft;
1442 GET_FIELD_ID(gInputWindowClassInfo.frameLeft, gInputWindowClassInfo.clazz,
1443 "frameLeft", "I");
/frameworks/base/include/ui/
H A DInputDispatcher.h192 int32_t frameLeft; member in struct:android::InputWindow
/frameworks/base/libs/ui/
H A DInputDispatcher.cpp153 return x >= frameLeft && x <= frameRight
1328 target.xOffset = - window->frameLeft;
1965 xOffset = -window->frameLeft;
2711 window.frameLeft, window.frameTop,

Completed in 103 milliseconds