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:showTips_
(Results
1 - 11
of
11
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components/slider/
H
A
D
slider_component.h
172
showTips_
= showTips;
in SetShowTips()
177
return
showTips_
;
in NeedShowTips()
240
bool
showTips_
= false;
member in OHOS::Ace::SliderComponent
H
A
D
render_slider.h
135
return
showTips_
;
in GetShowTips()
185
if (
showTips_
) {
in SetTotalRatio()
283
bool
showTips_
= false;
member in OHOS::Ace::RenderSlider
H
A
D
render_slider.cpp
58
showTips_
= slider->NeedShowTips();
in Update()
474
if (
showTips_
&& tip_) {
in HandleDragStart()
825
jsonObj->Put("showTips",
showTips_
);
in ProvideRestoreInfo()
854
showTips_
= jsonShowTips->GetBool();
in ApplyRestoreInfo()
H
A
D
rosen_render_slider.cpp
98
if (!
showTips_
) {
in AddTipChild()
318
if ((!
showTips_
&& tip_) || (tip_ && !isDragging_)) {
in Paint()
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H
A
D
dom_slider.cpp
82
{ DOM_SHOW_TIPS, [](const std::string& val, DOMSlider& slider) { slider.
showTips_
= StringToBool(val); } },
in SetSpecializedAttr()
171
sliderChild_->SetShowTips(
showTips_
);
in PrepareSpecializedComponent()
H
A
D
dom_slider.h
74
bool
showTips_
= false;
member in OHOS::Ace::Framework::final
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/
H
A
D
slider_pattern.cpp
81
showTips_
= sliderPaintProperty->GetShowTips().value_or(false);
in OnModifyDone()
392
if (pattern->
showTips_
) {
in SetStepPointsAccessibilityVirtualNodeEvent()
693
if (
showTips_
) {
in HandleTouchDown()
728
CHECK_NULL_VOID(
showTips_
);
in InitializeBubble()
791
if (
showTips_
&& axisFlag_) {
in HandlingGestureEvent()
959
CHECK_NULL_VOID(
showTips_
);
in UpdateTipsValue()
1236
if (
showTips_
) {
in OnKeyEvent()
1247
if (
showTips_
) {
in OnKeyEvent()
1351
if (
showTips_
) {
in HandleMouseEvent()
1661
if (pattern->
showTips_
) {
in SetAccessibilityAction()
[all...]
H
A
D
slider_pattern.h
279
bool
showTips_
= false;
member in OHOS::Ace::NG::SliderPattern
/foundation/arkui/ace_engine/test/unittest/core/pattern/slider/
H
A
D
slider_test_ng.cpp
391
EXPECT_EQ(sliderPattern->
showTips_
, false);
in HWTEST_F()
404
EXPECT_EQ(sliderPattern->
showTips_
, true);
in HWTEST_F()
446
sliderPattern->
showTips_
= true;
in HWTEST_F()
797
sliderPattern->
showTips_
= true;
in HWTEST_F()
1433
sliderPattern->
showTips_
= true;
in HWTEST_F()
1496
sliderPattern->
showTips_
= true;
in HWTEST_F()
H
A
D
slider_pattern_test_ng.cpp
572
sliderPattern->
showTips_
= true;
in HWTEST_F()
717
sliderPattern->
showTips_
= true;
in HWTEST_F()
1143
sliderPattern->
showTips_
= true;
in HWTEST_F()
1176
sliderPattern->
showTips_
= false;
in HWTEST_F()
H
A
D
slider_Extend_test_ng.cpp
931
sliderPattern->
showTips_
= false;
in HWTEST_F()
952
sliderPattern->
showTips_
= true;
in HWTEST_F()
Completed in 20 milliseconds