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:GetWindowScale
(Results
1 - 10
of
10
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/common/
H
A
D
container.h
450
virtual float
GetWindowScale
() const
in GetWindowScale()
function in OHOS::Ace::Container
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/
H
A
D
drag_drop_manager.h
135
float
GetWindowScale
() const;
H
A
D
drag_drop_func_wrapper.cpp
233
auto windowScale = container->
GetWindowScale
();
in StartDragAction()
H
A
D
drag_drop_manager.cpp
1264
float DragDropManager::
GetWindowScale
() const
in GetWindowScale()
function in OHOS::Ace::NG::DragDropManager
1269
scale = container->
GetWindowScale
();
in GetWindowScale()
1276
auto windowScale = isDragWindowSubWindow_ ? 1.0f :
GetWindowScale
();
in OnItemDragEnd()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/patternlock/
H
A
D
patternlock_pattern.cpp
859
auto windowScale = container->
GetWindowScale
();
in GetTouchOffsetToNode()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H
A
D
ace_container.h
379
float
GetWindowScale
() const override
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H
A
D
gesture_event_hub_drag.cpp
286
auto windowScale = dragDropManager->
GetWindowScale
();
in GetPixelMapScale()
597
auto windowScale = dragDropManager->
GetWindowScale
();
in OnDragStart()
H
A
D
drag_event.cpp
2494
auto windowScale = dragDropManager->
GetWindowScale
();
in PrepareFinalPixelMapForDragThroughTouch()
/foundation/arkui/ace_engine/interfaces/napi/kits/drag_controller/
H
A
D
js_drag_controller.cpp
826
auto windowScale = container->
GetWindowScale
();
in OnMultipleComplete()
859
auto windowScale = container->
GetWindowScale
();
in OnComplete()
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H
A
D
frame_node.cpp
3183
auto windowScale = container->
GetWindowScale
();
in GetPositionToScreen()
3216
auto windowScale = container->
GetWindowScale
();
in GetPositionToScreenWithTransform()
Completed in 31 milliseconds