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:BACKGROUND_COLOR
(Results
1 - 8
of
8
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/samples/opengl/test_eglCreateWindowSurface/entry/src/main/cpp/common/
H
A
D
common.h
50
const GLfloat
BACKGROUND_COLOR
[] = {0.0f / 255, 0.0f / 255, 255.0f / 255, 1.0f};
member
/foundation/arkui/ace_engine/test/unittest/core/pattern/button/
H
A
D
toggle_button_test_ng.cpp
49
constexpr Color
BACKGROUND_COLOR
= Color(0XFFFF0000);
member
398
toggleButtonModelNG.SetBackgroundColor(AceType::RawPtr(buttonNode),
BACKGROUND_COLOR
);
in HWTEST_F()
local
400
toggleButtonModelNG.SetBackgroundColor(AceType::RawPtr(toggleNode),
BACKGROUND_COLOR
);
HWTEST_F()
local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/drawable/
H
A
D
rs_drawable.h
50
BACKGROUND_COLOR
,
member in OHOS::Rosen::RSDrawableSlot
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H
A
D
rs_property_drawable.h
51
BACKGROUND_COLOR
,
member in OHOS::Rosen::RSPropertyDrawableSlot
/foundation/arkui/ace_engine/test/unittest/core/pattern/toggle/
H
A
D
toggle_test_ng.cpp
51
constexpr Color
BACKGROUND_COLOR
= Color(0XFFFF0000);
member
/foundation/barrierfree/accessibility/services/aams/src/
H
A
D
accessibility_settings_config.cpp
54
const std::string
BACKGROUND_COLOR
= "accessibility_background_color";
member
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/modifier/
H
A
D
rs_modifier_type.h
52
BACKGROUND_COLOR
,
member in OHOS::Rosen::RSModifierType
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H
A
D
constants.cpp
255
const char
BACKGROUND_COLOR
[] = "color";
member
Completed in 13 milliseconds