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:IsFocusable
(Results
1 - 25
of
48
) sorted by relevance
1
2
/foundation/arkui/ace_engine/frameworks/core/focus/
H
A
D
focus_node.cpp
88
if (scope && scope->
IsFocusable
()) {
in CollectTabIndexNodes()
100
if (node->
IsFocusable
() && node->GetTabIndex() > 0) {
in CollectTabIndexNodes()
190
if (!
IsFocusable
()) {
in DumpFocusTree()
210
if (!parent->
IsFocusable
()) {
in IsFocusableWholePath()
215
return
IsFocusable
();
in IsFocusableWholePath()
236
if (!
IsFocusable
()) {
in RequestFocusImmediately()
253
if (isGetDefaultFocus && isDefaultFocus_ &&
IsFocusable
()) {
in GetChildDefaultFocusNode()
256
if (!isGetDefaultFocus && isDefaultGroupFocus_ &&
IsFocusable
()) {
in GetChildDefaultFocusNode()
353
RefreshParentFocusable(FocusNode::
IsFocusable
());
in SetFocusable()
386
while (!parent->
IsFocusable
()) {
in RefreshFocus()
561
bool FocusGroup::
IsFocusable
() const
IsFocusable()
function in OHOS::Ace::FocusGroup
[all...]
H
A
D
focus_node.h
57
virtual bool
IsFocusable
() const
in IsFocusable()
function in OHOS::Ace::FocusNode
68
return
IsFocusable
();
in AcceptFocusByRectOfLastFocus()
321
bool
IsFocusable
() const override;
/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H
A
D
tab_bar_item_element.h
50
bool
IsFocusable
() const override
52
return FocusNode::
IsFocusable
();
H
A
D
tab_content_element.cpp
60
if (!focusNode || !focusNode->
IsFocusable
()) {
in UpdateLastFocusNode()
211
bool TabContentElement::
IsFocusable
() const
in IsFocusable()
function in OHOS::Ace::TabContentElement
215
return focusNode->
IsFocusable
();
in IsFocusable()
H
A
D
tab_content_element.h
46
bool
IsFocusable
() const override;
/foundation/arkui/ace_engine/frameworks/core/components/focusable/
H
A
D
focusable_element.cpp
42
SetFocusable(focusableComponent->
IsFocusable
());
in Update()
173
bool FocusableElement::
IsFocusable
() const
in IsFocusable()
function in OHOS::Ace::FocusableElement
175
return isNode_ ? FocusNode::
IsFocusable
() : FocusGroup::
IsFocusable
();
in IsFocusable()
H
A
D
focusable_element.h
33
bool
IsFocusable
() const override;
H
A
D
focusable_component.h
161
bool
IsFocusable
() const
in IsFocusable()
function in OHOS::Ace::final
/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H
A
D
swiper_element.h
31
bool
IsFocusable
() const override;
H
A
D
swiper_element.cpp
74
bool SwiperElement::
IsFocusable
() const
in IsFocusable()
function in OHOS::Ace::SwiperElement
92
return (*currentFocusNode) && (*currentFocusNode)->
IsFocusable
();
in IsFocusable()
/foundation/arkui/ace_engine/frameworks/core/components/stack/
H
A
D
stack_element.cpp
248
if (!focusNodes_.empty() && focusNodes_.back()->
IsFocusable
()) {
in PerformPushChild()
338
if (
IsFocusable
()) {
in PerformPopTextOverlay()
384
if (
IsFocusable
()) {
in PerformPopPopup()
398
if (
IsFocusable
()) {
in PerformPopMenu()
494
if (
IsFocusable
()) {
in EnableTouchEventAndRequestFocus()
/foundation/arkui/ace_engine/frameworks/core/components/flex/
H
A
D
flex_element.cpp
52
if (!(*it)->
IsFocusable
()) {
in AcceptFocusByRectOfLastFocus()
/foundation/arkui/ui_lite/frameworks/dock/
H
A
D
focus_manager.cpp
32
if (view == nullptr || view == focusView_ || !view->
IsFocusable
() ||
in RequestFocus()
237
if (!current->IsVisible() || !current->
IsFocusable
()) {
in GetNextFocus()
250
if (!current->IsVisible() || !current->
IsFocusable
()) {
in GetNextFocus()
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H
A
D
focus_hub.cpp
263
if (!
IsFocusable
()) {
in DumpFocusNodeTree()
299
if (!
IsFocusable
()) {
in DumpFocusScopeTree()
512
bool FocusHub::
IsFocusable
()
in IsFocusable()
function in OHOS::Ace::NG::FocusHub
532
return AnyChildFocusHub([](const RefPtr<FocusHub>& focusHub) { return focusHub->
IsFocusable
(); });
in IsFocusableScope()
585
return AnyChildFocusHub([](const RefPtr<FocusHub>& focusNode) { return focusNode->
IsFocusable
(); });
in IsSyncRequestFocusableScope()
1442
[](const RefPtr<FocusHub>& focusNode) { return focusNode->
IsFocusable
(); });
1771
return
IsFocusable
();
1853
if (!child->
IsFocusable
()) {
1937
return
IsFocusable
();
1942
if (!
IsFocusable
()) {
[all...]
H
A
D
focus_hub.h
556
bool
IsFocusable
();
967
if (child->
IsFocusable
()) {
in GetFocusableCount()
/foundation/arkui/ace_engine/frameworks/core/components/stage/
H
A
D
stage_element.cpp
299
if (
IsFocusable
()) {
in RefreshFocus()
688
bool StageElement::
IsFocusable
() const
in IsFocusable()
function in OHOS::Ace::StageElement
690
if (!FocusNode::
IsFocusable
()) {
in IsFocusable()
698
return focusNodes_.back()->
IsFocusable
();
in IsFocusable()
H
A
D
stage_element.h
50
bool
IsFocusable
() const override;
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/
H
A
D
search_text_field.cpp
85
if (!focusHub->
IsFocusable
() || !parentFrameNode->IsVisible()) {
in IsTextEditableForStylus()
/foundation/arkui/ace_engine/adapter/ohos/osal/
H
A
D
js_third_provider_interaction_operation_utils.h
55
accessibilityElementInfo.SetFocusable(nativeInfo.
IsFocusable
());
in TransformAccessbilityElementInfo()
/foundation/arkui/ace_engine/test/unittest/core/accessibility/
H
A
D
js_third_provider_interaction_operation_utils_test.cpp
103
nativeInfo.SetFocusable(accessibilityElementInfo.
IsFocusable
());
in FillNativeAccessibilityElementInfo()
288
EXPECT_EQ(beforeInfo.
IsFocusable
(), afterInfo.
IsFocusable
());
in CheckTransformElementInfoResult()
H
A
D
native_interface_accessibility_test.cpp
158
NATIVE_ADD_ELEMENTINFO(SetFocusable, &afterInfo, beforeInfo.
IsFocusable
());
in FillNativeAccessibilityElementInfo()
330
EXPECT_EQ(beforeInfo.
IsFocusable
(), afterInfo.
IsFocusable
());
in CheckTransformElementInfoResult()
/foundation/arkui/ace_engine/frameworks/core/components/list/
H
A
D
list_item_group_element.cpp
166
if (listItem && listItem->
IsFocusable
() && currentFocusIndex == listItem->GetIndex()) {
in TraverseFocusNode()
/foundation/arkui/ace_engine/frameworks/core/accessibility/
H
A
D
native_interface_accessibility_impl.h
176
bool
IsFocusable
() const
in IsFocusable()
function
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H
A
D
element.cpp
311
focusNode->SetParentFocusable(scope->FocusNode::
IsFocusable
());
in AddToFocus()
/foundation/barrierfree/accessibility/interfaces/innerkits/common/include/
H
A
D
accessibility_element_info.h
766
bool
IsFocusable
() const;
Completed in 23 milliseconds
1
2