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

/frameworks/base/services/core/java/com/android/server/input/
H A DInputWindowHandle.java53 public int frameLeft; field in class:InputWindowHandle
/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputWindowHandle.cpp41 jfieldID frameLeft; member in struct:android::__anon1007
119 mInfo->frameLeft = env->GetIntField(obj,
120 gInputWindowHandleClassInfo.frameLeft);
257 GET_FIELD_ID(gInputWindowHandleClassInfo.frameLeft, clazz,
258 "frameLeft", "I");
/frameworks/native/services/inputflinger/
H A DInputWindow.h119 int32_t frameLeft; member in struct:android::InputWindowInfo

Completed in 269 milliseconds