Home
last modified time | relevance | path

Searched refs:frameBottom (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/services/jni/
Dcom_android_server_input_InputWindowHandle.cpp44 jfieldID frameBottom; member
125 mInfo->frameBottom = env->GetIntField(obj, in updateInfo()
126 gInputWindowHandleClassInfo.frameBottom); in updateInfo()
268 GET_FIELD_ID(gInputWindowHandleClassInfo.frameBottom, clazz, in register_android_server_InputWindowHandle()
/frameworks/base/services/input/
DInputWindow.cpp33 && y >= frameTop && y <= frameBottom; in frameContainsPoint()
DInputWindow.h126 int32_t frameBottom; member
DInputDispatcher.cpp3139 windowInfo->frameRight, windowInfo->frameBottom, in dumpDispatchStateLocked()
/frameworks/base/services/java/com/android/server/input/
DInputWindowHandle.java57 public int frameBottom; field in InputWindowHandle
/frameworks/base/services/java/com/android/server/wm/
DFakeWindowImpl.java92 mWindowHandle.frameBottom = dh; in layout()
DInputMonitor.java201 inputWindowHandle.frameBottom = frame.bottom; in addInputWindowHandleLw()
DDragState.java141 mDragWindowHandle.frameBottom = p.y; in register()