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:GetBoundWindow
(Results
1 - 11
of
11
) sorted by relevance
/foundation/window/window_manager_lite/test/
H
A
D
sample_window.cpp
85
g_rootView3->
GetBoundWindow
()->LowerToBottom();
in Callback()
87
g_rootView3->
GetBoundWindow
()->RaiseToTop();
in Callback()
95
g_rootView1->
GetBoundWindow
()->Resize(403, 201); // 403: width, 201: height
in Callback()
98
g_rootView1->
GetBoundWindow
()->Resize(600, 300); // 600: width, 300: height
in Callback()
103
Window* window = g_rootView3->
GetBoundWindow
();
in Callback()
109
Window* window = g_rootView2->
GetBoundWindow
();
in Callback()
119
g_rootView3->
GetBoundWindow
()->Hide();
in Callback()
123
g_rootView3->
GetBoundWindow
()->Show();
in Callback()
241
Window* window = g_rootViewList[9]->
GetBoundWindow
();
in TestWindowNumLimit()
244
Window* window = g_rootViewList[5]->
GetBoundWindow
();
in TestWindowNumLimit()
[all...]
/foundation/arkui/ui_lite/test/unittest/common/
H
A
D
hardware_acceleration_unit_test.cpp
145
Window::DestroyWindow(rootView->
GetBoundWindow
());
in HWTEST_F()
176
Window::DestroyWindow(rootView->
GetBoundWindow
());
in HWTEST_F()
209
Window::DestroyWindow(rootView->
GetBoundWindow
());
in HWTEST_F()
246
Window::DestroyWindow(rootView->
GetBoundWindow
());
in HWTEST_F()
288
Window::DestroyWindow(rootView->
GetBoundWindow
());
in HWTEST_F()
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/test/unittest/common/
H
A
D
dialog_tdd_test.cpp
298
Window *window = RootView::GetInstance()->
GetBoundWindow
();
in DialogTest001()
328
Window *window = RootView::GetInstance()->
GetBoundWindow
();
in DialogTest002()
376
Window *window = RootView::GetInstance()->
GetBoundWindow
();
in DialogTest003()
442
Window *window = RootView::GetInstance()->
GetBoundWindow
();
in DialogTest004()
508
Window *window = RootView::GetInstance()->
GetBoundWindow
();
in DialogTest005()
/foundation/arkui/ui_lite/frameworks/core/
H
A
D
render_manager.cpp
172
if (rootView->
GetBoundWindow
()) {
in RenderRect()
173
Rect winRect = rootView->
GetBoundWindow
()->GetRect();
in RenderRect()
/foundation/arkui/ui_lite/test/autotest/src/
H
A
D
auto_test_manager.cpp
54
Window* window = RootView::GetInstance()->
GetBoundWindow
();
in SetUpTestCase()
/foundation/arkui/ui_lite/test/unittest/render/
H
A
D
render_uni_test.cpp
53
Window::DestroyWindow(rootView->
GetBoundWindow
());
in DestroyWindow()
/foundation/arkui/ui_lite/interfaces/kits/components/
H
A
D
root_view.h
258
Window*
GetBoundWindow
() const;
/foundation/arkui/ui_lite/test/unittest/dfx/
H
A
D
view_bounds_unit_test.cpp
60
Window::DestroyWindow(rootView->
GetBoundWindow
());
in DestroyWindow()
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/
H
A
D
dfx_module.cpp
71
Window *window = rootView->
GetBoundWindow
();
in IsEventInjectorRegistered()
/foundation/arkui/ui_lite/frameworks/components/
H
A
D
root_view.cpp
61
Window* RootView::
GetBoundWindow
() const
in GetBoundWindow()
function in OHOS::RootView
649
WindowImpl* boundWin = static_cast<WindowImpl*>(
GetBoundWindow
());
in Render()
/foundation/arkui/ui_lite/test/uitest/test_event_injector/
H
A
D
ui_test_event_injector.cpp
156
Window* window = RootView::GetInstance()->
GetBoundWindow
();
in SetUp()
Completed in 7 milliseconds