Home
last modified time | relevance | path

Searched defs:rotation (Results 1 – 10 of 10) sorted by relevance

/test/xts/acts/sensors/sensor_standard/src/main/js/test/
DSensorOnOffTest.test_newSensorGeomagneticOptions.test.js154 … "rotation": [-0.7980074882507324, 0.5486301183700562, 0.24937734007835388, -0.17277367413043976, property
159 … "rotation": [-0.8206444382667542, 0.3832680284976959, 0.42384934425354004, 0.021023601293563843, property
164 … "rotation": [0.9583651423454285, 0.08038506656885147, -0.27399733662605286, 0.160231813788414, property
169 "rotation":[null, null, null, null, null, null, null, null, null], property
173 "rotation":[null, null, null, null, null, null,0, 0, 0], property
DSensorGeneralalgorithm.test.js58 … "rotation": [-0.7980074882507324, 0.5486301183700562, 0.24937734007835388, -0.17277367413043976, property
64 … "rotation": [-0.8206444382667542, 0.3832680284976959, 0.42384934425354004, 0.021023601293563843, property
70 … "rotation": [0.9583651423454285, 0.08038506656885147, -0.27399733662605286, 0.160231813788414, property
77 "rotation": [null, null, null, null, null, null, null, null, null], property
81 "rotation": [null, null, null, null, null, null, 0, 0, 0], property
DSensorOnOffTest.test_newSensorGeomagnetic.test.js1342 … "rotation": [-0.7980074882507324, 0.5486301183700562, 0.24937734007835388, -0.17277367413043976, property
1347 … "rotation": [-0.8206444382667542, 0.3832680284976959, 0.42384934425354004, 0.021023601293563843, property
1352 … "rotation": [0.9583651423454285, 0.08038506656885147, -0.27399733662605286, 0.160231813788414, property
1357 "rotation":[null, null, null, null, null, null, null, null, null], property
1361 "rotation":[null, null, null, null, null, null,0, 0, 0], property
/test/xts/acts/multimedia/media/media_js_standard/avRecorder/src/main/js/test/
DAVRecorderFuncTest.test.js58 rotation : 0, property
526 rotation: 0, property
554 rotation: 0, property
582 rotation: 0, property
610 rotation: 0, property
638 rotation: 0, property
665 rotation: 0, property
DAvVideoRecorderFuncTestOne.test.js56 rotation : 0, // 视频旋转角度,默认为0不旋转,支持的值为0、90、180、270 property
72 rotation: 0, property
94 rotation: 0, property
111 rotation: 0, property
133 rotation: 0, property
2652 rotation : 0, // 视频旋转角度,默认为0不旋转,支持的值为0、90、180、270 property
2707 rotation : 0, property
2762 rotation : 0, property
2817 rotation : 0, property
4163 rotation : 0, // 视频旋转角度,默认为0不旋转,支持的值为0、90、180、270 property
[all …]
/test/testfwk/arkxtest/uitest/core/
Dui_controller.h77 virtual void SetDisplayRotation(DisplayRotation rotation) const {}; in SetDisplayRotation()
Dui_driver.cpp303 void UiDriver::SetDisplayRotation(DisplayRotation rotation, ApiCallErr &error) in SetDisplayRotation()
Dfrontend_api_handler.cpp1029 auto rotation = ReadCallArg<DisplayRotation>(in, INDEX_ZERO); in RegisterUiDriverDisplayOperators() local
/test/xts/acts/multimedia/media/media_js_standard/codec_ndk_test/entry/src/main/cpp/
Dhello.cpp257 int32_t rotation = 90; in AVMuxerTest() local
/test/testfwk/arkxtest/uitest/server/
Dsystem_ui_controller.cpp812 auto rotation = (DisplayRotation)display->GetRotation(); in GetDisplayRotation() local