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:SetStartAngle
(Results
1 - 24
of
24
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components/triangle/
H
A
D
render_triangle.cpp
41
outArc1_.
SetStartAngle
(startAngle);
in Calculate()
50
outArc2_.
SetStartAngle
(startAngle);
in Calculate()
59
outArc3_.
SetStartAngle
(startAngle);
in Calculate()
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H
A
D
circle_progress_component.cpp
108
progressView_.
SetStartAngle
(startAngle_);
in SetAngles()
112
void CircleProgressComponent::
SetStartAngle
(const AppStyleItem *style)
in SetStartAngle()
function in OHOS::ACELite::CircleProgressComponent
177
SetStartAngle
(style);
in SetArcProgressStyle()
H
A
D
circle_progress_component.h
49
void
SetStartAngle
(const AppStyleItem *style);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/gauge/
H
A
D
gauge_model_ng.h
38
void
SetStartAngle
(float startAngle) override;
60
static void
SetStartAngle
(FrameNode* frameNode, float value);
H
A
D
gauge_model.h
34
virtual void
SetStartAngle
(float startAngle) = 0;
H
A
D
gauge_model_ng.cpp
41
void GaugeModelNG::
SetStartAngle
(float startAngle)
in SetStartAngle()
function in OHOS::Ace::NG::GaugeModelNG
146
void GaugeModelNG::
SetStartAngle
(FrameNode* frameNode, float value)
in SetStartAngle()
function in OHOS::Ace::NG::GaugeModelNG
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_gauge.h
29
static void
SetStartAngle
(const JSCallbackInfo& info);
H
A
D
js_gauge.cpp
64
JSClass<JSGauge>::StaticMethod("startAngle", &JSGauge::
SetStartAngle
);
in JSBind()
123
void JSGauge::
SetStartAngle
(const JSCallbackInfo& info)
in SetStartAngle()
function in OHOS::OHOS::Ace::Framework::JSGauge
129
GaugeModel::GetInstance()->
SetStartAngle
(startAngle);
in SetStartAngle()
/foundation/arkui/ace_engine/frameworks/core/components/arc/
H
A
D
render_arc.h
48
void
SetStartAngle
(double startAngle);
H
A
D
render_arc.cpp
128
void RenderArc::
SetStartAngle
(double startAngle)
in SetStartAngle()
function in OHOS::Ace::RenderArc
H
A
D
arc_component.h
115
void
SetStartAngle
(double startAngle)
in SetStartAngle()
function in OHOS::Ace::ArcComponent
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H
A
D
gauge_model_impl.h
27
void
SetStartAngle
(float startAngle) override;
H
A
D
gauge_model_impl.cpp
47
void GaugeModelImpl::
SetStartAngle
(float startAngle)
in SetStartAngle()
function in OHOS::Ace::Framework::GaugeModelImpl
/foundation/arkui/ace_engine/frameworks/base/geometry/
H
A
D
arc.h
56
void
SetStartAngle
(double angle)
in SetStartAngle()
function in OHOS::Ace::Arc
/foundation/arkui/ui_lite/interfaces/kits/components/
H
A
D
ui_circle_progress.h
156
void
SetStartAngle
(int16_t startAngle);
162
* @see
SetStartAngle
182
* @see GetEndAngle |
SetStartAngle
/foundation/arkui/ui_lite/test/uitest/test_progress_bar/
H
A
D
ui_test_circle_progress.cpp
378
circleProgress_->
SetStartAngle
(startAngle);
in OnClick()
435
circleProgress_->
SetStartAngle
(startAngle);
in OnClick()
438
circleProgress_->
SetStartAngle
(startAngle);
in OnClick()
449
circleProgress_->
SetStartAngle
(startAngle);
in OnClick()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H
A
D
gauge_modifier.cpp
43
GaugeModelNG::
SetStartAngle
(frameNode, value);
in SetGaugeStartAngle()
50
GaugeModelNG::
SetStartAngle
(frameNode, DEFAULT_START_ANGLE);
in ResetGaugeStartAngle()
/foundation/arkui/ui_lite/test/unittest/components/
H
A
D
ui_circle_progress_unit_test.cpp
138
circleProgress_->
SetStartAngle
(startAngle);
in HWTEST_F()
/foundation/arkui/ui_lite/frameworks/components/
H
A
D
ui_circle_progress.cpp
38
void UICircleProgress::
SetStartAngle
(int16_t startAngle)
in SetStartAngle()
function in OHOS::UICircleProgress
/foundation/arkui/ace_engine/test/unittest/core/pattern/gauge/
H
A
D
gauge_test_ng.cpp
193
* @tc.desc: Test Gauge SetValue
SetStartAngle
SetEndAngle SetStrokeWidth SetColors
203
model.
SetStartAngle
(START_ANGLE);
in HWTEST_F()
627
model.
SetStartAngle
(METHOD_START_ANGLE);
in HWTEST_F()
663
model.
SetStartAngle
(METHOD_START_ANGLE);
in HWTEST_F()
691
model.
SetStartAngle
(METHOD_START_ANGLE);
in HWTEST_F()
719
model.
SetStartAngle
(METHOD_START_ANGLE);
in HWTEST_F()
747
model.
SetStartAngle
(METHOD_START_ANGLE);
in HWTEST_F()
779
model.
SetStartAngle
(METHOD_START_ANGLE);
in HWTEST_F()
819
model.
SetStartAngle
(ZERO);
in HWTEST_F()
934
model.
SetStartAngle
(NA
in HWTEST_F()
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H
A
D
cj_gauge_ffi.cpp
90
GaugeModel::GetInstance()->
SetStartAngle
(startAngle);
in FfiOHOSAceFrameworkGaugeSetStartAngle()
/foundation/arkui/ace_engine/frameworks/core/components/indexer/
H
A
D
indexer_component.cpp
131
arcItem->
SetStartAngle
(startPosition_);
in BuildArcItem()
H
A
D
render_indexer_circle.cpp
62
arc_->
SetStartAngle
(arcHeadPosition_);
in PerformLayout()
/foundation/arkui/ui_lite/test/uitest/test_ui_dump_dom_tree/
H
A
D
ui_test_dump_dom.cpp
476
circleProgress->
SetStartAngle
(0);
in UIKitTestDumpDom006()
Completed in 20 milliseconds