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:highlightColor
(Results
1 - 5
of
5
) sorted by relevance
/foundation/arkui/ui_lite/test/unittest/components/
H
A
D
ui_picker_unit_test.cpp
111
ColorType
highlightColor
;
in HWTEST_F()
local
113
highlightColor
.alpha = OPA_OPAQUE;
in HWTEST_F()
115
picker_->SetTextColor(backgroundColor,
highlightColor
);
in HWTEST_F()
117
EXPECT_EQ(picker_->GetHighlightTextColor().alpha,
highlightColor
.alpha);
in HWTEST_F()
/foundation/arkui/ui_lite/interfaces/kits/components/
H
A
D
ui_time_picker.h
182
* @param
highlightColor
Indicates the color of the highlighted text.
189
ColorType
highlightColor
);
195
* @param
highlightColor
Indicates the color of the highlighted text.
199
void SetTextColor(ColorType backgroundColor, ColorType
highlightColor
);
H
A
D
ui_picker.h
221
* @param
highlightColor
Indicates the color of the highlighted text.
225
void SetTextColor(ColorType backgroundColor, ColorType
highlightColor
);
/foundation/arkui/ui_lite/frameworks/components/
H
A
D
ui_time_picker.cpp
283
ColorType
highlightColor
)
in SetTextStyle()
297
highlightColor_ =
highlightColor
;
in SetTextStyle()
302
void UITimePicker::SetTextColor(ColorType backgroundColor, ColorType
highlightColor
)
in SetTextColor()
argument
305
highlightColor_ =
highlightColor
;
in SetTextColor()
280
SetTextStyle(uint16_t backgroundFontId, uint16_t highlightFontId, ColorType backgroundColor, ColorType
highlightColor
)
SetTextStyle()
argument
H
A
D
ui_picker.cpp
407
void UIPicker::SetTextColor(ColorType backgroundColor, ColorType
highlightColor
)
in SetTextColor()
argument
409
if ((backgroundColor.full == backgroundColor_.full) && (
highlightColor
.full == highlightColor_.full)) {
in SetTextColor()
413
highlightColor_ =
highlightColor
;
in SetTextColor()
Completed in 4 milliseconds