Home
last modified time | relevance | path

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

/frameworks/native/libs/input/
DInputWindow.cpp41 return x >= frameLeft && x < frameRight in frameContainsPoint()
63 return frameLeft < other->frameRight && frameRight > other->frameLeft in overlaps()
80 output.writeInt32(frameLeft); in write()
123 ret.frameLeft = from.readInt32(); in read()
/frameworks/native/libs/input/tests/
DInputWindow_test.cpp47 i.frameLeft = 93; in TEST()
79 ASSERT_EQ(i.frameLeft, i2.frameLeft); in TEST()
/frameworks/base/core/java/android/view/
DInputWindowHandle.java58 public int frameLeft; field in InputWindowHandle
134 .append(", frame=[").append(frameLeft).append(",").append(frameTop).append(",") in toString()
/frameworks/base/core/jni/
Dandroid_hardware_input_InputWindowHandle.cpp47 jfieldID frameLeft; member
113 mInfo.frameLeft = env->GetIntField(obj, in updateInfo()
114 gInputWindowHandleClassInfo.frameLeft); in updateInfo()
283 GET_FIELD_ID(gInputWindowHandleClassInfo.frameLeft, clazz, in register_android_view_InputWindowHandle()
/frameworks/native/include/input/
DInputWindow.h130 int32_t frameLeft; member
/frameworks/native/services/surfaceflinger/
DLayerProtoHelper.cpp133 LayerProtoHelper::writeToProto({inputInfo.frameLeft, inputInfo.frameTop, inputInfo.frameRight, in writeToProto()
DLayer.cpp2072 info.frameLeft = layerBounds.left; in fillInputInfo()
2079 info.touchableRegion = info.touchableRegion.translate(info.frameLeft, info.frameTop); in fillInputInfo()
/frameworks/base/services/core/java/com/android/server/wm/
DInputMonitor.java271 inputWindowHandle.frameLeft = frame.left; in populateInputWindowHandle()
DTaskPositioner.java296 mDragWindowHandle.frameLeft = 0; in register()
DDragState.java303 mDragWindowHandle.frameLeft = 0; in InputInterceptor()
/frameworks/native/services/inputflinger/tests/
DInputDispatcher_test.cpp461 mInfo.frameLeft = mFrame.left; in updateInfo()
/frameworks/native/services/inputflinger/
DInputDispatcher.cpp560 -windowInfo->frameLeft, -windowInfo->frameTop); in findTouchedGestureMonitorsLocked()
967 -windowInfo->frameLeft, -windowInfo->frameTop); in dispatchMotionLocked()
1704 target.xOffset = - windowInfo->frameLeft; in addWindowTargetLocked()
2474 target.xOffset = -windowInfo->frameLeft; in synthesizeCancelationEventsForConnectionLocked()
3672 windowInfo->frameLeft, windowInfo->frameTop, in dumpDispatchStateLocked()