Searched refs:windowLeft (Results 1 – 11 of 11) sorted by relevance
140 int32_t windowLeft = 0; in UnwrapStartOptionsWindowOptions() local141 if (UnwrapInt32ByPropertyName(env, param, "windowLeft", windowLeft)) { in UnwrapStartOptionsWindowOptions()142 startOptions.SetWindowLeft(windowLeft); in UnwrapStartOptionsWindowOptions()
174 void StartOptions::SetWindowLeft(int32_t windowLeft) in SetWindowLeft() argument176 windowLeft_ = windowLeft; in SetWindowLeft()
62 void SetWindowLeft(int32_t windowLeft);
47 …value: true/false/t/f大小写不敏感] [--ps <key> <value>] [--psn <key>] [--wl <windowLeft>] [--wt <windowT…50 …value: true/false/t/f大小写不敏感] [--ps <key> <value>] [--psn <key>] [--wl <windowLeft>] [--wt <windowT…70 | --wl | 可选参数,windowLeft,窗口左边距,单位px。<br>**约束:**<br>仅当2in1设备处于开发者模式下,且被启动应用采用调试签名时,该字段生效。|
26 | windowLeft<sup>11+</sup> | number | 否 | 是 | 窗口左边的位置。 |
1284 int windowLeft = 0; in MakeWantFromCmd() local1697 windowLeft = int(atof(optarg)); in MakeWantFromCmd()1699 TAG_LOGI(AAFwkTag::AA_TOOL, "windowLeft=%{public}d", windowLeft); in MakeWantFromCmd()1868 want.SetParam(Want::PARAM_RESV_WINDOW_LEFT, windowLeft); in MakeWantFromCmd()
1554 auto left = rect.Left() + commonProperty.windowLeft; in UpdateVirtualNodeChildAccessibilityElementInfo()1556 auto right = rect.Right() + commonProperty.windowLeft; in UpdateVirtualNodeChildAccessibilityElementInfo()1595 auto left = parentRect.Left() + commonProperty.windowLeft; in UpdateVirtualNodeAccessibilityElementInfo()1599 right = parentRect.Right() + commonProperty.windowLeft; in UpdateVirtualNodeAccessibilityElementInfo()1687 auto left = rect.Left() + commonProperty.windowLeft; in UpdateAccessibilityElementInfo()1689 auto right = rect.Right() + commonProperty.windowLeft; in UpdateAccessibilityElementInfo()1695 auto left = rect.Left() + commonProperty.windowLeft; in UpdateAccessibilityElementInfo()1697 auto right = rect.Right() + commonProperty.windowLeft; in UpdateAccessibilityElementInfo()3444 auto left = rect.Left() + commonProperty.windowLeft; in DumpTreeNodeCommonInfoNg()5969 getParentRectHandler_(output.windowTop, output.windowLeft); in GenerateCommonProperty()[all …]
49 int32_t windowLeft = 0; member
26 | windowLeft<sup>11+</sup> | number | No| Yes| Left position of the window.|
61 …false/t/f, case insensitive] [--ps <key> <value>] [--psn <key>] [--wl <windowLeft>] [--wt <windowT…64 …false/t/f, case insensitive] [--ps <key> <value>] [--psn <key>] [--wl <windowLeft>] [--wt <windowT…
4347 int32_t windowLeft = windowRect.posX_; in HandleDownForCompatibleMode() local4350 if (displayX <= windowLeft) { in HandleDownForCompatibleMode()4351 transferX = windowRight - xMappingScale * (windowLeft - displayX); in HandleDownForCompatibleMode()4353 transferX = windowLeft + xMappingScale * (displayX - windowRight); in HandleDownForCompatibleMode()