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:foldWidth
(Results
1 - 7
of
7
) sorted by relevance
/ide/tools/previewer/test/mock/mock/
H
A
D
MockVirtualScreen.cpp
114
return
foldWidth
;
in GetFoldWidth()
/ide/tools/previewer/test/unittest/mock/
H
A
D
VirtualScreenImplTest.cpp
319
int32_t
foldWidth
= 300;
in TEST_F()
local
321
VirtualScreenImpl::GetInstance().SetFoldResolution(
foldWidth
, foldHeight);
in TEST_F()
322
EXPECT_EQ(VirtualScreenImpl::GetInstance().GetFoldWidth(),
foldWidth
);
in TEST_F()
328
int32_t
foldWidth
= 300;
in TEST_F()
local
330
VirtualScreenImpl::GetInstance().SetCurrentResolution(
foldWidth
, foldHeight);
in TEST_F()
331
EXPECT_EQ(VirtualScreenImpl::GetInstance().GetCurrentWidth(),
foldWidth
);
in TEST_F()
/ide/tools/previewer/mock/
H
A
D
VirtualScreen.h
113
int32_t
foldWidth
= 0;
member in VirtualScreen::LoadDocType::ProtocolVersion::JpgPixCountLevel::JpgQualityLevel
H
A
D
VirtualScreen.cpp
341
foldWidth
= changedFoldWidth;
in SetFoldResolution()
347
return
foldWidth
;
in GetFoldWidth()
/ide/tools/previewer/mock/rich/
H
A
D
VirtualScreenImpl.h
29
int32_t
foldWidth
;
member in ScreenInfo
H
A
D
VirtualScreenImpl.cpp
436
info.
foldWidth
= GetFoldWidth();
in GetScreenInfo()
/ide/tools/previewer/jsapp/rich/
H
A
D
JsAppImpl.cpp
163
ILOG("foldStatus:%s
foldWidth
:%d foldHeight:%d",
in SetJsAppArgs()
164
screenInfo.foldStatus.c_str(), screenInfo.
foldWidth
, screenInfo.foldHeight);
in SetJsAppArgs()
169
OHOS::Rosen::FoldStatus::FOLDED ? screenInfo.
foldWidth
: screenInfo.orignalResolutionWidth);
in SetJsAppArgs()
187
OHOS::Rosen::FoldStatus::FOLDED ? screenInfo.
foldWidth
: screenInfo.orignalResolutionWidth);
in SetJsAppArgs()
Completed in 7 milliseconds