Home
last modified time | relevance | path

Searched refs:xPos (Results 1 - 23 of 23) sorted by relevance

/foundation/multimodalinput/input/tools/event_inject/src/
H A Dprocessing_finger_device.cpp57 touchPadCoordinates.xPos = posXYItem.xPos; in AnalysisTouchPadFingerDate()
72 int32_t xPos = 0; in AnalysisTouchPadFingerPressData() local
75 xPos = touchPadInputEvent.events[i].xPos; in AnalysisTouchPadFingerPressData()
80 SetPositionX(inputEventArray, FINGER_BLOCK_TIME, xPos); in AnalysisTouchPadFingerPressData()
87 SetEvAbsX(inputEventArray, FINGER_BLOCK_TIME, xPos); in AnalysisTouchPadFingerPressData()
96 int32_t xPos = 0; in AnalysisTouchPadFingerMoveData() local
99 xPos = touchPadInputEvent.events[i].xPos; in AnalysisTouchPadFingerMoveData()
[all...]
H A Dprocessing_touch_screen_device.cpp74 touchScreenCoordinates.xPos = posXYItem.xPos; in AnalysisTouchScreenDate()
94 touchSingleEventData.xPos = item.xPos; in AnalysisSingleTouchScreenDate()
107 int32_t xPos = 0; in AnalysisTouchScreenPressData() local
110 xPos = touchScreenInputEvent.events[i].xPos; in AnalysisTouchScreenPressData()
114 SetPositionX(inputEventArray, 0, xPos); in AnalysisTouchScreenPressData()
123 int32_t xPos = 0; in AnalysisTouchScreenMoveData() local
126 xPos in AnalysisTouchScreenMoveData()
[all...]
H A Dprocessing_pen_device.cpp61 SetEvAbsX(inputEventArray, 0, penEvent.xPos); in SetPenApproachPadEvent()
91 SetEvAbsX(inputEventArray, 0, penEvent.xPos); in SetPenSlidePadEvent()
172 penEvent.xPos = event.xPos; in AnalysisPenApproachPadEvent()
187 penEvent.xPos = event.xPos; in AnalysisPenSlidePadEvent()
211 penEvent.xPos = event.xPos; in AnalysisPenLeavePadEvent()
H A Dinput_parse.cpp110 cJSON* xPos = cJSON_GetArrayItem(eventArray, 0); in ParseEvents() local
111 if (!cJSON_IsNumber(xPos)) { in ParseEvents()
112 MMI_HILOGE("The xPos is not number"); in ParseEvents()
116 pos.xPos = xPos->valueint; in ParseEvents()
142 GetJsonData(eventInfo, "xPos", event.xPos); in ParseEventsObj()
183 ss << "pos(" << xPos << "," << yPos << ")"; in ToString()
203 << ",xPos:" << xPos in ToString()
[all...]
H A Dprocessing_mouse_device.cpp71 mouseEvent.xPos = item.xPos; in AnalysisMouseEvent()
109 SetRelX(inputEventArray, mouseEvent.blockTime, mouseEvent.xPos); in TransformMouseMoveEvent()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/linear_layout/
H A Dlinear_layout_utils.cpp227 float xPos = 0.0f; in Layout() local
232 auto offset = AdjustChildOnDirection(child, OffsetF(xPos, yOffset), dir, width); in Layout()
234 xPos += frameSize.Width(); in Layout()
235 xPos += space; in Layout()
297 float xPos = 0.0f; in LayoutCondition() local
309 xPos += blankSpace; in LayoutCondition()
313 xPos += blankSpace; in LayoutCondition()
320 xPos += blankSpace / 2; in LayoutCondition()
324 xPos += blankSpace; in LayoutCondition()
333 auto offset = AdjustChildOnDirection(child, OffsetF(xPos, yOffse in LayoutCondition()
[all...]
/foundation/multimodalinput/input/tools/event_inject/include/
H A Dinput_parse.h25 int32_t xPos { 0 };
37 int32_t xPos { 0 };
H A Dprocessing_touch_screen_device.h27 int32_t xPos { 0 };
35 int32_t xPos { 0 };
H A Dprocessing_finger_device.h26 int32_t xPos { 0 };
H A Dprocessing_mouse_device.h26 int32_t xPos { 0 };
H A Dprocessing_pen_device.h27 int32_t xPos { 0 };
/foundation/arkui/ace_engine/test/mock/core/rosen/
H A Dtesting_camera.h35 virtual void SetCameraPos(float xPos, float yPos, float zPos) {} in SetCameraPos() argument
/foundation/arkui/ui_lite/test/uitest/test_vector_font/
H A Dui_test_vector_font.h83 int16_t xPos = 50; // 50: x initial position member in OHOS::UITestVectorFont
/foundation/distributedhardware/distributed_screen/services/common/databuffer/include/
H A Ddata_buffer.h28 uint32_t xPos; member
/foundation/arkui/ui_lite/test/uitest/test_ui_analog_clock/
H A Dui_test_analog_clock.cpp144 int16_t xPos = clock_->GetX(); variable
148 xPos -= grid_;
150 xPos += grid_;
156 clock_->SetPosition(xPos, yPos);
/foundation/distributedhardware/distributed_screen/services/common/imageJpeg/src/
H A Djpeg_image_processor.cpp151 if (item.xPos > screenWidth || item.yPos > screenHeight || in DecodeDamageData()
152 item.width > screenWidth - item.xPos || item.height > screenHeight - item.yPos) { in DecodeDamageData()
196 uint8_t *yData = lastFrameIdx + (configParam_.GetScreenWidth() * rect.yPos + rect.xPos); in ReplaceDamage2LastFrame()
198 (configParam_.GetScreenWidth() * (rect.yPos / TWO) + rect.xPos); in ReplaceDamage2LastFrame()
/foundation/arkui/ui_lite/test/uitest/test_button/
H A Dui_test_button.cpp454 int16_t xPos = uiView_->GetX(); variable
458 xPos = xPos - grid_;
460 xPos = xPos + grid_;
466 uiView_->SetX(xPos);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/
H A Dbutton_model_ng.h85 static void TriggerClick(FrameNode* frameNode, double xPos, double yPos);
H A Dbutton_pattern.cpp473 void ButtonPattern::SetButtonPress(double xPos, double yPos) in SetButtonPress() argument
488 auto x = Dimension(xPos, DimensionUnit::VP); in SetButtonPress()
490 info.SetLocalLocation(Offset(xPos, yPos)); in SetButtonPress()
H A Dbutton_model_ng.cpp579 void ButtonModelNG::TriggerClick(FrameNode* frameNode, double xPos, double yPos) in TriggerClick() argument
589 pattern->SetButtonPress(xPos, yPos); in TriggerClick()
H A Dbutton_pattern.h340 void SetButtonPress(double xPos, double yPos);
/foundation/distributedhardware/distributed_screen/services/screentransport/screendatachannel/src/
H A Dscreen_data_channel_impl.cpp360 {KEY_POINT_DIRTY_X, item.xPos}, in DirtyVecToJson()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_button_bridge.cpp68 double xPos = firstArg->ToNumber(vm)->Value(); in JsButtonClickCallback() local
77 ButtonModelNG::TriggerClick(frameNode, xPos, yPos); in JsButtonClickCallback()

Completed in 13 milliseconds