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:IsTouchable
(Results
1 - 13
of
13
) sorted by relevance
/foundation/arkui/ui_lite/test/unittest/components/
H
A
D
ui_image_unit_test.cpp
347
EXPECT_EQ(imageView_->
IsTouchable
(), true);
in HWTEST_F()
349
EXPECT_EQ(imageView_->
IsTouchable
(), false);
in HWTEST_F()
H
A
D
ui_button_unit_test.cpp
172
* @tc.desc: Verify
IsTouchable
function, equal.
183
EXPECT_EQ(button_->
IsTouchable
(), true);
in HWTEST_F()
185
EXPECT_EQ(button_->
IsTouchable
(), false);
in HWTEST_F()
H
A
D
ui_view_unit_test.cpp
225
EXPECT_EQ(view_->
IsTouchable
(), true);
in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H
A
D
component.h
124
bool
IsTouchable
() const
in IsTouchable()
function in OHOS::Ace::UpdateRenderType::Component
H
A
D
render_node.h
879
bool
IsTouchable
() const
in IsTouchable()
function in OHOS::Ace::RenderNode
H
A
D
render_node.cpp
750
(child->
IsTouchable
() && (child->InterceptTouchEvent() || IsExclusiveEventForChild()) &&
in DispatchTouchTestToChildren()
1319
touchable_ = component->
IsTouchable
();
in UpdateAll()
/foundation/arkui/ace_engine/frameworks/core/components/touch_listener/
H
A
D
render_touch_listener.cpp
74
touchable_ = touchComponent->
IsTouchable
();
in Update()
/foundation/arkui/ui_lite/interfaces/kits/components/
H
A
D
ui_view.h
723
bool
IsTouchable
() const;
/foundation/arkui/ui_lite/frameworks/dfx/
H
A
D
ui_dump_dom_tree.cpp
249
cJSON_AddBoolToObject(usr, "touchable", view->
IsTouchable
());
in AddCommonField()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H
A
D
view_stack_processor.cpp
707
component->SetTouchable(mainComponent->
IsTouchable
() &&
in WrapComponents()
/foundation/arkui/ui_lite/test/uitest/test_button/
H
A
D
ui_test_button.cpp
575
touchable_ = uiView->
IsTouchable
();
in TestBtnOnClickRevertToOriginStateListener()
/foundation/arkui/ui_lite/frameworks/components/
H
A
D
ui_view.cpp
654
bool UIView::
IsTouchable
() const
in IsTouchable()
function in OHOS::UIView
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H
A
D
inspector_composed_element.cpp
1651
return render->
IsTouchable
();
in GetTouchable()
Completed in 20 milliseconds