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:button_
(Results
1 - 7
of
7
) sorted by relevance
/applications/sample/camera/launcher/launcher/src/main/cpp/
H
A
D
long_press_view.cpp
77
viewGroup_->SetPosition(pApp->buttonXY_.x / WIDTH_DISCOUNT + pApp->
button_
->GetWidth(),
in Show()
78
pApp->buttonXY_.y / WIDTH_DISCOUNT + pApp->
button_
->GetHeight(), pApp->
button_
->GetWidth(),
in Show()
79
(pApp->
button_
->GetHeight() * WIDTH_DISCOUNT) / HEIGHT_DISCOUNT + pApp->
button_
->GetHeight() / WIDTH_DISCOUNT);
in Show()
81
pApp->
button_
->GetWidth(), pApp->
button_
->GetHeight() / WIDTH_DISCOUNT);
in Show()
82
buttCancle_->SetPosition(0, (pApp->
button_
->GetHeight() * WIDTH_DISCOUNT) / HEIGHT_DISCOUNT,
in Show()
83
pApp->
button_
->GetWidth(), pApp->
button_
in Show()
[all...]
H
A
D
app_info.cpp
26
if (
button_
) {
in Release()
27
delete
button_
;
in Release()
28
button_
= nullptr;
in Release()
51
button_
= nullptr;
in ReSet()
69
button_
= button;
in SetButton()
91
button_
->SetOnClickListener(clickListener);
in SetListener()
94
button_
->SetOnLongPressListener(lPListener);
in SetListener()
96
button_
->SetDraggable(true);
in SetListener()
H
A
D
app_info.h
50
UILabelButton*
button_
{ nullptr };
H
A
D
view_group_page.cpp
160
viewGroup_->Remove(app->data_->
button_
);
in RemoveApp()
H
A
D
swipe_view.cpp
184
lpView_->Show(static_cast<UIViewGroup*>(app->
button_
->GetParent()), app);
in ShowLongPressView()
/applications/sample/camera/gallery/src/
H
A
D
player_ability_slice.cpp
440
button_
->OnClickEvent(event);
in OnClick()
443
button_
->Invalidate();
in OnClick()
448
if (
button_
->GetState()) {
in OnClick()
457
button_
->Invalidate();
in OnClick()
/applications/sample/camera/gallery/include/
H
A
D
player_ability_slice.h
49
:
button_
(btn),
in ToggleBtnListener()
63
UIToggleButton*
button_
;
member in OHOS::ToggleBtnListener
Completed in 4 milliseconds