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:UIToggleButton
(Results
1 - 15
of
15
) sorted by relevance
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/
H
A
D
switch_tdd_test.cpp
74
UIToggleButton
* toggleButton = reinterpret_cast<
UIToggleButton
*>(view);
in ComponentSwitchAttributeSetTest001()
92
toggleButton = reinterpret_cast<
UIToggleButton
*>(view);
in ComponentSwitchAttributeSetTest001()
110
toggleButton = reinterpret_cast<
UIToggleButton
*>(view);
in ComponentSwitchAttributeSetTest001()
140
UIToggleButton
* toggleButton = reinterpret_cast<
UIToggleButton
*>(view);
in ComponentSwitchAttributeSetTest002()
177
UIToggleButton
* toggleButton = reinterpret_cast<
UIToggleButton
*>(view);
in ComponentSwitchAttributeSetTest003()
H
A
D
radio_switch_tdd_test.cpp
142
UIToggleButton
*toggleButton = reinterpret_cast<
UIToggleButton
*>(component->GetComponentRootView());
in WidthSwitchValueTest003()
160
toggleButton = reinterpret_cast<
UIToggleButton
*>(component->GetComponentRootView());
in WidthSwitchValueTest003()
176
toggleButton = reinterpret_cast<
UIToggleButton
*>(component->GetComponentRootView());
in WidthSwitchValueTest003()
199
UIToggleButton
*toggleButton = reinterpret_cast<
UIToggleButton
*>(component->GetComponentRootView());
in WidthSwitchValueTest004()
210
toggleButton = reinterpret_cast<
UIToggleButton
*>(component->GetComponentRootView());
in WidthSwitchValueTest004()
237
UIToggleButton
*toggleButton = reinterpret_cast<
UIToggleButton
*>(component->GetComponentRootView());
in HeightRadioValueTest005()
254
toggleButton = reinterpret_cast<
UIToggleButton
*>(componen
in HeightRadioValueTest005()
[all...]
/foundation/arkui/ui_lite/frameworks/components/
H
A
D
ui_toggle_button.cpp
33
UIToggleButton
::
UIToggleButton
()
in UIToggleButton()
function in OHOS::UIToggleButton
47
void
UIToggleButton
::SetState(bool state)
in SetState()
57
void
UIToggleButton
::CalculateSize()
in CalculateSize()
96
void
UIToggleButton
::OnDraw(BufferInfo& gfxDstBuffer, const Rect& invalidatedArea)
in OnDraw()
123
void
UIToggleButton
::Callback(UIView* view)
in Callback()
153
void
UIToggleButton
::OnStop(UIView& view)
in OnStop()
165
void
UIToggleButton
::EnableRtl(bool isRtl)
in EnableRtl()
170
bool
UIToggleButton
::IsRtl()
in IsRtl()
H
A
D
ui_video.cpp
427
playButton_ = new
UIToggleButton
();
in InitControllerButton()
429
GRAPHIC_LOGE("new
UIToggleButton
fail");
in InitControllerButton()
440
pauseButton_ = new
UIToggleButton
();
in InitControllerButton()
442
GRAPHIC_LOGE("new
UIToggleButton
fail");
in InitControllerButton()
453
volumeButton_ = new
UIToggleButton
();
in InitControllerButton()
455
GRAPHIC_LOGE("new
UIToggleButton
fail");
in InitControllerButton()
/foundation/arkui/ui_lite/test/unittest/components/
H
A
D
ui_toggle_button_unit_test.cpp
27
static
UIToggleButton
* toggleBtn_;
30
UIToggleButton
* UIToggleButtonTest::toggleBtn_ = nullptr;
35
toggleBtn_ = new
UIToggleButton
();
in SetUpTestCase()
/foundation/arkui/ui_lite/interfaces/kits/components/
H
A
D
ui_toggle_button.h
53
class
UIToggleButton
: public UICheckBox {
class
56
* @brief A constructor used to create a <b>
UIToggleButton
</b> instance.
61
UIToggleButton
();
64
* @brief A destructor used to delete the <b>
UIToggleButton
</b> instance.
69
virtual ~
UIToggleButton
() {}
in ~UIToggleButton()
135
}; // class
UIToggleButton
H
A
D
ui_video.h
339
void SetPlayButton(
UIToggleButton
* toggleButton)
in SetPlayButton()
368
UIToggleButton
* playButton_ = nullptr;
476
UIToggleButton
* volumeButton_ = nullptr;
478
UIToggleButton
* playButton_ = nullptr;
479
UIToggleButton
* pauseButton_ = nullptr;
/foundation/arkui/ui_lite/test/uitest/test_border_margin_padding/
H
A
D
ui_test_border_margin_padding.h
48
void SetUpButtons(
UIToggleButton
* marginBtn,
49
UIToggleButton
* borderBtn,
50
UIToggleButton
* paddingBtn);
H
A
D
ui_test_border_margin_padding.cpp
143
UIToggleButton
* marginBtn = new
UIToggleButton
();
in SetUp()
149
UIToggleButton
* borderBtn = new
UIToggleButton
();
in SetUp()
155
UIToggleButton
* paddingBtn = new
UIToggleButton
();
in SetUp()
180
void UITestBorderMarginPadding::SetUpButtons(
UIToggleButton
* marginBtn,
in SetUpButtons()
181
UIToggleButton
* borderBtn,
in SetUpButtons()
182
UIToggleButton
* paddingBtn)
in SetUpButtons()
542
UIToggleButton
* toggleButto
in UIKitUITestBorderMarginPaddingTest008()
[all...]
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H
A
D
switch_component.h
40
UIToggleButton
toggleButton_;
H
A
D
switch_component.cpp
76
return const_cast<
UIToggleButton
*>(&toggleButton_);
in GetComponentRootView()
/foundation/arkui/ui_lite/test/uitest/test_view_bounds/
H
A
D
ui_test_view_bounds.cpp
69
class ViewBoundsChangeListener : public
UIToggleButton
::OnChangeListener {
118
UIToggleButton
* toggle = new
UIToggleButton
();
in UIKitViewBoundsSetState001()
/foundation/arkui/ui_lite/test/uitest/test_button/
H
A
D
ui_test_button.cpp
210
checkBox = static_cast<UICheckBox*>(new
UIToggleButton
());
in CreateButtonGroup()
391
UIToggleButton
* togglebutton = new
UIToggleButton
();
in UIKitToggleButtonTest002()
400
UIToggleButton
* togglebutton2 = new
UIToggleButton
();
in UIKitToggleButtonTest002()
/foundation/arkui/ui_lite/test/uitest/test_ui_dump_dom_tree/
H
A
D
ui_test_dump_dom.cpp
199
UIToggleButton
* toggleButton = new
UIToggleButton
();
in CreateButtons()
/foundation/arkui/ui_lite/frameworks/dfx/
H
A
D
ui_dump_dom_tree.cpp
107
const
UIToggleButton
* tmpToggleButton = static_cast<const
UIToggleButton
*>(view);
in AddToggleButtonField()
Completed in 9 milliseconds