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
defs:windowOffset
(Results
1 - 12
of
12
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/common/utils/
H
A
D
componentInfo.h
48
OffsetF
windowOffset
;
member
/foundation/arkui/ace_engine/interfaces/napi/kits/componentutils/
H
A
D
js_component_utils.cpp
51
napi_value
windowOffset
= nullptr;
in JSGetRectangleById()
local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/
H
A
D
button_pattern.cpp
498
auto
windowOffset
= pipeline->GetCurrentWindowRect().GetOffset();
in SetButtonPress()
local
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H
A
D
frame_node_modifier.cpp
233
void GetPositionToWindow(ArkUINodeHandle node, ArkUI_Float32 (*
windowOffset
)[2], ArkUI_Bool useVp)
in GetPositionToWindow()
argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/patternlock/
H
A
D
patternlock_pattern.cpp
856
auto
windowOffset
= pipelineContext->GetCurrentWindowRect().GetOffset();
in GetTouchOffsetToNode()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/
H
A
D
security_component_handler.cpp
48
auto
windowOffset
= pipelineContext->GetDisplayWindowRectInfo().GetOffset();
in GetDisplayOffset()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H
A
D
frame_node.h
73
OffsetF
windowOffset
= OffsetF();
member
H
A
D
frame_node.cpp
3178
auto
windowOffset
= pipelineContext->GetCurrentWindowRect().GetOffset();
in GetPositionToScreen()
local
3210
auto
windowOffset
= pipelineContext->GetCurrentWindowRect().GetOffset();
in GetPositionToScreenWithTransform()
local
4494
auto
windowOffset
= window->GetCurrentWindowRect().GetOffset();
in GetOffsetInScreen()
local
5229
OffsetF
windowOffset
;
CalculateCacheVisibleRect()
local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/container_modal/enhance/
H
A
D
container_modal_pattern_enhance.cpp
542
auto
windowOffset
= pipeline->GetCurrentWindowRect().GetOffset();
in CalculateMenuOffset()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/
H
A
D
drag_drop_manager.cpp
1666
auto
windowOffset
= window->GetCurrentWindowRect().GetOffset();
in GetTouchOffsetRelativeToSubwindow()
local
/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H
A
D
render_text_field.cpp
495
auto
windowOffset
= context->GetDisplayWindowRectInfo().GetOffset();
in UpdateCaretInfoToController()
local
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H
A
D
web_delegate.cpp
6173
auto
windowOffset
= context->GetDisplayWindowRectInfo().GetOffset();
in UpdateScreenOffSet()
local
Completed in 47 milliseconds