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
defs:view
(Results
1 - 25
of
143
) sorted by relevance
1
2
3
4
5
6
/foundation/ability/ability_lite/frameworks/ability_lite/example/entry/src/main/cpp/
H
A
D
root_view_helper.cpp
20
void DeleteViewChildren(UIView *
view
)
in DeleteViewChildren()
argument
/foundation/arkui/ui_lite/frameworks/components/
H
A
D
ui_extend_image_view.cpp
40
void UIExtendImageView::SetCanvas(UIView*
view
)
in SetCanvas()
argument
H
A
D
ui_tree_manager.cpp
52
void UITreeManager::GetLastEvent(UIView*&
view
, ViewLifeEvent& event)
in GetLastEvent()
argument
58
void UITreeManager::OnLifeEvent(UIView*
view
, ViewLifeEvent event)
in OnLifeEvent()
argument
H
A
D
ui_texture_mapper.cpp
19
void UITextureMapper::TextureMapperAnimatorCallback::Callback(UIView*
view
)
in Callback()
argument
28
void UITextureMapper::TextureMapperAnimatorCallback::OnStop(UIView&
view
)
in OnStop()
argument
/foundation/arkui/ace_engine/test/unittest/core/pattern/common_view/
H
A
D
common_view_test_ng.cpp
41
CommonViewModelNG
view
;
in HWTEST_F()
local
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/
H
A
D
cj_frontend_loader.cpp
23
bool LoadNativeView(const sptr<NativeView>&
view
)
in LoadNativeView()
argument
/foundation/arkui/ui_lite/frameworks/dock/
H
A
D
rotate_input_device.cpp
53
UIView*
view
= FocusManager::GetInstance()->GetFocusedView();
in DispatchEvent()
local
/foundation/arkui/ace_engine/frameworks/core/common/rosen/
H
A
D
rosen_window.cpp
23
std::unique_ptr<PlatformWindow> PlatformWindow::Create(AceView*
view
)
in Create()
argument
/foundation/arkui/ui_lite/test/unittest/components/
H
A
D
ui_radio_button_unit_test.cpp
103
UIViewGroup*
view
= static_cast<UIViewGroup*>(RootView::GetInstance());
in HWTEST_F()
local
[all...]
H
A
D
ui_label_unit_test.cpp
239
UIView*
view
= new UIView();
in HWTEST_F()
local
H
A
D
ui_scroll_view_unit_test.cpp
194
UIView*
view
= new UIView();
in HWTEST_F()
local
H
A
D
ui_circle_progress_unit_test.cpp
174
UIView*
view
= new UIView();
in HWTEST_F()
local
197
UIView*
view
= new UIView();
in HWTEST_F()
local
[all...]
/foundation/arkui/ui_lite/test/unittest/layout/
H
A
D
flex_layout_unit_test.cpp
28
auto
view
= new UIView();
in CreatView()
local
[all...]
H
A
D
grid_layout_unit_test.cpp
28
auto
view
= new UIView();
in CreatView()
local
[all...]
H
A
D
list_layout_unit_test.cpp
28
auto
view
= new UIView();
in CreatView()
local
[all...]
/foundation/arkui/ui_lite/test/uitest/test_render/
H
A
D
ui_test_render.cpp
89
UIView*
view
= new UIView();
in UIKitRenderTestRender001()
local
149
OnClick(UIView&
view
, const ClickEvent& event)
OnClick()
argument
[all...]
/foundation/arkui/ui_lite/interfaces/innerkits/common/
H
A
D
input_method_manager.h
30
UIView*
view
; /*
view
param for mini system without Window feature */
member
/foundation/arkui/ui_lite/test/uitest/test_layout/
H
A
D
ui_test_basic_layout.cpp
175
void UITestBasicLayout::OnClickButton(UIView&
view
)
in OnClickButton()
argument
203
OnClick(UIView&
view
, const ClickEvent& event)
OnClick()
argument
[all...]
H
A
D
ui_test_advanced_layout.cpp
199
void UITestAdvancedLayout::OnClickButton(const UIView&
view
)
in OnClickButton()
argument
243
OnClick(UIView&
view
, const ClickEvent& event)
OnClick()
argument
[all...]
/foundation/arkui/ui_lite/interfaces/kits/components/
H
A
D
abstract_adapter.h
91
virtual void DeleteView(UIView*&
view
)
in DeleteView()
argument
99
UIView*
view
= GetView(nullptr, index);
in GetItemWidthWithMargin()
local
110
UIView*
view
= GetView(nullptr, index);
in GetItemHeightWithMargin()
local
[all...]
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H
A
D
scroll_layer.cpp
70
UIView *
view
= rootComponent->GetComponentRootView();
in AppendScrollLayer()
local
/foundation/arkui/ace_engine/test/unittest/core/base/
H
A
D
view_full_update_model_ng_test.cpp
126
RefPtr<AceType>
view
;
in HWTEST_F()
local
/foundation/arkui/ui_lite/test/uitest/test_ui_list_view/
H
A
D
ui_test_list_layout.cpp
234
void UITestListLayout::SetLastPos(UIView*
view
)
in SetLastPos()
argument
/foundation/arkui/ui_lite/test/unittest/animator/
H
A
D
animator_unit_test.cpp
33
explicit TestAnimatorCallback(UIView*
view
) : view_(
view
), animator_(nullptr) {}
in TestAnimatorCallback()
argument
197
UIView*
view
= new UIView();
in HWTEST_F()
local
[all...]
/foundation/arkui/ui_lite/test/uitest/test_anti_aliasing/
H
A
D
ui_test_anti_aliasing.cpp
80
UIView*
view
= new UIView();
in UIKitAntiAliasingTestRect001()
local
Completed in 12 milliseconds
1
2
3
4
5
6