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:screenShape_
(Results
1 - 6
of
6
) sorted by relevance
/foundation/arkui/ui_lite/interfaces/innerkits/engines/gfx/
H
A
D
gfx_engine_manager.h
177
screenShape_
= screenShape;
in SetScreenShape()
182
return
screenShape_
;
in GetScreenShape()
199
ScreenShape
screenShape_
= RECTANGLE;
member in OHOS::BaseGfxEngine
/foundation/arkui/ace_engine/frameworks/base/resource/
H
A
D
ace_res_config.cpp
457
if (bestConfig.
screenShape_
!= candidateConfig.
screenShape_
&&
in IsCandidateDeclarativeResConfigPreferred()
458
deviceConfig.
screenShape_
!= ScreenShape::SCREEN_SHAPE_UNDEFINED) {
in IsCandidateDeclarativeResConfigPreferred()
459
if ((bestConfig.
screenShape_
== deviceConfig.
screenShape_
) ||
in IsCandidateDeclarativeResConfigPreferred()
460
(candidateConfig.
screenShape_
== deviceConfig.
screenShape_
)) {
in IsCandidateDeclarativeResConfigPreferred()
461
return candidateConfig.
screenShape_
== deviceConfig.
screenShape_
;
in IsCandidateDeclarativeResConfigPreferred()
463
return candidateConfig.
screenShape_
in IsCandidateDeclarativeResConfigPreferred()
[all...]
H
A
D
ace_res_config.h
50
: language_(language), script_(script), region_(region), screenLong_(screenLong),
screenShape_
(screenShape),
in AceResConfig()
88
ScreenShape
screenShape_
= ScreenShape::SCREEN_SHAPE_UNDEFINED;
member in OHOS::Ace::AceResConfig
/foundation/arkui/ace_engine/adapter/preview/osal/
H
A
D
system_properties.cpp
72
ScreenShape SystemProperties::
screenShape_
{ ScreenShape::NOT_ROUND };
169
screenShape_
= ScreenShape::ROUND;
in InitDeviceInfo()
171
screenShape_
= ScreenShape::NOT_ROUND;
in InitDeviceInfo()
/foundation/arkui/ace_engine/frameworks/base/utils/
H
A
D
system_properties.h
435
return
screenShape_
;
in GetScreenShape()
636
static ScreenShape
screenShape_
;
member in OHOS::Ace::final
/foundation/arkui/ace_engine/adapter/ohos/osal/
H
A
D
system_properties.cpp
400
ScreenShape SystemProperties::
screenShape_
{ ScreenShape::NOT_ROUND };
584
screenShape_
= ScreenShape::ROUND;
in InitDeviceInfo()
586
screenShape_
= ScreenShape::NOT_ROUND;
in InitDeviceInfo()
Completed in 6 milliseconds