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:ConvertAvoidArea
(Results
1 - 8
of
8
) sorted by relevance
/foundation/arkui/ace_engine/adapter/preview/entrance/
H
A
D
ace_ability.cpp
111
NG::SafeAreaInsets
ConvertAvoidArea
(const OHOS::Rosen::AvoidArea& avoidArea)
in ConvertAvoidArea()
function
125
auto safeAreaInsets =
ConvertAvoidArea
(avoidArea);
in GetViewSafeAreaByType()
177
systemSafeArea_ =
ConvertAvoidArea
(avoidArea);
in OnAvoidAreaChanged()
179
navigationBar_ =
ConvertAvoidArea
(avoidArea);
in OnAvoidAreaChanged()
181
cutoutSafeArea_ =
ConvertAvoidArea
(avoidArea);
in OnAvoidAreaChanged()
H
A
D
ui_content_impl.cpp
61
NG::SafeAreaInsets
ConvertAvoidArea
(const OHOS::Rosen::AvoidArea& avoidArea)
in ConvertAvoidArea()
function
191
systemSafeArea_ =
ConvertAvoidArea
(avoidArea);
in OnAvoidAreaChanged()
193
navigationBar_ =
ConvertAvoidArea
(avoidArea);
in OnAvoidAreaChanged()
195
cutoutSafeArea_ =
ConvertAvoidArea
(avoidArea);
in OnAvoidAreaChanged()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H
A
D
utils.cpp
129
NG::SafeAreaInsets
ConvertAvoidArea
(const OHOS::Rosen::AvoidArea& avoidArea)
in ConvertAvoidArea()
function
H
A
D
utils.h
169
NG::SafeAreaInsets
ConvertAvoidArea
(const OHOS::Rosen::AvoidArea& avoidArea);
H
A
D
ui_content_impl.cpp
330
safeAreaUpdated |= safeAreaManager->UpdateSystemSafeArea(
ConvertAvoidArea
(avoidArea.second));
in ParseAvoidAreasUpdate()
332
safeAreaUpdated |= safeAreaManager->UpdateNavArea(
ConvertAvoidArea
(avoidArea.second));
in ParseAvoidAreasUpdate()
334
safeAreaUpdated |= safeAreaManager->UpdateCutoutSafeArea(
ConvertAvoidArea
(avoidArea.second),
in ParseAvoidAreasUpdate()
520
systemSafeArea_ =
ConvertAvoidArea
(avoidArea);
522
navigationBar_ =
ConvertAvoidArea
(avoidArea);
524
cutoutSafeArea_ =
ConvertAvoidArea
(avoidArea);
H
A
D
ace_ability.cpp
888
auto safeArea =
ConvertAvoidArea
(avoidArea);
in OnAvoidAreaChanged()
H
A
D
ace_container.cpp
2367
auto safeAreaInsets =
ConvertAvoidArea
(avoidArea);
in GetViewSafeAreaByType()
2403
return
ConvertAvoidArea
(avoidArea);
in GetKeyboardSafeArea()
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H
A
D
web_delegate.cpp
7032
auto safeArea =
ConvertAvoidArea
(avoidArea);
in OnAvoidAreaChanged()
Completed in 27 milliseconds