Searched refs:tip (Results 1 - 10 of 10) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components/tip/ |
H A D | tip_element.cpp | 16 #include "core/components/tip/tip_element.h" 18 #include "core/components/tip/tip_component.h" 24 RefPtr<TipComponent> tip = AceType::DynamicCast<TipComponent>(component_); in PerformBuild() local 25 if (tip) { in PerformBuild() 27 UpdateChild(child, tip->GetChild()); in PerformBuild()
|
H A D | render_tip.cpp | 16 #include "core/components/tip/render_tip.h" 18 #include "core/components/tip/tip_component.h" 31 const RefPtr<TipComponent> tip = AceType::DynamicCast<TipComponent>(component); in Update() local 32 if (tip) { in Update() 33 bgColor_ = tip->GetBgColor(); in Update() 34 direction_ = tip->GetDirection(); in Update()
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_search_ffi.cpp | 59 std::optional<std::string> tip = value.placeholder; in FfiOHOSAceFrameworkSearchCreateByIconID() local 65 SearchModel::GetInstance()->Create(key, tip, src); in FfiOHOSAceFrameworkSearchCreateByIconID() 69 auto controller = SearchModel::GetInstance()->Create(key, tip, src); in FfiOHOSAceFrameworkSearchCreateByIconID()
|
/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | container.cpp | 174 std::string tip("container not support, type:"); in Dump() 175 tip.append(AceType::TypeName(this)); in Dump() 176 info.emplace_back(tip); in Dump()
|
/foundation/multimodalinput/input/service/window_manager/include/ |
H A D | i_input_windows_manager.h | 129 virtual bool CalculateTipPoint(struct libinput_event_tablet_tool* tip,
|
H A D | input_windows_manager.h | 138 bool TransformTipPoint(struct libinput_event_tablet_tool* tip, PhysicalCoordinate& coord, int32_t& displayId) const; 139 bool CalculateTipPoint(struct libinput_event_tablet_tool* tip,
|
/foundation/arkui/ace_engine/advanced_ui_component/exceptionprompt/interfaces/ |
H A D | exceptionprompt.js | 170 Text.create(this.options.tip);
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_search.cpp | 197 std::optional<std::string> tip; in Create() local 205 tip = ""; in Create() 208 tip = placeholder; in Create() 237 auto controller = SearchModel::GetInstance()->Create(key, tip, src); in Create()
|
/foundation/communication/ipc/ipc/test/serializer/ |
H A D | utils_serializer_test.cpp | 53 char tip; member 508 EXPECT_EQ(unpad.tip, unpadRead->tip); in HWTEST_F()
|
/foundation/multimodalinput/input/service/window_manager/src/ |
H A D | input_windows_manager.cpp | 1733 bool InputWindowsManager::TransformTipPoint(struct libinput_event_tablet_tool* tip, in UpdateDisplayInfo() argument 1736 CHKPF(tip); in UpdateDisplayInfo() 1750 .x = libinput_event_tablet_tool_get_x_transformed(tip, width), in UpdateDisplayInfo() 1751 .y = libinput_event_tablet_tool_get_y_transformed(tip, height), in UpdateDisplayInfo() 1760 bool InputWindowsManager::CalculateTipPoint(struct libinput_event_tablet_tool* tip, in UpdateDisplayInfo() argument 1763 CHKPF(tip); in UpdateDisplayInfo() 1764 if (!TransformTipPoint(tip, coord, targetDisplayId)) { in UpdateDisplayInfo()
|
Completed in 14 milliseconds