/foundation/multimodalinput/input/tools/event_inject/src/ |
H A D | processing_finger_device.cpp | 58 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 D | processing_touch_screen_device.cpp | 75 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 D | processing_pen_device.cpp | 62 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 D | input_parse.cpp | 117 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 D | processing_mouse_device.cpp | 72 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 D | linear_layout_utils.cpp | 210 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 D | input_parse.h | 26 int32_t yPos { 0 }; 38 int32_t yPos { 0 };
|
H A D | processing_touch_screen_device.h | 28 int32_t yPos { 0 }; 36 int32_t yPos { 0 };
|
H A D | processing_finger_device.h | 27 int32_t yPos { 0 };
|
H A D | processing_mouse_device.h | 27 int32_t yPos { 0 };
|
H A D | processing_pen_device.h | 28 int32_t yPos { 0 };
|
/foundation/arkui/ace_engine/frameworks/core/components/select_popup/ |
H A D | rosen_render_select_popup.cpp | 87 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 D | testing_camera.h | 35 virtual void SetCameraPos(float xPos, float yPos, float zPos) {} in SetCameraPos() argument
|
/foundation/arkui/ui_lite/test/uitest/test_vector_font/ |
H A D | ui_test_vector_font.h | 84 int16_t yPos = 5; // 5 : y initial position member in OHOS::UITestVectorFont
|
/foundation/distributedhardware/distributed_screen/services/common/databuffer/include/ |
H A D | data_buffer.h | 29 uint32_t yPos; member
|
/foundation/arkui/ui_lite/test/uitest/test_ui_analog_clock/ |
H A D | ui_test_analog_clock.cpp | 145 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 D | jpeg_image_processor.cpp | 151 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 D | ui_test_button.cpp | 455 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 D | appearance_shadow_test.cpp | 173 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 D | button_model_ng.h | 85 static void TriggerClick(FrameNode* frameNode, double xPos, double yPos);
|
H A D | button_pattern.cpp | 473 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 D | button_model_ng.cpp | 579 void ButtonModelNG::TriggerClick(FrameNode* frameNode, double xPos, double yPos) in TriggerClick() argument 589 pattern->SetButtonPress(xPos, yPos); in TriggerClick()
|
H A D | button_pattern.h | 340 void SetButtonPress(double xPos, double yPos);
|
/foundation/distributedhardware/distributed_screen/services/screentransport/screendatachannel/src/ |
H A D | screen_data_channel_impl.cpp | 361 {KEY_POINT_DIRTY_Y, item.yPos}, in DirtyVecToJson()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_button_bridge.cpp | 69 double yPos = secondArg->ToNumber(vm)->Value(); in JsButtonClickCallback() local 77 ButtonModelNG::TriggerClick(frameNode, xPos, yPos); in JsButtonClickCallback()
|