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:viewGroup_
(Results
1 - 9
of
9
) sorted by relevance
/foundation/arkui/ui_lite/test/unittest/common/
H
A
D
focus_manager_unit_test.cpp
29
static UIViewGroup*
viewGroup_
;
member in OHOS::FocusManagerTest
34
UIViewGroup* FocusManagerTest::
viewGroup_
= nullptr;
member in OHOS::FocusManagerTest
40
if (
viewGroup_
== nullptr) {
in SetUpTestCase()
41
viewGroup_
= new UIViewGroup();
in SetUpTestCase()
42
viewGroup_
->SetPosition(0, 0, 200, 200); // 200: width, 200: height
in SetUpTestCase()
54
viewGroup_
->Add(label1_);
in SetUpTestCase()
55
viewGroup_
->Add(label2_);
in SetUpTestCase()
61
if (
viewGroup_
!= nullptr) {
in TearDownTestCase()
62
viewGroup_
->Remove(label1_);
in TearDownTestCase()
63
viewGroup_
in TearDownTestCase()
[all...]
/foundation/arkui/ui_lite/test/unittest/components/
H
A
D
ui_view_group_unit_test.cpp
27
UIViewGroupTest() :
viewGroup_
(nullptr) {}
in UIViewGroupTest()
33
UIViewGroup*
viewGroup_
;
member in OHOS::UIViewGroupTest
38
if (
viewGroup_
== nullptr) {
in SetUp()
39
viewGroup_
= new UIViewGroup();
in SetUp()
45
if (
viewGroup_
!= nullptr) {
in TearDown()
46
delete
viewGroup_
;
in TearDown()
47
viewGroup_
= nullptr;
in TearDown()
59
if (
viewGroup_
== nullptr) {
in HWTEST_F()
68
viewGroup_
->Add(view);
in HWTEST_F()
69
EXPECT_EQ(view,
viewGroup_
in HWTEST_F()
[all...]
/foundation/arkui/ui_lite/test/uitest/test_texture_mapper/
H
A
D
ui_test_texture_mapper.h
32
viewGroup_
= viewGroup;
in TestTextureMapperStopListener()
33
viewGroup_
->Add(&label_);
in TestTextureMapperStopListener()
46
if (
viewGroup_
!= nullptr) {
in ~TestTextureMapperStopListener()
47
viewGroup_
->Remove(&label_);
in ~TestTextureMapperStopListener()
59
UIViewGroup*
viewGroup_
= nullptr;
member in OHOS::TestTextureMapperStopListener
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H
A
D
image_animator_component.cpp
40
viewGroup_
(nullptr),
in ImageAnimatorComponent()
57
viewGroup_
= new UIViewGroup();
in CreateNativeViews()
58
if (
viewGroup_
== nullptr) {
in CreateNativeViews()
61
viewGroup_
->SetStyle(STYLE_BACKGROUND_OPA, OPA_TRANSPARENT);
in CreateNativeViews()
65
delete (
viewGroup_
);
in CreateNativeViews()
66
viewGroup_
= nullptr;
in CreateNativeViews()
70
viewGroup_
->Add(imageAnimator_);
in CreateNativeViews()
81
ACE_DELETE(
viewGroup_
);
in ReleaseNativeViews()
95
viewGroup_
->SetExtraMsg(extraMsg);
in SetViewExtraMsg()
101
return
viewGroup_
;
in GetComponentRootView()
[all...]
H
A
D
image_animator_component.h
102
UIViewGroup *
viewGroup_
;
member in OHOS::ACELite::final
/foundation/arkui/ui_lite/test/uitest/test_image_animator/
H
A
D
ui_test_image_animator.h
29
explicit TestAnimatorStopListener(UIViewGroup* viewGroup) :
viewGroup_
(viewGroup)
in TestAnimatorStopListener()
31
viewGroup_
= viewGroup;
in TestAnimatorStopListener()
38
viewGroup_
->Add(label_);
in Init()
56
UIViewGroup*
viewGroup_
= nullptr;
member in OHOS::TestAnimatorStopListener
/foundation/arkui/ui_lite/test/uitest/test_focus_manager/
H
A
D
ui_test_focus_manager.cpp
90
:
viewGroup_
(viewGroup), intercept_(intercept) {}
in SetGroupInterceptOnClickListener()
96
if (
viewGroup_
!= nullptr) {
in OnClick()
97
viewGroup_
->SetInterceptFocus(intercept_);
in OnClick()
103
UIViewGroup*
viewGroup_
= nullptr;
member in OHOS::SetGroupInterceptOnClickListener
109
explicit SetGroupInterceptFalseOnClickListener(UIViewGroup* viewGroup) :
viewGroup_
(viewGroup) {}
in SetGroupInterceptFalseOnClickListener()
115
viewGroup_
->SetInterceptFocus(false);
in OnClick()
119
UIViewGroup*
viewGroup_
= nullptr;
member in OHOS::SetGroupInterceptFalseOnClickListener
/foundation/arkui/ui_lite/test/uitest/test_slider/
H
A
D
ui_test_slider.h
32
viewGroup_
= viewGroup;
in TestUISliderEventListener()
43
UIViewGroup*
viewGroup_
= nullptr;
member in OHOS::TestUISliderEventListener
H
A
D
ui_test_slider.cpp
90
viewGroup_
->Add(label_);
in MallocLabel()
Completed in 4 milliseconds