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

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

Completed in 101 milliseconds