Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:GetWindowLeft
(Results
1 - 7
of
7
) sorted by relevance
/foundation/ability/ability_runtime/services/abilitymgr/src/
H
A
D
start_options.cpp
102
parcel.WriteInt32(
GetWindowLeft
());
in Marshalling()
157
int32_t StartOptions::
GetWindowLeft
() const
in GetWindowLeft()
function in OHOS::AAFwk::StartOptions
H
A
D
pending_want_manager.cpp
276
startOptions->
GetWindowLeft
(), startOptions->GetWindowTop(), startOptions->GetWindowWidth(),
in DeviceIdDetermine()
/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/
H
A
D
start_options.h
61
int32_t
GetWindowLeft
() const;
/foundation/ability/ability_runtime/services/abilitymgr/src/utils/
H
A
D
window_options_utils.cpp
30
want.SetParam(Want::PARAM_RESV_WINDOW_LEFT, startOptions.
GetWindowLeft
());
in SetWindowPositionAndSize()
/foundation/arkui/ace_engine/frameworks/bridge/common/accessibility/
H
A
D
accessibility_node_manager.h
140
int32_t
GetWindowLeft
(int32_t windowId)
in GetWindowLeft()
function in OHOS::Ace::Framework::AccessibilityNodeManager
H
A
D
accessibility_node_manager.cpp
790
auto left = node->GetLeft() +
GetWindowLeft
(node->GetWindowId());
in DumpTree()
/foundation/arkui/ace_engine/adapter/ohos/osal/
H
A
D
js_accessibility_manager.cpp
289
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