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:GetWindowTop
(Results
1 - 7
of
7
) sorted by relevance
/foundation/ability/ability_runtime/services/abilitymgr/src/
H
A
D
start_options.cpp
103
parcel.WriteInt32(
GetWindowTop
());
in Marshalling()
167
int32_t StartOptions::
GetWindowTop
() const
in GetWindowTop()
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
64
int32_t
GetWindowTop
() const;
/foundation/ability/ability_runtime/services/abilitymgr/src/utils/
H
A
D
window_options_utils.cpp
33
want.SetParam(Want::PARAM_RESV_WINDOW_TOP, startOptions.
GetWindowTop
());
in SetWindowPositionAndSize()
/foundation/arkui/ace_engine/frameworks/bridge/common/accessibility/
H
A
D
accessibility_node_manager.h
148
int32_t
GetWindowTop
(int32_t windowId)
in GetWindowTop()
function in OHOS::Ace::Framework::AccessibilityNodeManager
H
A
D
accessibility_node_manager.cpp
789
auto top = node->GetTop() +
GetWindowTop
(node->GetWindowId());
in DumpTree()
/foundation/arkui/ace_engine/adapter/ohos/osal/
H
A
D
js_accessibility_manager.cpp
290
int leftTopY = static_cast<int>(node->GetTop()) + manager->
GetWindowTop
(node->GetWindowId());
in UpdateAccessibilityNodeInfo()
315
leftTopY = static_cast<int>(sideBarRect.Top()) + manager->
GetWindowTop
(node->GetWindowId());
in UpdateAccessibilityNodeInfo()
317
rightBottomY = static_cast<int>(sideBarRect.Bottom()) + manager->
GetWindowTop
(node->GetWindowId());
in UpdateAccessibilityNodeInfo()
3533
commonProperty.windowTop =
GetWindowTop
(ngPipeline->GetWindowId());
in DumpTree()
5942
output.windowTop =
GetWindowTop
(ngPipeline->GetWindowId());
in GenerateCommonProperty()
Completed in 15 milliseconds