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:touchable_
(Results
1 - 25
of
28
) sorted by relevance
1
2
/foundation/window/window_manager/previewer/src/
H
A
D
window_option.cpp
58
touchable_
= isTouchable;
in SetTouchable()
201
return
touchable_
;
in GetTouchable()
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H
A
D
component.h
126
return
touchable_
;
in IsTouchable()
130
touchable_
= touchable;
in SetTouchable()
315
bool
touchable_
= true;
member in OHOS::Ace::UpdateRenderType::Component
H
A
D
render_node.h
881
return
touchable_
;
in IsTouchable()
983
if (
touchable_
&& rect.IsInRegion(transformPoint)) {
in FindChildNodeOfClass()
1250
bool
touchable_
= true;
member in OHOS::Ace::RenderNode
H
A
D
render_node.cpp
716
if (
touchable_
&& rect.IsInRegion(transformPoint)) {
in TouchTest()
795
if (
touchable_
&& rect.IsInRegion(transformPoint)) {
in FindDropChild()
851
if (
touchable_
&& rect.IsInRegion(transformPoint)) {
in MouseDetect()
893
if (
touchable_
&& rect.IsInRegion(transformPoint)) {
in AxisDetect()
1319
touchable_
= component->IsTouchable();
in UpdateAll()
/foundation/arkui/ui_lite/frameworks/components/
H
A
D
ui_button.cpp
43
touchable_
= true;
in UIButton()
231
touchable_
= false;
in Disable()
237
touchable_
= true;
in Enable()
H
A
D
ui_view.cpp
32
:
touchable_
(false),
in UIView()
651
touchable_
= touch;
in SetTouchable()
656
return
touchable_
;
in IsTouchable()
724
if (visible_ &&
touchable_
&& rect.IsContains(point)) {
in GetTargetView()
742
if (
touchable_
) {
in GetTargetView()
H
A
D
ui_view_group.cpp
188
if (
touchable_
) {
in GetTargetView()
228
if (
touchable_
) {
in GetTargetView()
H
A
D
ui_edit_text.cpp
100
touchable_
= true;
in UIEditText()
138
if (
touchable_
) {
in DealPressEvents()
H
A
D
ui_checkbox.cpp
47
touchable_
= true;
in UICheckBox()
H
A
D
ui_abstract_scroll.cpp
146
touchable_
= true;
H
A
D
ui_analog_clock.cpp
29
touchable_
= true;
in UIAnalogClock()
H
A
D
ui_slider.cpp
30
touchable_
= true;
in UISlider()
H
A
D
ui_list.cpp
176
touchable_
= true;
in UIList()
/foundation/arkui/ui_lite/test/uitest/test_button/
H
A
D
ui_test_button.cpp
498
TestBtnOnClickTouchableListener(UIView* uiView, bool touchable) : uiView_(uiView),
touchable_
(touchable) {}
in TestBtnOnClickTouchableListener()
504
uiView_->SetTouchable(
touchable_
);
511
bool
touchable_
;
member in OHOS::TestBtnOnClickTouchableListener
568
: uiView_(uiView), originColor_(0), width_(0), height_(0), visible_(false),
touchable_
(false)
in TestBtnOnClickRevertToOriginStateListener()
575
touchable_
= uiView->IsTouchable();
in TestBtnOnClickRevertToOriginStateListener()
588
uiView_->SetTouchable(
touchable_
);
599
bool
touchable_
;
member in OHOS::TestBtnOnClickRevertToOriginStateListener
/foundation/window/window_manager/wm/src/
H
A
D
window_option.cpp
51
touchable_
= isTouchable;
in SetTouchable()
113
return
touchable_
;
in GetTouchable()
/foundation/window/window_manager/previewer/include/
H
A
D
window_option.h
419
bool
touchable_
{ true };
/foundation/window/window_manager/interfaces/innerkits/wm/
H
A
D
window_option.h
499
bool
touchable_
{ true };
/foundation/arkui/ace_engine/frameworks/core/components/touch_listener/
H
A
D
render_touch_listener.cpp
74
touchable_
= touchComponent->IsTouchable();
in Update()
76
interceptTouchEvent_ = !
touchable_
;
in Update()
/foundation/window/window_manager/utils/src/
H
A
D
window_property.cpp
93
touchable_
= isTouchable;
in SetTouchable()
396
return
touchable_
;
in GetTouchable()
724
parcel.WriteBool(isFullScreen_) && parcel.WriteBool(focusable_) && parcel.WriteBool(
touchable_
) &&
in Marshalling()
828
ret = ret && parcel.WriteBool(
touchable_
);
in Write()
975
touchable_
= property->
touchable_
;
in CopyFrom()
/foundation/window/window_manager/window_scene/common/src/
H
A
D
window_session_property.cpp
184
touchable_
= isTouchable;
in SetTouchable()
289
return
touchable_
;
in GetTouchable()
1021
parcel.WriteBool(focusable_) && parcel.WriteBool(
touchable_
) && parcel.WriteBool(tokenState_) &&
in Marshalling()
1146
touchable_
= property->
touchable_
;
in CopyFrom()
1215
return parcel.WriteBool(
touchable_
);
in WriteActionUpdateTouchable()
/foundation/window/window_manager/utils/include/
H
A
D
window_property.h
178
bool
touchable_
{ true };
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H
A
D
gesture_event_hub.h
364
bool
touchable_
= true;
member in OHOS::OHOS::Ace::NG::GestureEventHub
H
A
D
gesture_event_hub.cpp
1187
return
touchable_
;
in GetTouchable()
1192
touchable_
= touchable;
in SetTouchable()
/foundation/arkui/ui_lite/interfaces/kits/components/
H
A
D
ui_view.h
1537
bool
touchable_
: 1;
/foundation/window/window_manager/window_scene/common/include/
H
A
D
window_session_property.h
282
bool
touchable_
{ true };
Completed in 29 milliseconds
1
2