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
defs:sensorRotation
(Results
1 - 12
of
12
) sorted by relevance
/foundation/window/window_manager/window_scene/screen_session_manager/src/
H
A
D
screen_rotation_property.cpp
40
float
sensorRotation
= -1.0f; // -1 mean keep before degree
in ConvertDeviceToFloat()
local
H
A
D
screen_session_manager.cpp
5113
void ScreenSessionManager::OnSensorRotationChange(float
sensorRotation
, ScreenId screenId)
in OnSensorRotationChange()
argument
/foundation/window/window_manager/window_scene/test/dms_unittest/
H
A
D
screen_session_manager_client_proxy_test.cpp
141
float
sensorRotation
= 0;
in HWTEST_F()
local
H
A
D
screen_session_manager_client_stub_test.cpp
540
float
sensorRotation
= 0;
in HWTEST_F()
local
H
A
D
screen_session_manager_client_test.cpp
546
float
sensorRotation
= 0;
in HWTEST_F()
local
560
float
sensorRotation
= 90.0f;
in HWTEST_F()
local
H
A
D
screen_session_test.cpp
312
float
sensorRotation
= 0.0f;
in HWTEST_F()
local
1518
Rotation
sensorRotation
= Rotation::ROTATION_0;
in HWTEST_F()
local
1535
Rotation
sensorRotation
= Rotation::ROTATION_90;
in HWTEST_F()
local
1759
Rotation
sensorRotation
= Rotation::ROTATION_90;
in HWTEST_F()
local
[all...]
/foundation/window/window_manager/dmserver/src/
H
A
D
screen_rotation_controller.cpp
195
DeviceRotation ScreenRotationController::CalcDeviceRotation(SensorRotation
sensorRotation
)
in CalcDeviceRotation()
argument
320
DeviceRotation ScreenRotationController::ConvertSensorToDeviceRotation(SensorRotation
sensorRotation
)
in ConvertSensorToDeviceRotation()
argument
/foundation/window/window_manager/window_scene/screen_session_manager_client/src/zidl/
H
A
D
screen_session_manager_client_stub.cpp
144
auto
sensorRotation
= data.ReadFloat();
in HandleOnSensorRotationChanged()
local
H
A
D
screen_session_manager_client_proxy.cpp
201
void ScreenSessionManagerClientProxy::OnSensorRotationChanged(ScreenId screenId, float
sensorRotation
)
in OnSensorRotationChanged()
argument
/foundation/window/window_manager/window_scene/interfaces/kits/napi/screen_session_manager/
H
A
D
js_screen_session.cpp
378
void JsScreenSession::OnSensorRotationChange(float
sensorRotation
, ScreenId screenId)
in OnSensorRotationChange()
argument
/foundation/window/window_manager/window_scene/screen_session_manager_client/src/
H
A
D
screen_session_manager_client.cpp
200
void ScreenSessionManagerClient::OnSensorRotationChanged(ScreenId screenId, float
sensorRotation
)
in OnSensorRotationChanged()
argument
/foundation/window/window_manager/window_scene/session/screen/src/
H
A
D
screen_session.cpp
449
float ScreenSession::ConvertRotationToFloat(Rotation
sensorRotation
)
in ConvertRotationToFloat()
argument
469
void ScreenSession::HandleSensorRotation(float
sensorRotation
)
in HandleSensorRotation()
argument
474
void ScreenSession::SensorRotationChange(Rotation
sensorRotation
)
in SensorRotationChange()
argument
480
void ScreenSession::SensorRotationChange(float
sensorRotation
)
in SensorRotationChange()
argument
[all...]
Completed in 42 milliseconds