Home
last modified time | relevance | path

Searched defs:offsetValue (Results 1 – 17 of 17) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/focus_animation/
Drosen_render_focus_animation.cpp216 …double offsetValue = NormalizeToPx(Dimension(FOCUS_ANIMATION_OFFSET, DimensionUnit::VP)) * MULTIPL… in PaintTVFocus() local
304 …double offsetValue = NormalizeToPx(Dimension(PHONE_FOCUS_OFFSET, DimensionUnit::VP)) * MULTIPLE_FA… in PaintPhoneFocus() local
314 …double offsetValue = NormalizeToPx(Dimension(PHONE_INDENTED_FOCUS_OFFSET, DimensionUnit::VP)) * MU… in PaintPhoneFocus() local
345 …double offsetValue = NormalizeToPx(Dimension(PHONE_FOCUS_OFFSET, DimensionUnit::VP)) * MULTIPLE_FA… in PaintPhoneFocus() local
355 …double offsetValue = NormalizeToPx(Dimension(PHONE_INDENTED_FOCUS_OFFSET, DimensionUnit::VP)) * MU… in PaintPhoneFocus() local
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
Dcj_refresh_ffi.cpp31 void FfiOHOSAceFrameworkRefreshCreate(bool refreshing, double offsetValue, int32_t offsetUnit, int3… in FfiOHOSAceFrameworkRefreshCreate()
68 void FfiOHOSAceFrameworkRefreshCreateWithChangeEvent(bool refreshing, double offsetValue, in FfiOHOSAceFrameworkRefreshCreateWithChangeEvent()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/
Ddialog_layout_property.h95 auto offsetValue = JsonUtil::Create(true); in ToJsonValue() local
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/
Dcanvas_gradient.cpp31 void NativeCanvasGradient::AddColorStop(double offsetValue, const Color& colorValue) in AddColorStop()
/foundation/multimedia/player_framework/test/fuzztest/common/
Dtest_player.cpp99 int32_t offsetValue = 0; in SetFdSource() local
/foundation/ai/neural_network_runtime/test/unittest/ops/
Dcrop_test.cpp80 int64_t* offsetValue = new (std::nothrow) int64_t[1] {1}; in SaveOffset() local
218 float* offsetValue = new (std::nothrow) float[1] {1.0f}; in __anon2b62560e0202() variable
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
Ddom_grid_column.cpp129 std::unique_ptr<JsonValue> offsetValue = jsonValue->GetValue(DOM_GRID_COLUMN_OFFSET); in ParseSpanAndOffset() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toast/
Dtoast_layout_property.h111 auto offsetValue = JsonUtil::Create(true); in ToJsonValue() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/dialog/
Djs_custom_dialog_controller.cpp149 auto offsetValue = constructorArg->GetProperty("offset"); in ConstructorCallback() local
Djs_alert_dialog.cpp335 auto offsetValue = obj->GetProperty("offset"); in ParseAlertOffset() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/action_sheet/
Djs_action_sheet.cpp275 auto offsetValue = obj->GetProperty("offset"); in ParseOffset() local
/foundation/multimedia/player_framework/test/fuzztest/player_fuzztest/playerstub_fuzzer/
Dplayer_service_proxy_fuzzer.cpp176 int64_t offsetValue; in SetFdSourceStatic() local
248 …int64_t offsetValue = *reinterpret_cast<uint32_t *>(inputData) % *reinterpret_cast<int64_t *>(inpu… in AddSubFdSourceStatic() local
/foundation/arkui/ace_engine/frameworks/bridge/common/utils/
Dutils.h369 std::string offsetValue; in ConvertStrToOffset() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_datepicker.cpp1058 auto offsetValue = paramObject->GetProperty("offset"); in UpdatePickerDialogPositionInfo() local
1746 auto offsetValue = paramObject->GetProperty("offset"); in Show() local
Djs_textpicker.cpp1492 auto offsetValue = paramObject->GetProperty("offset"); in Show() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/slider/
Dslider_Extend_test_ng.cpp1546 float offsetValue { 0.0f }; member
/foundation/arkui/ace_engine/interfaces/native/node/
Dstyle_modifier.cpp9181 std::array<float, TWO> offsetValue = { xDimension.Value(), yDimension.Value() }; in SetOffset() local