Home
last modified time | relevance | path

Searched refs:yPos (Results 1 - 25 of 25) sorted by relevance

/foundation/multimodalinput/input/tools/event_inject/src/
H A Dprocessing_finger_device.cpp58 touchPadCoordinates.yPos = posXYItem.yPos; in AnalysisTouchPadFingerDate()
71 int32_t yPos = 0; in AnalysisTouchPadFingerPressData() local
74 yPos = touchPadInputEvent.events[i].yPos; in AnalysisTouchPadFingerPressData()
81 SetPositionY(inputEventArray, FINGER_BLOCK_TIME, yPos); in AnalysisTouchPadFingerPressData()
88 SetEvAbsY(inputEventArray, FINGER_BLOCK_TIME, yPos); in AnalysisTouchPadFingerPressData()
97 int32_t yPos = 0; in AnalysisTouchPadFingerMoveData() local
100 yPos = touchPadInputEvent.events[i].yPos; in AnalysisTouchPadFingerMoveData()
[all...]
H A Dprocessing_touch_screen_device.cpp75 touchScreenCoordinates.yPos = posXYItem.yPos; in AnalysisTouchScreenDate()
95 touchSingleEventData.yPos = item.yPos; in AnalysisSingleTouchScreenDate()
106 int32_t yPos = 0; in AnalysisTouchScreenPressData() local
109 yPos = touchScreenInputEvent.events[i].yPos; in AnalysisTouchScreenPressData()
113 SetPositionY(inputEventArray, 0, yPos); in AnalysisTouchScreenPressData()
124 int32_t yPos = 0; in AnalysisTouchScreenMoveData() local
127 yPos in AnalysisTouchScreenMoveData()
[all...]
H A Dprocessing_pen_device.cpp62 SetEvAbsY(inputEventArray, 0, penEvent.yPos); in SetPenApproachPadEvent()
92 SetEvAbsY(inputEventArray, 0, penEvent.yPos); in SetPenSlidePadEvent()
168 penEvent.yPos = event.yPos; in AnalysisPenApproachPadEvent()
186 penEvent.yPos = event.yPos; in AnalysisPenSlidePadEvent()
209 penEvent.yPos = event.yPos; in AnalysisPenLeavePadEvent()
H A Dinput_parse.cpp117 cJSON* yPos = cJSON_GetArrayItem(eventArray, 1); in ParseEvents() local
118 if (!cJSON_IsNumber(yPos)) { in ParseEvents()
119 MMI_HILOGE("The yPos is not number"); in ParseEvents()
122 pos.yPos = yPos->valueint; in ParseEvents()
143 GetJsonData(eventInfo, "yPos", event.yPos); in ParseEventsObj()
183 ss << "pos(" << xPos << "," << yPos << ")"; in ToString() local
204 << ",yPos:" << yPos in ToString()
[all...]
H A Dprocessing_mouse_device.cpp72 mouseEvent.yPos = item.yPos; in AnalysisMouseEvent()
111 SetRelY(inputEventArray, mouseEvent.blockTime, mouseEvent.yPos); in TransformMouseMoveEvent()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/linear_layout/
H A Dlinear_layout_utils.cpp210 float yPos = 0.0f; in Layout() local
215 auto offset = AdjustChildOnDirection(child, OffsetF(xOffset, yPos), dir, width); in Layout()
217 yPos += frameSize.Height(); in Layout()
218 yPos += space; in Layout()
247 float yPos = 0.0f; in LayoutCondition() local
260 yPos += blankSpace; in LayoutCondition()
264 yPos += blankSpace; in LayoutCondition()
271 yPos += blankSpace / 2; in LayoutCondition()
275 yPos += blankSpace; in LayoutCondition()
285 AdjustChildOnDirection(child, OffsetF(xOffset, yPos), directio in LayoutCondition()
[all...]
/foundation/multimodalinput/input/tools/event_inject/include/
H A Dinput_parse.h26 int32_t yPos { 0 };
38 int32_t yPos { 0 };
H A Dprocessing_touch_screen_device.h28 int32_t yPos { 0 };
36 int32_t yPos { 0 };
H A Dprocessing_finger_device.h27 int32_t yPos { 0 };
H A Dprocessing_mouse_device.h27 int32_t yPos { 0 };
H A Dprocessing_pen_device.h28 int32_t yPos { 0 };
/foundation/arkui/ace_engine/frameworks/core/components/select_popup/
H A Drosen_render_select_popup.cpp87 auto yPos = isTop ? GetOptionTop() : GetOptionBottom() - NormalizeToPx(GRADIENT_HEIGHT); in PaintGradient() local
88 gradientRect.SetOffset(Offset(GetOptionLeft() + interval, yPos)); in PaintGradient()
/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.h84 int16_t yPos = 5; // 5 : y initial position member in OHOS::UITestVectorFont
/foundation/distributedhardware/distributed_screen/services/common/databuffer/include/
H A Ddata_buffer.h29 uint32_t yPos; member
/foundation/arkui/ui_lite/test/uitest/test_ui_analog_clock/
H A Dui_test_analog_clock.cpp145 int16_t yPos = clock_->GetY(); variable
152 yPos -= grid_;
154 yPos += 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.cpp455 int16_t yPos = uiView_->GetY(); variable
462 yPos = yPos - grid_;
464 yPos = yPos + grid_;
467 uiView_->SetY(yPos);
/foundation/graphic/graphic_2d/graphic_test/graphic_test/rs_display_effect/property_display/
H A Dappearance_shadow_test.cpp173 const int yPos = 1250; in GRAPHIC_TEST() local
176 testNodeParent->SetBounds({ i * SIX_HUNDRED_, yPos, FIVE_HUNDRED_, FIVE_HUNDRED_ }); in GRAPHIC_TEST()
/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
489 auto y = Dimension(yPos, 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.cpp361 {KEY_POINT_DIRTY_Y, item.yPos}, in DirtyVecToJson()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_button_bridge.cpp69 double yPos = secondArg->ToNumber(vm)->Value(); in JsButtonClickCallback() local
77 ButtonModelNG::TriggerClick(frameNode, xPos, yPos); in JsButtonClickCallback()

Completed in 14 milliseconds