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:block_
(Results
1 - 11
of
11
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components/slider/
H
A
D
slider_component.cpp
23
:
block_
(AceType::MakeRefPtr<CircleBlock>()), track_(AceType::MakeRefPtr<LinearTrack>()),
in SliderComponent()
38
block_
->SetBlockColor(theme->GetBlockColor());
in SetThemeStyle()
49
block_
->SetHoverColor(theme->GetBlockHoverColor());
in InitStyle()
52
block_
->SetBlockSize(theme->GetInsetBlockSize());
in InitStyle()
53
block_
->SetHotRegionWidth(theme->GetInsetBlockHotSize());
in InitStyle()
54
block_
->SetHotRegionHeight(theme->GetInsetBlockHotSize());
in InitStyle()
57
block_
->SetBlockSize(theme->GetOutsetBlockSize());
in InitStyle()
58
block_
->SetHotRegionWidth(theme->GetOutsetBlockHotSize());
in InitStyle()
59
block_
->SetHotRegionHeight(theme->GetOutsetBlockHotSize());
in InitStyle()
H
A
D
slider_component.h
78
return
block_
;
in GetBlock()
103
block_
= block;
in SetBlock()
235
RefPtr<BlockComponent>
block_
;
member in OHOS::Ace::SliderComponent
H
A
D
rosen_render_slider.cpp
42
block_
= RenderBlock::Create();
in Update()
43
AddChild(
block_
);
in Update()
44
block_
->Attach(GetContext());
in Update()
55
block_
->Update(slider->GetBlock());
in Update()
149
auto blockRenderNode = AceType::DynamicCast<RenderBlock>(
block_
);
in ProcessBlock()
246
auto renderBlock = AceType::DynamicCast<RenderBlock>(
block_
);
in OnMouseHoverExitTest()
283
auto renderBlock = AceType::DynamicCast<RenderBlock>(
block_
);
in CreateColorAnimation()
H
A
D
rosen_render_slider.h
44
return AceType::DynamicCast<RenderBlock>(
block_
);
in GetRenderBlock()
H
A
D
render_slider.h
298
RefPtr<RenderNode>
block_
= AceType::MakeRefPtr<RenderBlock>();
member in OHOS::Ace::RenderSlider
H
A
D
render_slider.cpp
132
auto block = AceType::DynamicCast<RenderBlock>(
block_
);
in HandleFocus()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/communicator/
H
A
D
adapter_stub.cpp
240
block_
.lock();
in SimulateSendBlock()
247
block_
.unlock();
in SimulateSendBlockClear()
337
block_
.lock();
in ApplySendBlock()
338
block_
.unlock();
in ApplySendBlock()
H
A
D
adapter_stub.h
111
std::mutex
block_
;
member in DistributedDB::AdapterStub
/foundation/CastEngine/castengine_wifi_display/services/mediachannel/
H
A
D
buffer_dispatcher.h
213
bool
block_
= false;
member in OHOS::Sharing::BufferDispatcher::DataNotifier
H
A
D
buffer_dispatcher.cpp
252
if (
block_
) {
in NotifyDataReceiver()
306
block_
= true;
in SetBlock()
/foundation/CastEngine/castengine_wifi_display/tests/unittest/mediachannel/dispatcher/
H
A
D
media_dispatcher_unit_test.cpp
462
dataNotifier->
block_
= true;
in HWTEST_F()
Completed in 12 milliseconds