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
defs:overlayInfo
(Results
1 - 13
of
13
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/select_content_overlay/
H
A
D
select_overlay_holder.h
76
virtual void OnUpdateSelectOverlayInfo(SelectOverlayInfo&
overlayInfo
, int32_t requestCode) {}
in OnUpdateSelectOverlayInfo()
argument
H
A
D
select_content_overlay_manager.cpp
140
SelectOverlayInfo
overlayInfo
;
in BuildSelectOverlayInfo()
local
157
UpdateStatusInfos(SelectOverlayInfo&
overlayInfo
)
UpdateStatusInfos()
argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/select_overlay/
H
A
D
select_overlay_client.cpp
99
auto
overlayInfo
= GetSelectOverlayInfo(clientOverlayInfo);
in CreateSelectOverlay()
local
121
SelectOverlayInfo
overlayInfo
= selectOverlayInfo_;
in GetSelectOverlayInfo()
local
[all...]
H
A
D
select_overlay_client.h
96
OnPreShowSelectOverlay( SelectOverlayInfo&
overlayInfo
, const ClientOverlayInfo& clientInfo, bool isSelectOverlayOn)
OnPreShowSelectOverlay()
argument
/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H
A
D
rich_editor_pattern_testthree_ng.cpp
97
SelectOverlayInfo
overlayInfo
;
in HWTEST_F()
local
H
A
D
rich_editor_edit_testone_ng.cpp
953
SelectOverlayInfo
overlayInfo
;
in HWTEST_F()
local
/foundation/ability/ability_runtime/services/appmgr/include/
H
A
D
app_spawn_client.h
64
std::string
overlayInfo
; // overlay hap resource path list
member
/foundation/arkui/ace_engine/test/unittest/core/manager/
H
A
D
select_overlay_manager_test_ng.cpp
89
void OnUpdateSelectOverlayInfo(SelectOverlayInfo&
overlayInfo
, int32_t requestCode)
in OnUpdateSelectOverlayInfo()
argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H
A
D
text_select_overlay.cpp
330
void TextSelectOverlay::OnUpdateSelectOverlayInfo(SelectOverlayInfo&
overlayInfo
, int32_t requestCode)
in OnUpdateSelectOverlayInfo()
argument
H
A
D
base_text_select_overlay.cpp
223
void BaseTextSelectOverlay::OnUpdateSelectOverlayInfo(SelectOverlayInfo&
overlayInfo
, int32_t requestCode)
in OnUpdateSelectOverlayInfo()
argument
1331
auto
overlayInfo
= overlayManager->GetSelectOverlayInfo();
IsHandleInParentSafeAreaPadding()
local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H
A
D
text_field_pattern_testtwo.cpp
702
SelectOverlayInfo
overlayInfo
;
in HWTEST_F()
local
924
SelectOverlayInfo
overlayInfo
;
in HWTEST_F()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H
A
D
rich_editor_select_overlay.cpp
439
auto
overlayInfo
= manager->GetSelectOverlayInfo();
in IsSingleHandleShow()
local
455
auto
overlayInfo
= manager->GetSelectOverlayInfo();
in IsBothHandlesShow()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H
A
D
text_field_select_overlay.cpp
303
void TextFieldSelectOverlay::OnUpdateSelectOverlayInfo(SelectOverlayInfo&
overlayInfo
, int32_t requestCode)
in OnUpdateSelectOverlayInfo()
argument
Completed in 22 milliseconds