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:lastItem
(Results
1 - 6
of
6
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/top_down/
H
A
D
water_flow_layout_info.cpp
98
auto
lastItem
= crossItems.second.rbegin();
in GetMaxMainHeight()
local
99
auto crossMainHeight =
lastItem
->second.first +
lastItem
->second.second;
in GetMaxMainHeight()
196
auto
lastItem
= crossItems.second.rbegin();
in IsAllCrossReachEnd()
local
197
auto lastOffset =
lastItem
->second.first +
lastItem
->second.second;
in IsAllCrossReachEnd()
218
auto
lastItem
= crossItems.rbegin();
in GetCrossIndexForNextItem()
local
219
auto lastOffset =
lastItem
->second.first +
lastItem
->second.second;
in GetCrossIndexForNextItem()
223
position.lastItemIndex =
lastItem
in GetCrossIndexForNextItem()
483
int32_t
lastItem
= static_cast<int32_t>(itemInfos_.size()) - 1;
PrepareSegmentStartPos()
local
[all...]
H
A
D
water_flow_layout_algorithm.cpp
428
const int32_t
lastItem
= layoutInfo_->GetLastItem();
in PreloadItem()
local
429
if (itemIdx <=
lastItem
) {
in PreloadItem()
434
const bool res = MeasureToTarget(host,
lastItem
, deadline);
in PreloadItem()
441
const int32_t
lastItem
= layoutInfo_->GetLastItem();
in SyncPreloadItem()
local
442
if (itemIdx <=
lastItem
) {
in SyncPreloadItem()
454
MeasureToTarget(host,
lastItem
, std::nullopt);
in SyncPreloadItem()
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/post_event/
H
A
D
post_event_manager.cpp
58
auto
lastItem
= lastEventMap.find(touchEvent.id);
in PostDownEvent()
local
59
if (
lastItem
!= lastEventMap.end()) {
in PostDownEvent()
60
auto event =
lastItem
->second.touchEvent;
in PostDownEvent()
62
PostUpEvent(
lastItem
->second.targetNode, event);
in PostDownEvent()
/foundation/multimodalinput/input/service/event_resample/src/
H
A
D
event_resample.cpp
418
auto
lastItem
= touchState.lastResample.pointers.find(id);
in ResampleCoordinates()
local
419
if (
lastItem
!= touchState.lastResample.pointers.end()) {
in ResampleCoordinates()
421
lastItem
->second.CopyFrom(oldLastItem->second);
in ResampleCoordinates()
/foundation/arkui/ace_engine/test/unittest/core/pattern/waterflow/
H
A
D
water_flow_top_down_test.cpp
74
auto
lastItem
= info->items_[0].begin()->second.rbegin();
in HWTEST_F()
local
75
float mainSize =
lastItem
->second.first +
lastItem
->second.second - 1.0f;
in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H
A
D
swiper_pattern.cpp
4693
const auto
lastItem
= GetLastItemInfoInVisibleArea();
4694
const int32_t visibleItemCnt =
lastItem
.first - firstItem.first + 1;
4698
const float childrenLength =
lastItem
.second.endPos - firstItem.second.startPos;
Completed in 17 milliseconds