Searched refs:frameTop (Results 1 – 13 of 13) sorted by relevance
/frameworks/native/libs/input/ |
D | InputWindow.cpp | 42 && 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/ |
D | InputWindow_test.cpp | 49 i.frameTop = 34; in TEST() 81 ASSERT_EQ(i.frameTop, i2.frameTop); in TEST()
|
/frameworks/base/core/java/android/view/ |
D | InputWindowHandle.java | 57 public int frameTop; field in InputWindowHandle 126 .append(", frame=[").append(frameLeft).append(",").append(frameTop).append(",") in toString()
|
/frameworks/base/core/jni/ |
D | android_hardware_input_InputWindowHandle.cpp | 51 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/ |
D | InputWindow.h | 136 int32_t frameTop = -1; member
|
/frameworks/native/services/surfaceflinger/ |
D | LayerProtoHelper.cpp | 137 LayerProtoHelper::writeToProto({inputInfo.frameLeft, inputInfo.frameTop, inputInfo.frameRight, in writeToProto()
|
D | Layer.cpp | 2425 info.frameTop = layerBounds.top; in fillInputInfo() 2431 info.touchableRegion = info.touchableRegion.translate(info.frameLeft, info.frameTop); in fillInputInfo()
|
/frameworks/native/services/inputflinger/benchmarks/ |
D | InputDispatcher_benchmarks.cpp | 168 mInfo.frameTop = mFrame.top; in updateInfo()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | TaskPositioner.java | 259 mDragWindowHandle.frameTop = displayBounds.top; in register()
|
D | InputMonitor.java | 288 inputWindowHandle.frameTop = frame.top; in populateInputWindowHandle()
|
D | DragState.java | 298 mDragWindowHandle.frameTop = 0; in InputInterceptor()
|
/frameworks/native/services/inputflinger/dispatcher/ |
D | InputDispatcher.cpp | 859 -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/ |
D | InputDispatcher_test.cpp | 772 mInfo.frameTop = 0; in FakeWindowHandle() 801 mInfo.frameTop = frame.top; in setFrame() 2164 float y = windowInfo->windowYScale * (point.y - windowInfo->frameTop); in getPointInWindow()
|