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:UIRadioButton
(Results
1 - 12
of
12
) sorted by relevance
/foundation/arkui/ui_lite/test/unittest/components/
H
A
D
ui_radio_button_unit_test.cpp
27
static
UIRadioButton
* radioBtn_;
30
UIRadioButton
* UIRadioButtonTest::radioBtn_ = nullptr;
35
radioBtn_ = new
UIRadioButton
();
in SetUpTestCase()
97
UIRadioButton
* radioBtn1 = new
UIRadioButton
(name1);
in HWTEST_F()
98
UIRadioButton
* radioBtn2 = new
UIRadioButton
();
in HWTEST_F()
100
UIRadioButton
* radioBtn3 = new
UIRadioButton
(name1);
in HWTEST_F()
101
UIRadioButton
* radioBtn
in HWTEST_F()
[all...]
/foundation/arkui/ui_lite/frameworks/components/
H
A
D
ui_radio_button.cpp
39
UIRadioButton
::
UIRadioButton
() :
UIRadioButton
(nullptr) {}
in UIRadioButton()
function in OHOS::UIRadioButton
40
UIRadioButton
::
UIRadioButton
(const char* name)
in UIRadioButton()
function in OHOS::UIRadioButton
53
bool
UIRadioButton
::OnClickEvent(const ClickEvent& event)
in OnClickEvent()
65
void
UIRadioButton
::CalculateSize()
in CalculateSize()
84
void
UIRadioButton
::OnDraw(BufferInfo& gfxDstBuffer, const Rect& invalidatedArea)
in OnDraw()
121
void
UIRadioButton
::SetName(const char* name)
in SetName()
144
void
UIRadioButton
[all...]
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/
H
A
D
radio_switch_tdd_test.cpp
44
UIRadioButton
*radio = reinterpret_cast<
UIRadioButton
*>(component->GetComponentRootView());
in WidthRadioValueTest001()
61
radio = reinterpret_cast<
UIRadioButton
*>(component->GetComponentRootView());
in WidthRadioValueTest001()
77
radio = reinterpret_cast<
UIRadioButton
*>(component->GetComponentRootView());
in WidthRadioValueTest001()
105
UIRadioButton
*radio = reinterpret_cast<
UIRadioButton
*>(component->GetComponentRootView());
in WidthRadioValueTest002()
120
radio = reinterpret_cast<
UIRadioButton
*>(component->GetComponentRootView());
in WidthRadioValueTest002()
298
UIRadioButton
*radioButton = reinterpret_cast<
UIRadioButton
*>(component->GetComponentRootView());
in HeightRadioValueTest006()
313
radioButton = reinterpret_cast<
UIRadioButton
*>(componen
in HeightRadioValueTest006()
[all...]
H
A
D
input_event_tdd_test.cpp
1261
UIRadioButton
*radio = reinterpret_cast<
UIRadioButton
*>(GetComponent(page, "radio"));
in HWTEST_F()
1387
UIRadioButton
*radio1 = reinterpret_cast<
UIRadioButton
*>(GetComponent(page, "radio1"));
in HWTEST_F()
1389
UIRadioButton
*radio2 = reinterpret_cast<
UIRadioButton
*>(GetComponent(page, "radio2"));
in HWTEST_F()
1391
UIRadioButton
*radio3 = reinterpret_cast<
UIRadioButton
*>(GetComponent(page, "radio3"));
in HWTEST_F()
H
A
D
input_tdd_test.cpp
809
* @tc.steps: create
UIRadioButton
in HWTEST_F()
824
UIRadioButton
*radio = reinterpret_cast<
UIRadioButton
*>(component->GetComponentRootView());
in HWTEST_F()
872
UIRadioButton
*radioButton = reinterpret_cast<
UIRadioButton
*>(component->GetComponentRootView());
in HWTEST_F()
925
UIRadioButton
*radioButton = reinterpret_cast<
UIRadioButton
*>(component->GetComponentRootView());
in HWTEST_F()
/foundation/arkui/ui_lite/interfaces/kits/components/
H
A
D
ui_radio_button.h
50
class
UIRadioButton
: public UICheckBox {
class
53
* @brief A constructor used to create a <b>
UIRadioButton
</b> instance.
58
UIRadioButton
();
61
* @fn
UIRadioButton
::
UIRadioButton
(const char* name);
65
explicit
UIRadioButton
(const char* name);
68
* @brief A destructor used to delete the <b>
UIRadioButton
</b> instance.
73
virtual ~
UIRadioButton
()
in ~UIRadioButton()
101
* @fn virtual void
UIRadioButton
::OnClickEvent(const ClickEvent& event) override;
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H
A
D
input_radio_component.h
47
return const_cast<
UIRadioButton
*>(&radioButton_);
52
UIRadioButton
radioButton_;
/foundation/arkui/ui_lite/test/uitest/test_transform/
H
A
D
ui_test_transform.h
71
UIRadioButton
* AddRadioButton(Rect rect, const char* name,
102
class UITestRadioButton : public
UIRadioButton
{
H
A
D
ui_test_transform.cpp
260
UIRadioButton
* UITestTransform::AddRadioButton(Rect rect, const char* name,
in AddRadioButton()
292
:
UIRadioButton
(name)
in UITestRadioButton()
/foundation/arkui/ui_lite/test/uitest/test_button/
H
A
D
ui_test_button.cpp
212
checkBox = static_cast<UICheckBox*>(new
UIRadioButton
(name));
in CreateButtonGroup()
352
UIRadioButton
* radioButton = new
UIRadioButton
("aaa");
in UIKitRadioButtonTest002()
359
UIRadioButton
* radioButton2 = new
UIRadioButton
("aaa");
in UIKitRadioButtonTest002()
/foundation/arkui/ui_lite/test/uitest/test_ui_dump_dom_tree/
H
A
D
ui_test_dump_dom.cpp
194
UIRadioButton
* radioButton = new
UIRadioButton
("aaa");
in CreateButtons()
/foundation/arkui/ui_lite/test/uitest/test_border_margin_padding/
H
A
D
ui_test_border_margin_padding.cpp
537
UIRadioButton
* radioButton = new
UIRadioButton
();
in UIKitUITestBorderMarginPaddingTest008()
Completed in 9 milliseconds