Home
last modified time | relevance | path

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

/frameworks/native/libs/input/
DInputWindow.cpp42 && 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()
/frameworks/native/libs/input/tests/
DInputWindow_test.cpp50 i.frameBottom = 19; in TEST()
82 ASSERT_EQ(i.frameBottom, i2.frameBottom); in TEST()
/frameworks/base/core/java/android/view/
DInputWindowHandle.java61 public int frameBottom; field in InputWindowHandle
135 .append(frameRight).append(",").append(frameBottom).append("]") in toString()
/frameworks/base/core/jni/
Dandroid_hardware_input_InputWindowHandle.cpp51 jfieldID frameBottom; member
126 mInfo.frameBottom = env->GetIntField(obj, in updateInfo()
127 gInputWindowHandleClassInfo.frameBottom); in updateInfo()
299 GET_FIELD_ID(gInputWindowHandleClassInfo.frameBottom, clazz, in register_android_view_InputWindowHandle()
/frameworks/native/include/input/
DInputWindow.h133 int32_t frameBottom; member
/frameworks/native/services/surfaceflinger/
DLayerProtoHelper.cpp134 inputInfo.frameBottom}, in writeToProto()
DLayer.cpp2079 info.frameBottom = layerBounds.bottom; in fillInputInfo()
/frameworks/base/services/core/java/com/android/server/wm/
DInputMonitor.java274 inputWindowHandle.frameBottom = frame.bottom; in populateInputWindowHandle()
DTaskPositioner.java302 mDragWindowHandle.frameBottom = p.y; in register()
DDragState.java304 mDragWindowHandle.frameBottom = mDisplaySize.y; in InputInterceptor()
/frameworks/native/services/inputflinger/tests/
DInputDispatcher_test.cpp466 mInfo.frameBottom = mFrame.bottom; in updateInfo()
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp3671 windowInfo->frameRight, windowInfo->frameBottom, in dumpDispatchStateLocked()