Home
last modified time | relevance | path

Searched refs:offsetObj (Results 1 - 8 of 8) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/action_sheet/
H A Djs_action_sheet.cpp277 auto offsetObj = JSRef<JSObject>::Cast(offsetValue); in ParseOffset() local
279 auto dxValue = offsetObj->GetProperty("dx"); in ParseOffset()
282 auto dyValue = offsetObj->GetProperty("dy"); in ParseOffset()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/dialog/
H A Djs_custom_dialog_controller.cpp151 auto offsetObj = JSRef<JSObject>::Cast(offsetValue); in ConstructorCallback() local
153 auto dxValue = offsetObj->GetProperty("dx"); in ConstructorCallback()
156 auto dyValue = offsetObj->GetProperty("dy"); in ConstructorCallback()
H A Djs_alert_dialog.cpp319 auto offsetObj = JSRef<JSObject>::Cast(offsetValue); in ParseAlertOffset() local
321 auto dxValue = offsetObj->GetProperty("dx"); in ParseAlertOffset()
324 auto dyValue = offsetObj->GetProperty("dy"); in ParseAlertOffset()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_datepicker.cpp1066 auto offsetObj = JSRef<JSObject>::Cast(offsetValue); in UpdatePickerDialogPositionInfo() local
1068 auto dxValue = offsetObj->GetProperty("dx"); in UpdatePickerDialogPositionInfo()
1071 auto dyValue = offsetObj->GetProperty("dy"); in UpdatePickerDialogPositionInfo()
1754 auto offsetObj = JSRef<JSObject>::Cast(offsetValue); in Show() local
1756 auto dxValue = offsetObj->GetProperty("dx"); in Show()
1759 auto dyValue = offsetObj->GetProperty("dy"); in Show()
H A Djs_calendar_picker.cpp262 auto offsetObj = JSRef<JSObject>::Cast(info[1]); in SetEdgeAlign() local
264 auto dxValue = offsetObj->GetProperty("dx"); in SetEdgeAlign()
267 auto dyValue = offsetObj->GetProperty("dy"); in SetEdgeAlign()
H A Djs_select.cpp687 auto offsetObj = JSRef<JSObject>::Cast(info[1]); in SetMenuAlign() local
689 auto dxValue = offsetObj->GetProperty("dx"); in SetMenuAlign()
692 auto dyValue = offsetObj->GetProperty("dy"); in SetMenuAlign()
H A Djs_textpicker.cpp1452 auto offsetObj = JSRef<JSObject>::Cast(offsetValue); in Show() local
1454 auto dxValue = offsetObj->GetProperty("dx"); in Show()
1457 auto dyValue = offsetObj->GetProperty("dy"); in Show()
H A Djs_view_abstract.cpp954 auto offsetObj = JSRef<JSObject>::Cast(offsetVal); in ParsePopupCommonParam() local
955 auto xVal = offsetObj->GetProperty("x"); in ParsePopupCommonParam()
956 auto yVal = offsetObj->GetProperty("y"); in ParsePopupCommonParam()
2466 JSRef<JSObject> offsetObj = JSRef<JSObject>::Cast(val); in JsOverlay() local
2467 JSRef<JSVal> xVal = offsetObj->GetProperty("x"); in JsOverlay()
2472 JSRef<JSVal> yVal = offsetObj->GetProperty("y"); in JsOverlay()
3379 auto offsetObj = JSRef<JSObject>::Cast(offsetVal); in ParseMenuParam() local
3380 JSRef<JSVal> xVal = offsetObj->GetProperty(static_cast<int32_t>(ArkUIIndex::X)); in ParseMenuParam()
3381 JSRef<JSVal> yVal = offsetObj->GetProperty(static_cast<int32_t>(ArkUIIndex::Y)); in ParseMenuParam()
7929 auto offsetObj in ParseSheetStyle() local
[all...]

Completed in 28 milliseconds