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

/frameworks/base/services/core/java/com/android/server/input/
H A DInputWindowHandle.java56 public int frameBottom; field in class:InputWindowHandle
/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputWindowHandle.cpp44 jfieldID frameBottom; member in struct:android::__anon1062
125 mInfo->frameBottom = env->GetIntField(obj,
126 gInputWindowHandleClassInfo.frameBottom);
267 GET_FIELD_ID(gInputWindowHandleClassInfo.frameBottom, clazz,
268 "frameBottom", "I");
/frameworks/native/services/inputflinger/
H A DInputWindow.h122 int32_t frameBottom; member in struct:android::InputWindowInfo

Completed in 1556 milliseconds