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:needFocus
(Results
1 - 9
of
9
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components/checkable/
H
A
D
render_checkable.h
64
void SetNeedFocus(bool
needFocus
)
in SetNeedFocus()
argument
66
needFocus_ =
needFocus
;
in SetNeedFocus()
H
A
D
checkable_component.h
250
void SetNeedFocus(bool
needFocus
)
in SetNeedFocus()
argument
252
needFocus_ =
needFocus
;
in SetNeedFocus()
/foundation/arkui/ace_engine/frameworks/core/components/calendar/
H
A
D
calendar_element.cpp
319
bool
needFocus
= focusableGrid->RequestNextFocus(vertical, reverse) >= 0;
in RequestNextFocus()
local
320
if (
needFocus
) {
in RequestNextFocus()
328
return
needFocus
;
in RequestNextFocus()
H
A
D
calendar_component.h
88
void SetNeedFocus(bool
needFocus
)
in SetNeedFocus()
argument
90
needFocus_ =
needFocus
;
in SetNeedFocus()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stage/
H
A
D
stage_manager.h
54
bool
needFocus
= true);
H
A
D
stage_manager.cpp
495
void StageManager::FirePageShow(const RefPtr<UINode>& node, PageTransitionType transitionType, bool
needFocus
)
in FirePageShow()
argument
503
if (
needFocus
) {
in FirePageShow()
/foundation/arkui/ui_lite/test/uitest/test_edit_text/
H
A
D
custom_input_method.cpp
117
bool
needFocus
= editView_ == nullptr ? true : false;
in OnShow()
local
132
if (
needFocus
) {
in OnShow()
/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/
H
A
D
subwindow_ohos.cpp
508
void SubwindowOhos::ShowWindow(bool
needFocus
)
in ShowWindow()
argument
513
if (
needFocus
) {
in ShowWindow()
514
window_->SetFocusable(
needFocus
);
in ShowWindow()
527
auto ret = window_->SetFocusable(
needFocus
);
in ShowWindow()
531
needFocus
, static_cast<int32_t>(ret));
in ShowWindow()
533
ret = window_->Show(0, false,
needFocus
);
in ShowWindow()
539
if (
needFocus
) {
in ShowWindow()
H
A
D
subwindow_ohos.h
164
void ShowWindow(bool
needFocus
= true);
Completed in 19 milliseconds