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:preView
(Results
1 - 3
of
3
) sorted by relevance
/foundation/arkui/ui_lite/test/unittest/components/
H
A
D
ui_swipe_view_unit_test.cpp
124
UIView*
preView
= new UIView();
in HWTEST_F()
local
125
if (
preView
== nullptr) {
in HWTEST_F()
131
delete
preView
;
in HWTEST_F()
135
swipeView_->Add(
preView
);
in HWTEST_F()
136
swipeView_->Insert(
preView
, view);
in HWTEST_F()
137
EXPECT_EQ(view,
preView
->GetNextSibling());
in HWTEST_F()
139
swipeView_->Remove(
preView
);
in HWTEST_F()
142
delete
preView
;
in HWTEST_F()
H
A
D
ui_view_group_unit_test.cpp
87
UIView*
preView
= new UIView();
in HWTEST_F()
local
88
if (
preView
== nullptr) {
in HWTEST_F()
94
viewGroup_->Add(
preView
);
in HWTEST_F()
95
viewGroup_->Insert(
preView
, view);
in HWTEST_F()
96
EXPECT_EQ(view,
preView
->GetNextSibling());
in HWTEST_F()
98
delete
preView
;
in HWTEST_F()
/foundation/arkui/ui_lite/frameworks/components/
H
A
D
ui_view_group.cpp
388
UIView*
preView
= nullptr;
in UpdateRenderView()
local
399
InsertRenderView(curView,
preView
, targetView);
in UpdateRenderView()
407
preView
= curView;
in UpdateRenderView()
414
InsertRenderView(curView,
preView
, targetView);
in UpdateRenderView()
Completed in 3 milliseconds