/foundation/multimodalinput/input/tools/event_inject/src/ |
H A D | processing_finger_device.cpp | 57 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 D | processing_touch_screen_device.cpp | 74 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 D | processing_pen_device.cpp | 61 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 D | input_parse.cpp | 110 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 D | processing_mouse_device.cpp | 71 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 D | linear_layout_utils.cpp | 227 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 D | input_parse.h | 25 int32_t xPos { 0 }; 37 int32_t xPos { 0 };
|
H A D | processing_touch_screen_device.h | 27 int32_t xPos { 0 }; 35 int32_t xPos { 0 };
|
H A D | processing_finger_device.h | 26 int32_t xPos { 0 };
|
H A D | processing_mouse_device.h | 26 int32_t xPos { 0 };
|
H A D | processing_pen_device.h | 27 int32_t xPos { 0 };
|
/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 | 83 int16_t xPos = 50; // 50: x initial position member in OHOS::UITestVectorFont
|
/foundation/distributedhardware/distributed_screen/services/common/databuffer/include/ |
H A D | data_buffer.h | 28 uint32_t xPos; member
|
/foundation/arkui/ui_lite/test/uitest/test_ui_analog_clock/ |
H A D | ui_test_analog_clock.cpp | 144 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 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 | 454 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 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 488 auto x = Dimension(xPos, 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 | 360 {KEY_POINT_DIRTY_X, item.xPos}, in DirtyVecToJson()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_button_bridge.cpp | 68 double xPos = firstArg->ToNumber(vm)->Value(); in JsButtonClickCallback() local 77 ButtonModelNG::TriggerClick(frameNode, xPos, yPos); in JsButtonClickCallback()
|