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:SetEndAngle
(Results
1 - 18
of
18
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components/triangle/
H
A
D
render_triangle.cpp
42
outArc1_.
SetEndAngle
(endAngle);
in Calculate()
51
outArc2_.
SetEndAngle
(endAngle);
in Calculate()
60
outArc3_.
SetEndAngle
(endAngle);
in Calculate()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/gauge/
H
A
D
gauge_model_ng.h
39
void
SetEndAngle
(float endAngle) override;
61
static void
SetEndAngle
(FrameNode* frameNode, float value);
H
A
D
gauge_model.h
35
virtual void
SetEndAngle
(float endAngle) = 0;
H
A
D
gauge_model_ng.cpp
47
void GaugeModelNG::
SetEndAngle
(float endAngle)
in SetEndAngle()
function in OHOS::Ace::NG::GaugeModelNG
152
void GaugeModelNG::
SetEndAngle
(FrameNode* frameNode, float value)
in SetEndAngle()
function in OHOS::Ace::NG::GaugeModelNG
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_gauge.h
30
static void
SetEndAngle
(const JSCallbackInfo& info);
H
A
D
js_gauge.cpp
65
JSClass<JSGauge>::StaticMethod("endAngle", &JSGauge::
SetEndAngle
);
in JSBind()
132
void JSGauge::
SetEndAngle
(const JSCallbackInfo& info)
in SetEndAngle()
function in OHOS::OHOS::Ace::Framework::JSGauge
138
GaugeModel::GetInstance()->
SetEndAngle
(endAngle);
in SetEndAngle()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H
A
D
gauge_model_impl.h
28
void
SetEndAngle
(float endAngle) override;
H
A
D
gauge_model_impl.cpp
57
void GaugeModelImpl::
SetEndAngle
(float endAngle)
in SetEndAngle()
function in OHOS::Ace::Framework::GaugeModelImpl
/foundation/arkui/ace_engine/frameworks/base/geometry/
H
A
D
arc.h
66
void
SetEndAngle
(double angle)
in SetEndAngle()
function in OHOS::Ace::Arc
/foundation/arkui/ui_lite/interfaces/kits/components/
H
A
D
ui_circle_progress.h
152
* @see GetStartAngle |
SetEndAngle
186
void
SetEndAngle
(int16_t endAngle);
192
* @see
SetEndAngle
/foundation/arkui/ui_lite/test/uitest/test_progress_bar/
H
A
D
ui_test_circle_progress.cpp
379
circleProgress_->
SetEndAngle
(endAngle);
in OnClick()
441
circleProgress_->
SetEndAngle
(endAngle);
in OnClick()
444
circleProgress_->
SetEndAngle
(endAngle);
in OnClick()
450
circleProgress_->
SetEndAngle
(endAngle);
in OnClick()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H
A
D
gauge_modifier.cpp
57
GaugeModelNG::
SetEndAngle
(frameNode, value);
in SetGaugeEndAngle()
64
GaugeModelNG::
SetEndAngle
(frameNode, DEFAULT_END_ANGLE);
in ResetGaugeEndAngle()
/foundation/arkui/ui_lite/test/unittest/components/
H
A
D
ui_circle_progress_unit_test.cpp
142
circleProgress_->
SetEndAngle
(endAngle);
in HWTEST_F()
/foundation/arkui/ui_lite/frameworks/components/
H
A
D
ui_circle_progress.cpp
43
void UICircleProgress::
SetEndAngle
(int16_t endAngle)
in SetEndAngle()
function in OHOS::UICircleProgress
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H
A
D
circle_progress_component.cpp
109
progressView_.
SetEndAngle
(startAngle_ + totalAngle_);
in SetAngles()
/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
204
model.
SetEndAngle
(END_ANGLE);
in HWTEST_F()
628
model.
SetEndAngle
(METHOD_END_ANGLE);
in HWTEST_F()
664
model.
SetEndAngle
(METHOD_END_ANGLE);
in HWTEST_F()
692
model.
SetEndAngle
(METHOD_END_ANGLE);
in HWTEST_F()
720
model.
SetEndAngle
(METHOD_END_ANGLE);
in HWTEST_F()
748
model.
SetEndAngle
(METHOD_END_ANGLE);
in HWTEST_F()
780
model.
SetEndAngle
(ZERO);
in HWTEST_F()
820
model.
SetEndAngle
(ZERO);
in HWTEST_F()
935
model.
SetEndAngle
(NA
in HWTEST_F()
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H
A
D
cj_gauge_ffi.cpp
95
GaugeModel::GetInstance()->
SetEndAngle
(endAngle);
in FfiOHOSAceFrameworkGaugeSetEndAngle()
/foundation/arkui/ui_lite/test/uitest/test_ui_dump_dom_tree/
H
A
D
ui_test_dump_dom.cpp
477
circleProgress->
SetEndAngle
(360); // 360: end angle
in UIKitTestDumpDom006()
Completed in 9 milliseconds