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:isRotate
(Results
1 - 7
of
7
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/common/
H
A
D
form_manager.cpp
60
void FormManager::NotifyIsSizeChangeByRotate(bool
isRotate
,
in NotifyIsSizeChangeByRotate()
argument
64
isRotate_ =
isRotate
;
in NotifyIsSizeChangeByRotate()
H
A
D
form_manager.h
40
bool
isRotate
, const std::shared_ptr<Rosen::RSTransaction>& rsTransaction);
/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H
A
D
render_scroll.h
218
void SetIsFromRotate(bool
isRotate
)
in SetIsFromRotate()
argument
220
isFromRotate_ =
isRotate
;
in SetIsFromRotate()
/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H
A
D
pipeline_context.h
122
void SetSizeChangeByRotateCallback(const std::function<void(bool
isRotate
,
in SetSizeChangeByRotateCallback()
argument
128
void FireSizeChangeByRotateCallback(bool
isRotate
,
in FireSizeChangeByRotateCallback()
argument
132
sizeChangeByRotateCallback_(
isRotate
, rsTransaction);
in FireSizeChangeByRotateCallback()
1210
std::function<void(bool
isRotate
,
/foundation/window/window_manager/window_scene/session_manager/src/
H
A
D
scene_session_dirty_manager.cpp
189
bool
isRotate
= sceneSession->GetSessionInfo().isRotable_;
in CalTransform()
local
191
if (
isRotate
|| !sceneSession->GetSessionInfo().isSystem_ ||
in CalTransform()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/form/
H
A
D
form_pattern.cpp
1378
const std::function<void(bool
isRotate
,
in InitFormManagerDelegate()
1379
const std::shared_ptr<Rosen::RSTransaction>& rsTransaction)>& callback = [this](bool
isRotate
,
in InitFormManagerDelegate()
1381
FormManager::GetInstance().NotifyIsSizeChangeByRotate(
isRotate
, rsTransaction);
in InitFormManagerDelegate()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H
A
D
ui_content_impl.cpp
444
bool
isRotate
= false;
in LaterAvoid()
local
450
isRotate
= lastRotation != -1 && lastRotation != dmRotation;
in LaterAvoid()
465
if (
isRotate
&& !NearZero(lastKeyboardHeight) && !NearZero(keyboardRect.Height())) {
in LaterAvoid()
Completed in 16 milliseconds