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:selectPopup
(Results
1 - 4
of
4
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H
A
D
dom_navigation_bar.cpp
74
auto
selectPopup
= AceType::DynamicCast<SelectComponent>(child->GetSpecializedComponent());
in OnChildNodeRemoved()
local
75
if (
selectPopup
) {
in OnChildNodeRemoved()
76
navigationBarData_->
selectPopup
= nullptr;
in OnChildNodeRemoved()
97
auto
selectPopup
= AceType::DynamicCast<SelectComponent>(child->GetSpecializedComponent());
in OnChildNodeAdded()
local
98
if (
selectPopup
) {
in OnChildNodeAdded()
99
navigationBarData_->
selectPopup
=
selectPopup
;
in OnChildNodeAdded()
/foundation/arkui/ace_engine/frameworks/core/components/select/
H
A
D
select_element.cpp
133
RefPtr<SelectPopupComponent>
selectPopup
= AceType::DynamicCast<SelectPopupComponent>(select->GetPopup());
in HandleClickedEvent()
local
134
if (!
selectPopup
) {
in HandleClickedEvent()
149
if (
selectPopup
->GetDialogShowed()) {
in HandleClickedEvent()
151
selectPopup
->HideDialog(SELECT_INVALID_INDEX);
in HandleClickedEvent()
156
selectPopup
->SetDefaultSelecting();
in HandleClickedEvent()
157
selectPopup
->ShowDialog(stackElement, leftTop, rightBottom, false);
in HandleClickedEvent()
/foundation/arkui/ace_engine/frameworks/core/components/select_popup/
H
A
D
render_select_popup.cpp
30
auto
selectPopup
= weak.Upgrade();
in RenderSelectPopup()
31
if (
selectPopup
) {
in RenderSelectPopup()
32
selectPopup
->ProcessTouchDown(info);
in RenderSelectPopup()
33
selectPopup
->HandleRawEvent(info.GetTouches().front().GetLocalLocation());
in RenderSelectPopup()
/foundation/arkui/ace_engine/frameworks/core/components/navigation_bar/
H
A
D
navigation_bar_component.h
100
RefPtr<SelectComponent>
selectPopup
;
member
309
selectPopup_(data->
selectPopup
)
in PhoneTitleBarBuilder()
Completed in 4 milliseconds