Home
last modified time | relevance | path

Searched defs:rotate (Results 1 – 25 of 166) sorted by relevance

1234567

/aosp12/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
H A DFileRotatorTest.java89 final FileRotator rotate = new FileRotator( in testCombine() local
110 final FileRotator rotate = new FileRotator( in testRotate() local
142 final FileRotator rotate = new FileRotator( in testDelete() local
172 final FileRotator rotate = new FileRotator( in testThrowRestoresBackup() local
205 final FileRotator rotate = new FileRotator( in testOtherFilesAndMalformed() local
233 final FileRotator rotate = new FileRotator( in testQueryMatch() local
281 final FileRotator rotate = new FileRotator( in testClockRollingBackwards() local
330 final FileRotator rotate = new FileRotator( in testFuzz() local
361 final FileRotator rotate = new FileRotator( in testRecoverAtomic() local
373 …final FileRotator rotate = new FileRotator(inaccessibleDir, PREFIX, SECOND_IN_MILLIS, SECOND_IN_MI… in testFileSystemInaccessible() local
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/events/
H A Drotate_event.h60 …RotateEvent(int16_t rotate) : rotate_(static_cast<int16_t>(rotate * ROTATE_SENSITIVITY)) {} // Rot… in RotateEvent()
/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/
H A Dinput_window_monitor_test.cpp79 Rotation rotate = Rotation::ROTATION_0; variable
142 Rotation rotate = Rotation::ROTATION_90; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
H A Drosen_svg_painter.h48 double rotate = 0.0; member
53 double rotate = 0.0; member
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-universal-attributes-transformation.md9 ## rotate section
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/
H A Dindexer_item_component.cpp57 RefPtr<TransformComponent> rotate = AceType::MakeRefPtr<TransformComponent>(); in BuildItem() local
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-universal-attributes-transformation.md9 ## rotate section
/aosp12/packages/services/BuiltInPrintService/src/com/android/bips/
H A DImageToPdfTask.java115 private void drawDirect(PdfDocument.Page page, RectF extent, boolean fill, boolean rotate) { in drawDirect()
141 private void drawOptimized(PdfDocument.Page page, RectF extent, float scale, boolean rotate) { in drawOptimized()
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/utils/
H A DInsetUtilsTest.java50 public void rotate() { in rotate() method in InsetUtilsTest
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/
H A Dsvg_text_declaration.h28 double rotate = 0.0; member
40 void SetRotate(double rotate) in SetRotate()
/aosp12/frameworks/rs/
H A DrsMatrix4x4.h64 void rotate(float rot, float x, float y, float z) { in rotate() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/transform/
H A Drosen_render_transform.cpp186 Matrix4 rotate = Matrix4::CreateRotate(angle, 0.0f, 1.0f, 0.0f); in Mirror() local
249 auto& rotate = transform.rotateOperation_; in OnRSTransition() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/webgl/entry/src/main/js/MainAbility/pages/index/utils/
H A DCamera.js87 rotate(x, y, z) { method in Camera
/aosp12/frameworks/native/libs/input/
H A DTouchVideoFrame.cpp43 void TouchVideoFrame::rotate(int32_t orientation) { in rotate() function in android::TouchVideoFrame
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
H A DImageRotate.java47 public void rotate() { in rotate() method in ImageRotate
/ohos5.0/docs/en/application-dev/reference/apis-arkui/
H A Djs-apis-matrix4.md431 ### rotate subsection
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/
H A Djs-apis-matrix4.md431 ### rotate subsection
/aosp12/frameworks/base/core/proto/android/server/
H A Danimationadapter.proto53 optional RotationAnimationSpecProto rotate = 4; field
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/
H A Dnode_transition_imp.cpp70 ArkUI_TransitionEffect* OH_ArkUI_CreateRotationTransitionEffect(ArkUI_RotationOptions* rotate) in OH_ArkUI_CreateRotationTransitionEffect()
/aosp12/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DTransform3dActivity.java86 private void rotate(float centerX, float centerY, Camera camera, in rotate() method in Transform3dActivity.Transform3dView
/aosp12/frameworks/base/rs/java/android/renderscript/
H A DMatrix3f.java248 public void rotate(float rot, float x, float y, float z) { in rotate() method in Matrix3f
260 public void rotate(float rot) { in rotate() method in Matrix3f
/aosp12/frameworks/rs/support/java/src/androidx/renderscript/
H A DMatrix3f.java251 public void rotate(float rot, float x, float y, float z) { in rotate() method in Matrix3f
263 public void rotate(float rot) { in rotate() method in Matrix3f
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Drosen_render_svg_circle.cpp103 void RosenRenderSvgCircle::UpdateMotion(const std::string& path, const std::string& rotate, double … in UpdateMotion()
/aosp12/hardware/google/graphics/common/libgscaler/
H A Dlibgscaler_obj.cpp402 unsigned int rotate, hflip, vflip; in m_gsc_m2m_run_core() local
919 unsigned int rotate; in m_gsc_m2m_config() local
977 unsigned int rotate; in m_gsc_out_config() local
1227 unsigned int rotate; in m_gsc_cap_config() local
1390 unsigned int *rotate, unsigned int *hflip, unsigned int *vflip) in rotateValueHAL2GSC()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dmotion_path_evaluator.h36 float rotate = 0.0f; member

1234567