Home
last modified time | relevance | path

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

/frameworks/native/libs/input/
DInputWindow.cpp42 && y >= frameTop && y < frameBottom; in frameContainsPoint()
65 && frameTop < other->frameBottom && frameBottom > other->frameTop; in overlaps()
85 output.writeInt32(frameBottom); in write()
123 ret.frameBottom = from.readInt32(); in read()
/frameworks/native/libs/input/tests/
DInputWindow_test.cpp51 i.frameBottom = 19; in TEST()
83 ASSERT_EQ(i.frameBottom, i2.frameBottom); in TEST()
/frameworks/base/core/java/android/view/
DInputWindowHandle.java59 public int frameBottom; field in InputWindowHandle
127 .append(frameRight).append(",").append(frameBottom).append("]") in toString()
/frameworks/base/core/jni/
Dandroid_hardware_input_InputWindowHandle.cpp53 jfieldID frameBottom; member
127 mInfo.frameBottom = env->GetIntField(obj, in updateInfo()
128 gInputWindowHandleClassInfo.frameBottom); in updateInfo()
305 GET_FIELD_ID(gInputWindowHandleClassInfo.frameBottom, clazz, in register_android_view_InputWindowHandle()
/frameworks/native/include/input/
DInputWindow.h138 int32_t frameBottom = -1; member
/frameworks/native/services/surfaceflinger/
DLayerProtoHelper.cpp138 inputInfo.frameBottom}, in writeToProto()
DLayer.cpp2412 info.frameBottom = layerBounds.bottom; in fillInputInfo()
/frameworks/native/services/inputflinger/benchmarks/
DInputDispatcher_benchmarks.cpp170 mInfo.frameBottom = mFrame.bottom; in updateInfo()
/frameworks/base/services/core/java/com/android/server/wm/
DTaskPositioner.java263 mDragWindowHandle.frameBottom = displayBounds.bottom; in register()
DInputMonitor.java279 inputWindowHandle.frameBottom = frame.bottom; in populateInputWindowHandle()
DDragState.java302 mDragWindowHandle.frameBottom = mDisplaySize.y; in InputInterceptor()
/frameworks/native/services/inputflinger/tests/
DInputDispatcher_test.cpp774 mInfo.frameBottom = HEIGHT; in FakeWindowHandle()
803 mInfo.frameBottom = frame.bottom; in setFrame()
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp4150 windowInfo->frameBottom, windowInfo->globalScaleFactor, in dumpDispatchStateLocked()