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

/frameworks/base/services/java/com/android/server/wm/
H A DInputWindowHandle.java57 public int frameBottom; field in class:InputWindowHandle
/frameworks/base/services/jni/
H A Dcom_android_server_InputWindowHandle.cpp43 jfieldID frameBottom; member in struct:android::__anon1190
121 mInfo->frameBottom = env->GetIntField(obj,
122 gInputWindowHandleClassInfo.frameBottom);
259 GET_FIELD_ID(gInputWindowHandleClassInfo.frameBottom, clazz,
260 "frameBottom", "I");
/frameworks/base/services/input/
H A DInputWindow.h123 int32_t frameBottom; member in struct:android::InputWindowInfo

Completed in 109 milliseconds