/aosp12/frameworks/base/core/tests/utiltests/src/com/android/internal/util/ |
H A D | FileRotatorTest.java | 89 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 D | rotate_event.h | 60 …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 D | input_window_monitor_test.cpp | 79 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 D | rosen_svg_painter.h | 48 double rotate = 0.0; member 53 double rotate = 0.0; member
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-universal-attributes-transformation.md | 9 ## rotate section
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/ |
H A D | indexer_item_component.cpp | 57 RefPtr<TransformComponent> rotate = AceType::MakeRefPtr<TransformComponent>(); in BuildItem() local
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-universal-attributes-transformation.md | 9 ## rotate section
|
/aosp12/packages/services/BuiltInPrintService/src/com/android/bips/ |
H A D | ImageToPdfTask.java | 115 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 D | InsetUtilsTest.java | 50 public void rotate() { in rotate() method in InsetUtilsTest
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/ |
H A D | svg_text_declaration.h | 28 double rotate = 0.0; member 40 void SetRotate(double rotate) in SetRotate()
|
/aosp12/frameworks/rs/ |
H A D | rsMatrix4x4.h | 64 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 D | rosen_render_transform.cpp | 186 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 D | Camera.js | 87 rotate(x, y, z) { method in Camera
|
/aosp12/frameworks/native/libs/input/ |
H A D | TouchVideoFrame.cpp | 43 void TouchVideoFrame::rotate(int32_t orientation) { in rotate() function in android::TouchVideoFrame
|
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/ |
H A D | ImageRotate.java | 47 public void rotate() { in rotate() method in ImageRotate
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/ |
H A D | js-apis-matrix4.md | 431 ### rotate subsection
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/ |
H A D | js-apis-matrix4.md | 431 ### rotate subsection
|
/aosp12/frameworks/base/core/proto/android/server/ |
H A D | animationadapter.proto | 53 optional RotationAnimationSpecProto rotate = 4; field
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | node_transition_imp.cpp | 70 ArkUI_TransitionEffect* OH_ArkUI_CreateRotationTransitionEffect(ArkUI_RotationOptions* rotate) in OH_ArkUI_CreateRotationTransitionEffect()
|
/aosp12/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
H A D | Transform3dActivity.java | 86 private void rotate(float centerX, float centerY, Camera camera, in rotate() method in Transform3dActivity.Transform3dView
|
/aosp12/frameworks/base/rs/java/android/renderscript/ |
H A D | Matrix3f.java | 248 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 D | Matrix3f.java | 251 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 D | rosen_render_svg_circle.cpp | 103 void RosenRenderSvgCircle::UpdateMotion(const std::string& path, const std::string& rotate, double … in UpdateMotion()
|
/aosp12/hardware/google/graphics/common/libgscaler/ |
H A D | libgscaler_obj.cpp | 402 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 D | motion_path_evaluator.h | 36 float rotate = 0.0f; member
|