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:ProgressStyle
(Results
1 - 5
of
5
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_theme/theme_apply/
H
A
D
js_progress_theme.h
27
static void ApplyTheme(const
ProgressStyle
& style)
in ApplyTheme()
34
if (style !=
ProgressStyle
::Capsule) {
in ApplyTheme()
37
if (style ==
ProgressStyle
::Capsule) {
in ApplyTheme()
56
} else if (style ==
ProgressStyle
::Linear || style ==
ProgressStyle
::Eclipse) {
in ApplyTheme()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_progress.h
25
enum class
ProgressStyle
{
class
H
A
D
js_progress.cpp
86
auto progressStyle = static_cast<
ProgressStyle
>(jsStyle->ToNumber<int32_t>());
in Create()
87
if (progressStyle ==
ProgressStyle
::Eclipse) {
in Create()
89
} else if (progressStyle ==
ProgressStyle
::Ring) {
in Create()
91
} else if (progressStyle ==
ProgressStyle
::ScaleRing) {
in Create()
93
} else if (progressStyle ==
ProgressStyle
::Capsule) {
in Create()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/
H
A
D
progress_date.h
52
progressTypeUtils = "
ProgressStyle
.Linear";
in ConvertProgressTypeToString()
55
progressTypeUtils = "
ProgressStyle
.Eclipse";
in ConvertProgressTypeToString()
58
progressTypeUtils = "
ProgressStyle
.ScaleRing";
in ConvertProgressTypeToString()
61
progressTypeUtils = "
ProgressStyle
.Ring";
in ConvertProgressTypeToString()
64
progressTypeUtils = "
ProgressStyle
.Capsule";
in ConvertProgressTypeToString()
67
progressTypeUtils = "
ProgressStyle
.Linear";
in ConvertProgressTypeToString()
93
struct
ProgressStyle
{
struct
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H
A
D
arkts_native_progress_bridge.cpp
664
auto progressStyle = static_cast<Framework::
ProgressStyle
>(type);
in SetProgressInitialize()
666
if (progressStyle == Framework::
ProgressStyle
::Eclipse) {
in SetProgressInitialize()
668
} else if (progressStyle == Framework::
ProgressStyle
::Ring) {
in SetProgressInitialize()
670
} else if (progressStyle == Framework::
ProgressStyle
::ScaleRing) {
in SetProgressInitialize()
672
} else if (progressStyle == Framework::
ProgressStyle
::Capsule) {
in SetProgressInitialize()
Completed in 4 milliseconds