Home
last modified time | relevance | path

Searched refs:GetWindowLeft (Results 1 - 7 of 7) sorted by relevance

/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dstart_options.cpp102 parcel.WriteInt32(GetWindowLeft()); in Marshalling()
157 int32_t StartOptions::GetWindowLeft() const in GetWindowLeft() function in OHOS::AAFwk::StartOptions
H A Dpending_want_manager.cpp276 startOptions->GetWindowLeft(), startOptions->GetWindowTop(), startOptions->GetWindowWidth(), in DeviceIdDetermine()
/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/
H A Dstart_options.h61 int32_t GetWindowLeft() const;
/foundation/ability/ability_runtime/services/abilitymgr/src/utils/
H A Dwindow_options_utils.cpp30 want.SetParam(Want::PARAM_RESV_WINDOW_LEFT, startOptions.GetWindowLeft()); in SetWindowPositionAndSize()
/foundation/arkui/ace_engine/frameworks/bridge/common/accessibility/
H A Daccessibility_node_manager.h140 int32_t GetWindowLeft(int32_t windowId) in GetWindowLeft() function in OHOS::Ace::Framework::AccessibilityNodeManager
H A Daccessibility_node_manager.cpp790 auto left = node->GetLeft() + GetWindowLeft(node->GetWindowId()); in DumpTree()
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Djs_accessibility_manager.cpp289 int leftTopX = static_cast<int>(node->GetLeft()) + manager->GetWindowLeft(node->GetWindowId()); in UpdateAccessibilityNodeInfo()
314 leftTopX = static_cast<int>(sideBarRect.Left()) + manager->GetWindowLeft(node->GetWindowId()); in UpdateAccessibilityNodeInfo()
316 rightBottomX = static_cast<int>(sideBarRect.Right()) + manager->GetWindowLeft(node->GetWindowId()); in UpdateAccessibilityNodeInfo()
3532 commonProperty.windowLeft = GetWindowLeft(ngPipeline->GetWindowId()); in DumpTree()
5941 output.windowLeft = GetWindowLeft(ngPipeline->GetWindowId()); in GenerateCommonProperty()

Completed in 21 milliseconds