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:maskRect
(Results
1 - 18
of
18
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/prompt/
H
A
D
cj_prompt_ffi.h
31
NativeRectangle
maskRect
;
member
H
A
D
cj_prompt_ffi.cpp
145
auto
maskRect
in FfiPromptOpenCustomDialog()
local
[all...]
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H
A
D
custom_dialog_model.h
30
ArkUIRect*
maskRect
;
member
H
A
D
custom_dialog_model.cpp
73
auto*
maskRect
= controllerHandler->
maskRect
;
in DisposeDialog()
local
121
DimensionRect
maskRect
;
in ParseDialogMask()
local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H
A
D
picker_model.h
41
std::optional<DimensionRect>
maskRect
;
member
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H
A
D
cj_alert_dialog_ffi.h
55
NativeRectangle
maskRect
;
member
H
A
D
cj_customdialog_controller_ffi.h
40
NativeRectangle
maskRect
;
member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H
A
D
textpicker_model.h
35
std::optional<DimensionRect>
maskRect
;
member
/foundation/arkui/ace_engine/interfaces/native/node/
H
A
D
dialog_model.cpp
98
int32_t SetMask(ArkUI_NativeDialogHandle handle, uint32_t maskColor, const ArkUI_Rect*
maskRect
)
in SetMask()
argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/dialog/
H
A
D
js_custom_dialog_controller.cpp
178
DimensionRect
maskRect
;
in ConstructorCallback()
local
H
A
D
js_alert_dialog.cpp
355
DimensionRect
maskRect
;
in ParseAlertMaskRect()
local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/action_sheet/
H
A
D
js_action_sheet.cpp
295
DimensionRect
maskRect
;
in ParseMaskRect()
local
/foundation/arkui/ace_engine/test/unittest/core/pattern/dialog/
H
A
D
dialog_model_test_ng.cpp
1297
auto
maskRect
= layoutAlgorithm->GetMaskRect(dialog);
in HWTEST_F()
local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/
H
A
D
dialog_layout_algorithm.cpp
500
std::optional<DimensionRect>
maskRect
;
in GetMaskRect()
local
462
ProcessMaskRect( std::optional<DimensionRect>
maskRect
, const RefPtr<FrameNode>& dialog, bool isMask)
ProcessMaskRect()
argument
538
std::optional<DimensionRect>
maskRect
= GetMaskRect(frameNode);
Layout()
local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/dialog/
H
A
D
dialog_properties.h
266
std::optional<DimensionRect>
maskRect
;
member
293
std::optional<DimensionRect>
maskRect
;
member
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_datepicker.cpp
1083
DimensionRect
maskRect
;
in UpdatePickerDialogInfo()
local
1766
DimensionRect
maskRect
;
in Show()
local
[all...]
H
A
D
js_textpicker.cpp
1464
DimensionRect
maskRect
;
in Show()
local
/foundation/arkui/ace_engine/interfaces/napi/kits/promptaction/
H
A
D
prompt_action.cpp
1365
std::optional<DimensionRect>
maskRect
;
in JSPromptShowDialog()
local
775
GetNapiDialogProps(napi_env env, const std::shared_ptr<PromptAsyncContext>& asyncContext, std::optional<DialogAlignment>& alignment, std::optional<DimensionOffset>& offset, std::optional<DimensionRect>&
maskRect
)
GetNapiDialogProps()
argument
1954
std::optional<DimensionRect>
maskRect
;
GetPromptActionDialog()
local
[all...]
Completed in 21 milliseconds