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:Previewer
(Results
1 - 5
of
5
) sorted by relevance
/foundation/window/window_manager/previewer/src/
H
A
D
window_model.cpp
21
namespace
Previewer
{
namespace
33
Rosen::Orientation PreviewerWindow::TransOrientation(
Previewer
::Orientation orientation)
in TransOrientation()
35
if (orientation ==
Previewer
::Orientation::PORTRAIT) {
in TransOrientation()
37
} else if (orientation ==
Previewer
::Orientation::LANDSCAPE) {
in TransOrientation()
64
} // namespace
Previewer
H
A
D
window_scene.cpp
55
Previewer
::PreviewerWindowModel& windowModel =
Previewer
::PreviewerWindow::GetInstance().GetWindowParams();
in Init()
59
config.SetOrientation(static_cast<int32_t>(
Previewer
::PreviewerWindow::TransOrientation(windowModel.orientation)));
in Init()
63
Previewer
::PreviewerWindow::GetInstance().SetWindowObject(mainWindow_.GetRefPtr());
in Init()
66
Previewer
::PreviewerDisplay::GetInstance().RegisterStatusChangedCallback(
in Init()
73
Previewer
::PreviewerDisplay::GetInstance().SetFoldStatus(status);
in Init()
H
A
D
window_display.cpp
19
namespace
Previewer
{
namespace
69
} // namespace
Previewer
/foundation/window/window_manager/previewer/include/
H
A
D
window_model.h
22
namespace
Previewer
{
namespace
63
static Rosen::Orientation TransOrientation(
Previewer
::Orientation orientation);
75
} // namespace
Previewer
H
A
D
window_display.h
27
namespace
Previewer
{
namespace
55
} // namespace
Previewer
Completed in 2 milliseconds