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:layoutInfo
(Results
1 - 8
of
8
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/top_down/
H
A
D
water_flow_layout_algorithm.h
28
explicit WaterFlowLayoutAlgorithm(const RefPtr<WaterFlowLayoutInfo>&
layoutInfo
) : layoutInfo_(
layoutInfo
) {}
in WaterFlowLayoutAlgorithm()
argument
H
A
D
water_flow_segmented_layout.h
65
explicit WaterFlowSegmentedLayout(const RefPtr<WaterFlowLayoutInfo>&
layoutInfo
) : info_(
layoutInfo
) {}
in WaterFlowSegmentedLayout()
argument
/foundation/arkui/ace_engine/adapter/preview/osal/
H
A
D
stylus_detector_mgr.cpp
84
const WeakPtr<NG::LayoutInfoInterface>&
layoutInfo
) {}
in AddTextFieldFrameNode()
83
AddTextFieldFrameNode(const RefPtr<NG::FrameNode>& frameNode, const WeakPtr<NG::LayoutInfoInterface>&
layoutInfo
)
AddTextFieldFrameNode()
argument
/foundation/arkui/ace_engine/test/mock/core/common/
H
A
D
mock_stylus_detector_mgr.cpp
84
const WeakPtr<NG::LayoutInfoInterface>&
layoutInfo
) {}
in AddTextFieldFrameNode()
83
AddTextFieldFrameNode(const RefPtr<NG::FrameNode>& frameNode, const WeakPtr<NG::LayoutInfoInterface>&
layoutInfo
)
AddTextFieldFrameNode()
argument
/foundation/arkui/ace_engine/adapter/ohos/osal/
H
A
D
stylus_detector_mgr.cpp
380
auto
layoutInfo
= StylusDetectorMgr::GetInstance()->layoutInfo_.Upgrade();
in GetGlyphPositionByGlobalOffset()
local
381
CHECK_NULL_RETURN(
layoutInfo
, finalResult);
in GetGlyphPositionByGlobalOffset()
382
return
layoutInfo
->GetGlyphPositionAtCoordinate(localOffset.GetX(), localOffset.GetY());
in GetGlyphPositionByGlobalOffset()
614
const WeakPtr<NG::LayoutInfoInterface>&
layoutInfo
)
in AddTextFieldFrameNode()
626
textFieldLayoutInfos_[id] =
layoutInfo
;
in AddTextFieldFrameNode()
613
AddTextFieldFrameNode(const RefPtr<NG::FrameNode>& frameNode, const WeakPtr<NG::LayoutInfoInterface>&
layoutInfo
)
AddTextFieldFrameNode()
argument
/foundation/arkui/ace_engine/frameworks/core/common/stylus/
H
A
D
stylus_detector_mgr.h
61
const WeakPtr<NG::LayoutInfoInterface>&
layoutInfo
);
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_view_measure_layout.cpp
541
JSRef<JSObject>
layoutInfo
= JSRef<JSObject>::Make(jsObject);
in JSLayout()
local
542
JSRef<JSObject> sizeObj =
layoutInfo
->GetProperty("position");
in JSLayout()
580
JSRef<JSObject>
layoutInfo
= JSRef<JSObject>::Make(jsObject);
in JSPlaceChildren()
local
581
JSRef<JSVal> xVal =
layoutInfo
->GetProperty("x");
in JSPlaceChildren()
582
JSRef<JSVal> yVal =
layoutInfo
->GetProperty("y");
in JSPlaceChildren()
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_handler/histreamer_ability_querier/src/
H
A
D
histreamer_ability_querier.cpp
411
cJSON *
layoutInfo
= nullptr;
in FromJson()
local
412
cJSON_ArrayForEach(
layoutInfo
, channelLayoutJson) {
in FromJson()
413
if (
layoutInfo
&&
layoutInfo
->type == cJSON_Number) {
in FromJson()
414
audioDecoderIn.channel_layout.push_back(static_cast<AudioChannelLayout>(
layoutInfo
->valueint));
in FromJson()
Completed in 9 milliseconds