Searched refs:frameBottom (Results 1 – 12 of 12) sorted by relevance
42 && y >= frameTop && y < frameBottom; in frameContainsPoint()64 && frameTop < other->frameBottom && frameBottom > other->frameTop; in overlaps()83 output.writeInt32(frameBottom); in write()126 ret.frameBottom = from.readInt32(); in read()
50 i.frameBottom = 19; in TEST()82 ASSERT_EQ(i.frameBottom, i2.frameBottom); in TEST()
61 public int frameBottom; field in InputWindowHandle135 .append(frameRight).append(",").append(frameBottom).append("]") in toString()
51 jfieldID frameBottom; member126 mInfo.frameBottom = env->GetIntField(obj, in updateInfo()127 gInputWindowHandleClassInfo.frameBottom); in updateInfo()299 GET_FIELD_ID(gInputWindowHandleClassInfo.frameBottom, clazz, in register_android_view_InputWindowHandle()
133 int32_t frameBottom; member
134 inputInfo.frameBottom}, in writeToProto()
2079 info.frameBottom = layerBounds.bottom; in fillInputInfo()
274 inputWindowHandle.frameBottom = frame.bottom; in populateInputWindowHandle()
302 mDragWindowHandle.frameBottom = p.y; in register()
304 mDragWindowHandle.frameBottom = mDisplaySize.y; in InputInterceptor()
466 mInfo.frameBottom = mFrame.bottom; in updateInfo()
3671 windowInfo->frameRight, windowInfo->frameBottom, in dumpDispatchStateLocked()