Home
last modified time | relevance | path

Searched refs:frameTop (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()
83 output.writeInt32(frameTop); in write()
121 ret.frameTop = from.readInt32(); in read()
/frameworks/native/libs/input/tests/
DInputWindow_test.cpp49 i.frameTop = 34; in TEST()
81 ASSERT_EQ(i.frameTop, i2.frameTop); in TEST()
/frameworks/base/core/java/android/view/
DInputWindowHandle.java57 public int frameTop; field in InputWindowHandle
126 .append(", frame=[").append(frameLeft).append(",").append(frameTop).append(",") in toString()
/frameworks/base/core/jni/
Dandroid_hardware_input_InputWindowHandle.cpp51 jfieldID frameTop; member
123 mInfo.frameTop = env->GetIntField(obj, in updateInfo()
124 gInputWindowHandleClassInfo.frameTop); in updateInfo()
299 GET_FIELD_ID(gInputWindowHandleClassInfo.frameTop, clazz, in register_android_view_InputWindowHandle()
/frameworks/native/include/input/
DInputWindow.h136 int32_t frameTop = -1; member
/frameworks/native/services/surfaceflinger/
DLayerProtoHelper.cpp137 LayerProtoHelper::writeToProto({inputInfo.frameLeft, inputInfo.frameTop, inputInfo.frameRight, in writeToProto()
DLayer.cpp2425 info.frameTop = layerBounds.top; in fillInputInfo()
2431 info.touchableRegion = info.touchableRegion.translate(info.frameLeft, info.frameTop); in fillInputInfo()
/frameworks/native/services/inputflinger/benchmarks/
DInputDispatcher_benchmarks.cpp168 mInfo.frameTop = mFrame.top; in updateInfo()
/frameworks/base/services/core/java/com/android/server/wm/
DTaskPositioner.java259 mDragWindowHandle.frameTop = displayBounds.top; in register()
DInputMonitor.java288 inputWindowHandle.frameTop = frame.top; in populateInputWindowHandle()
DDragState.java298 mDragWindowHandle.frameTop = 0; in InputInterceptor()
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp859 -windowInfo->frameTop); in findTouchedGestureMonitorsLocked()
1292 -windowInfo->frameLeft, -windowInfo->frameTop); in dispatchMotionLocked()
2028 it->addPointers(pointerIds, -windowInfo->frameLeft, -windowInfo->frameTop, in addWindowTargetLocked()
2825 target.setDefaultPointerInfo(-windowInfo->frameLeft, -windowInfo->frameTop, in synthesizeCancelationEventsForConnectionLocked()
2891 target.setDefaultPointerInfo(-windowInfo->frameLeft, -windowInfo->frameTop, in synthesizePointerDownEventsForConnectionLocked()
4149 windowInfo->frameTop, windowInfo->frameRight, in dumpDispatchStateLocked()
/frameworks/native/services/inputflinger/tests/
DInputDispatcher_test.cpp772 mInfo.frameTop = 0; in FakeWindowHandle()
801 mInfo.frameTop = frame.top; in setFrame()
2164 float y = windowInfo->windowYScale * (point.y - windowInfo->frameTop); in getPointInWindow()