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:clickView_
(Results
1 - 2
of
2
) sorted by relevance
/foundation/arkui/ui_lite/test/unittest/events/
H
A
D
event_bubble_unit_test.cpp
94
static TestEventBubbleView*
clickView_
;
member in OHOS::EventBubbleTest
159
TestEventBubbleView* EventBubbleTest::
clickView_
= nullptr;
member in OHOS::EventBubbleTest
184
clickView_
= new TestEventBubbleView();
in TestApp()
185
SetUpTestview(
clickView_
, true, false);
in TestApp()
267
if ((
clickView_
== nullptr) || (rootView_ == nullptr)) {
in HWTEST_F()
272
Point clickPoint = {(int16_t)(
clickView_
->GetRect().GetX() +
clickView_
->GetWidth() / 2),
in HWTEST_F()
273
(int16_t)(
clickView_
->GetRect().GetY() +
clickView_
->GetHeight() / 2)};
in HWTEST_F()
277
EXPECT_EQ(curView,
clickView_
);
in HWTEST_F()
[all...]
/foundation/arkui/ui_lite/test/unittest/dfx/
H
A
D
event_injector_unit_test.cpp
98
static TestEventInjectorView*
clickView_
;
member in OHOS::EventInjectorTest
109
TestEventInjectorView* EventInjectorTest::
clickView_
= nullptr;
member in OHOS::EventInjectorTest
160
clickView_
= new TestEventInjectorView();
in TestApp()
161
SetUpTestview(
clickView_
, true, false);
in TestApp()
236
if (
clickView_
== nullptr) {
in HWTEST_F()
242
Point clickPoint = {static_cast<int16_t>(
clickView_
->GetRect().GetX() +
clickView_
->GetWidth() / 2),
in HWTEST_F()
243
static_cast<int16_t>(
clickView_
->GetRect().GetY() +
clickView_
->GetHeight() / 2)};
in HWTEST_F()
Completed in 2 milliseconds