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:IsClickable
(Results
1 - 17
of
17
) sorted by relevance
/foundation/arkui/ace_engine/adapter/ohos/osal/
H
A
D
js_third_provider_interaction_operation_utils.h
60
accessibilityElementInfo.SetClickable(nativeInfo.
IsClickable
());
in TransformAccessbilityElementInfo()
H
A
D
js_third_provider_interaction_operation.cpp
54
printStr.append(", clickable: ").append(info.
IsClickable
() ? "true" : "false");
in LogAccessibilityElementInfo()
H
A
D
js_accessibility_manager.cpp
2286
DumpLog::GetInstance().AddDesc("clickable: ", BoolToString(nodeInfo.
IsClickable
()));
in DumpCommonPropertyNG()
3244
"clickable: " + std::to_string(accessibilityInfo.
IsClickable
()));
in DumpAccessibilityElementInfosTreeNG()
/foundation/arkui/ace_engine/test/unittest/core/accessibility/
H
A
D
js_third_provider_interaction_operation_utils_test.cpp
108
nativeInfo.SetClickable(accessibilityElementInfo.
IsClickable
());
in FillNativeAccessibilityElementInfo()
293
EXPECT_EQ(beforeInfo.
IsClickable
(), afterInfo.
IsClickable
());
in CheckTransformElementInfoResult()
H
A
D
native_interface_accessibility_test.cpp
164
NATIVE_ADD_ELEMENTINFO(SetClickable, &afterInfo, beforeInfo.
IsClickable
());
in FillNativeAccessibilityElementInfo()
335
EXPECT_EQ(beforeInfo.
IsClickable
(), afterInfo.
IsClickable
());
in CheckTransformElementInfoResult()
/foundation/arkui/ace_engine/frameworks/core/accessibility/
H
A
D
native_interface_accessibility_impl.h
226
bool
IsClickable
() const
in IsClickable()
function
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H
A
D
gesture_event_hub.cpp
757
return
IsClickable
() || GetAccessibilityRecognizer<ClickRecognizer>() != nullptr;
in IsAccessibilityClickable()
1034
bool GestureEventHub::
IsClickable
() const
in IsClickable()
function in OHOS::Ace::NG::GestureEventHub
1072
if (!
IsClickable
()) {
in GetClickEvent()
H
A
D
gesture_event_hub.h
134
bool
IsClickable
() const;
/foundation/barrierfree/accessibility/interfaces/innerkits/common/include/
H
A
D
accessibility_element_info.h
846
bool
IsClickable
() const;
/foundation/barrierfree/accessibility/frameworks/common/src/
H
A
D
accessibility_element_info.cpp
220
bool AccessibilityElementInfo::
IsClickable
() const
in IsClickable()
function in OHOS::Accessibility::AccessibilityElementInfo
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/
H
A
D
button_model_ng.cpp
586
if (!gestureEventHub->
IsClickable
()) {
in TriggerClick()
/foundation/barrierfree/accessibility/frameworks/common/test/unittest/
H
A
D
accessibility_element_info_test.cpp
580
* @tc.desc: Test function SetClickable,
IsClickable
586
EXPECT_TRUE(elementInfo_->
IsClickable
());
in HWTEST_F()
/foundation/barrierfree/accessibility/frameworks/common/test/mock/src/
H
A
D
mock_accessibility_element_info.cpp
580
* @tc.desc: Test function SetClickable,
IsClickable
586
EXPECT_TRUE(elementInfo_->
IsClickable
());
in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/core/pattern/stepper/
H
A
D
stepper_test_ng.cpp
938
EXPECT_FALSE(leftGestureHub->
IsClickable
());
in HWTEST_F()
939
EXPECT_FALSE(rightGestureHub->
IsClickable
());
in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/component_test/core/
H
A
D
component_test_component_impl.cpp
360
return gesture && gesture->
IsClickable
();
in IsClickableImpl()
/foundation/arkui/ace_engine/frameworks/core/common/
H
A
D
event_manager.cpp
1913
if (gestureEventHub && gestureEventHub->
IsClickable
()) {
in TriggerKeyboardShortcut()
/foundation/barrierfree/accessibility/interfaces/kits/napi/accessibility_extension_module_loader/src/
H
A
D
napi_accessibility_element.cpp
750
callbackInfo->accessibilityElement_.elementInfo_->
IsClickable
(), &value));
in GetElementInfoClickable()
Completed in 39 milliseconds