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:windowTop
(Results
1 - 6
of
6
) sorted by relevance
/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_common/
H
A
D
napi_common_start_options.cpp
168
int32_t
windowTop
= 0;
in UnwrapStartOptions()
local
169
if (UnwrapInt32ByPropertyName(env, param, "
windowTop
",
windowTop
)) {
in UnwrapStartOptions()
170
startOptions.SetWindowTop(
windowTop
);
in UnwrapStartOptions()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H
A
D
start_options.cpp
162
void StartOptions::SetWindowTop(int32_t
windowTop
)
in SetWindowTop()
argument
164
windowTop_ =
windowTop
;
in SetWindowTop()
/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/
H
A
D
start_options.h
63
void SetWindowTop(int32_t
windowTop
);
/foundation/arkui/ace_engine/adapter/ohos/osal/
H
A
D
js_accessibility_manager.cpp
1472
auto top = rect.Top() + commonProperty.
windowTop
;
in UpdateVirtualNodeChildAccessibilityElementInfo()
1474
auto bottom = rect.Bottom() + commonProperty.
windowTop
;
in UpdateVirtualNodeChildAccessibilityElementInfo()
1513
auto top = parentRect.Top() + commonProperty.
windowTop
;
in UpdateVirtualNodeAccessibilityElementInfo()
1518
auto bottom = parentRect.Top() + virtualNodeRect.Height() + commonProperty.
windowTop
;
in UpdateVirtualNodeAccessibilityElementInfo()
1520
bottom = parentRect.Bottom() + commonProperty.
windowTop
;
in UpdateVirtualNodeAccessibilityElementInfo()
1606
auto top = rect.Top() + commonProperty.
windowTop
;
in UpdateAccessibilityElementInfo()
1608
auto bottom = rect.Bottom() + commonProperty.
windowTop
;
in UpdateAccessibilityElementInfo()
1618
auto top = rect.Top() + commonProperty.
windowTop
;
in UpdateAccessibilityElementInfo()
1620
auto bottom = rect.Bottom() + commonProperty.
windowTop
;
in UpdateAccessibilityElementInfo()
1665
auto top = webRect.Top() + node->GetRectY() + commonProperty.
windowTop
;
in UpdateWebAccessibilityElementInfo()
[all...]
H
A
D
js_accessibility_manager.h
50
int32_t
windowTop
= 0;
member
/foundation/ability/ability_runtime/tools/aa/src/
H
A
D
ability_command.cpp
1287
int
windowTop
= 0;
in MakeWantFromCmd()
local
1711
windowTop
= int(atof(optarg));
in MakeWantFromCmd()
1713
TAG_LOGI(AAFwkTag::AA_TOOL, "
windowTop
=%{public}d",
windowTop
);
in MakeWantFromCmd()
1875
want.SetParam(Want::PARAM_RESV_WINDOW_TOP,
windowTop
);
in MakeWantFromCmd()
Completed in 12 milliseconds