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:LiteWM
(Results
1 - 6
of
6
) sorted by relevance
/foundation/window/window_manager_lite/services/wms/
H
A
D
lite_wms.cpp
101
LiteWindow* window =
LiteWM
::GetInstance()->GetWindowById(id);
in GetSurface()
127
LiteWM
::GetInstance()->Show(id);
in Show()
135
LiteWM
::GetInstance()->Hide(id);
in Hide()
143
LiteWM
::GetInstance()->RaiseToTop(id);
in RaiseToTop()
151
LiteWM
::GetInstance()->LowerToBottom(id);
in LowerToBottom()
163
LiteWM
::GetInstance()->MoveTo(id, x, y);
in MoveTo()
175
LiteWM
::GetInstance()->Resize(id, width, height);
in Resize()
183
LiteWM
::GetInstance()->UpdateWindow(id);
in Update()
192
LiteWindow* window =
LiteWM
::GetInstance()->CreateWindow(*config, pid);
in CreateWindow()
206
LiteWM
in RemoveWindow()
[all...]
H
A
D
lite_wm.cpp
99
LiteWM
::
LiteWM
()
in LiteWM()
function in OHOS::LiteWM
123
LiteWM
::~
LiteWM
()
in ~LiteWM()
127
LiteWM
*
LiteWM
::GetInstance()
in GetInstance()
129
static
LiteWM
liteWm;
in GetInstance()
133
void
LiteWM
::MainTaskHandler()
in MainTaskHandler()
151
void
LiteWM
::UpdateMouseCursor()
in UpdateMouseCursor()
163
void
LiteWM
[all...]
H
A
D
lite_wm.h
45
class
LiteWM
: public InputEventDistributer::RawEventListener {
class
47
static
LiteWM
* GetInstance();
125
LiteWM
();
126
virtual ~
LiteWM
();
H
A
D
lite_win.cpp
54
id_ =
LiteWM
::GetInstance()->GetUniqueWinId();
74
LiteWM
::GetInstance()->RecycleWinId(id_);
in ~LiteWindow()
117
LiteWM
::GetInstance()->UpdateWindowRegion(this, rect);
in Update()
267
LiteWM
* liteWM =
LiteWM
::GetInstance();
in MoveTo()
H
A
D
wms.cpp
45
OHOS::
LiteWM
::GetInstance()->MainTaskHandler();
in main()
H
A
D
lite_win.h
32
friend class
LiteWM
;
Completed in 3 milliseconds