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 - 18
of
18
) sorted by relevance
/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/resource/
H
A
D
ace_res_config.h
48
LongScreenType screenLong,
ScreenShape
screenShape, DeviceOrientation orientation, ColorMode colorMode,
in AceResConfig()
88
ScreenShape
screenShape_ =
ScreenShape
::SCREEN_SHAPE_UNDEFINED;
H
A
D
ace_res_key_parser.cpp
62
const std::unordered_map<std::string,
ScreenShape
> RES_SCREEN_SHAPE = {
63
{ "round",
ScreenShape
::ROUND },
64
{ "notround",
ScreenShape
::NOT_ROUND },
355
std::string AceResKeyParser::GetScreenShapeByType(
ScreenShape
type) const
in GetScreenShapeByType()
H
A
D
ace_res_key_parser.h
48
std::string GetScreenShapeByType(
ScreenShape
type) const;
H
A
D
ace_res_config.cpp
458
deviceConfig.screenShape_ !=
ScreenShape
::SCREEN_SHAPE_UNDEFINED) {
in IsCandidateDeclarativeResConfigPreferred()
463
return candidateConfig.screenShape_ ==
ScreenShape
::SCREEN_SHAPE_UNDEFINED;
in IsCandidateDeclarativeResConfigPreferred()
669
appending.append(AceResKeyParser::GetInstance().GetScreenShapeByType(static_cast<
ScreenShape
>(value)));
in GetConfigString()
925
screenShape_ = static_cast<
ScreenShape
>(keyParam.value);
in ParseConfig()
1076
if (resConfig.screenShape_ !=
ScreenShape
::SCREEN_SHAPE_UNDEFINED) {
in ConvertDeclarativeResConfigToTag()
/foundation/arkui/ui_lite/interfaces/innerkits/engines/gfx/
H
A
D
gfx_engine_manager.h
175
virtual void SetScreenShape(
ScreenShape
screenShape)
in SetScreenShape()
180
virtual
ScreenShape
GetScreenShape()
in GetScreenShape()
199
ScreenShape
screenShape_ = RECTANGLE;
/foundation/arkui/ui_lite/interfaces/kits/common/
H
A
D
screen.h
88
ScreenShape
GetScreenShape();
/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H
A
D
system_info.cpp
41
isRoundScreen_ = (Screen::GetInstance().GetScreenShape() ==
ScreenShape
::CIRCLE);
in Initialize()
/foundation/arkui/ui_lite/test/uitest/test_scroll_bar/
H
A
D
ui_test_scroll_bar.cpp
32
BaseGfxEngine::GetInstance()->SetScreenShape(
ScreenShape
::CIRCLE);
in SetUp()
111
BaseGfxEngine::GetInstance()->SetScreenShape(
ScreenShape
::RECTANGLE);
in TearDown()
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
H
A
D
graphic_types.h
149
enum
ScreenShape
{
enum
/foundation/arkui/ace_engine/frameworks/base/utils/
H
A
D
system_properties.h
63
enum class
ScreenShape
: int32_t {
class
433
static
ScreenShape
GetScreenShape()
in GetScreenShape()
636
static
ScreenShape
screenShape_;
/foundation/arkui/ui_lite/frameworks/components/
H
A
D
ui_abstract_scroll.cpp
93
if (Screen::GetInstance().GetScreenShape() ==
ScreenShape
::RECTANGLE && scrollView_.xScrollBarVisible_) {
401
if (Screen::GetInstance().GetScreenShape() ==
ScreenShape
::CIRCLE) {
in SetXScrollBarVisible()
418
if (Screen::GetInstance().GetScreenShape() ==
ScreenShape
::CIRCLE) {
in SetYScrollBarVisible()
435
if (Screen::GetInstance().GetScreenShape() ==
ScreenShape
::RECTANGLE) {
in OnPostDraw()
/foundation/arkui/ui_lite/test/unittest/components/
H
A
D
ui_scroll_bar_test.cpp
137
BaseGfxEngine::GetInstance()->SetScreenShape(
ScreenShape
::CIRCLE);
in HWTEST_F()
143
BaseGfxEngine::GetInstance()->SetScreenShape(
ScreenShape
::RECTANGLE);
in HWTEST_F()
/foundation/arkui/ui_lite/frameworks/common/
H
A
D
screen.cpp
83
ScreenShape
Screen::GetScreenShape()
in GetScreenShape()
/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()
/foundation/arkui/ui_lite/test/uitest/test_ui_scroll_view/
H
A
D
ui_test_ui_scroll_view.cpp
21
if (Screen::GetInstance().GetScreenShape() ==
ScreenShape
::RECTANGLE) { \
/foundation/arkui/ui_lite/test/uitest/test_rotate_input/
H
A
D
ui_test_rotate_input.cpp
238
if (Screen::GetInstance().GetScreenShape() ==
ScreenShape
::RECTANGLE) {
in UIKitRotateEventScrollView002()
/foundation/arkui/ui_lite/test/uitest/test_event_injector/
H
A
D
ui_test_event_injector.cpp
341
if (Screen::GetInstance().GetScreenShape() ==
ScreenShape
::RECTANGLE) {
in SetUpScrollView()
Completed in 15 milliseconds