Home
last modified time | relevance | path

Searched refs:getRotation (Results 1 – 14 of 14) sorted by relevance

/third_party/flutter/flutter/packages/flutter/test/material/
Duser_accounts_drawer_header_test.dart112 expect(transformWidget.transform.getRotation()[0], 1.0);
113 expect(transformWidget.transform.getRotation()[4], 1.0);
125 expect(transformWidget.transform.getRotation()[0], -1.0);
126 expect(transformWidget.transform.getRotation()[4], -1.0);
138 expect(transformWidget.transform.getRotation()[0], 1.0);
139 expect(transformWidget.transform.getRotation()[4], 1.0);
163 expect(transformWidget.transform.getRotation()[0], 1.0);
164 expect(transformWidget.transform.getRotation()[4], 1.0);
174 expect(transformWidget.transform.getRotation()[0], 1.0);
175 expect(transformWidget.transform.getRotation()[4], 1.0);
[all …]
/third_party/flutter/skia/platform_tools/android/apps/skar_java/src/main/java/com/google/skar/examples/helloskar/helpers/
DDisplayRotationHelper.java89 int displayRotation = display.getRotation(); in updateSessionIfNeeded()
98 public int getRotation() { in getRotation() method in DisplayRotationHelper
99 return display.getRotation(); in getRotation()
/third_party/flutter/skia/modules/skottie/src/
DSkottieAdapter.cpp150 rot.setRotateDegreesAbout(1, 0, 0, this->getRotation().fX); in totalMatrix()
152 rot.setRotateDegreesAbout(0, 1, 0, this->getRotation().fY); in totalMatrix()
154 rot.setRotateDegreesAbout(0, 0, 1, -this->getRotation().fZ); in totalMatrix()
DSkottie.cpp151 const auto& r = adapter->getRotation(); in attachMatrix3D()
157 const auto& r = adapter->getRotation(); in attachMatrix3D()
163 const auto& r = adapter->getRotation(); in attachMatrix3D()
DSkottieProperty.cpp96 fNode->getRotation(), in get()
/third_party/vk-gl-cts/android/cts/runner/src/com/drawelements/deqp/runner/
DBatchRunConfiguration.java59 public String getRotation() { in getRotation() method in BatchRunConfiguration
DDeqpTestRunner.java1357 if (!BatchRunConfiguration.ROTATION_UNSPECIFIED.equals(runConfig.getRotation())) { in isSupportedRunConfiguration()
1360 if (isPortraitClassRotation(runConfig.getRotation()) && in isSupportedRunConfiguration()
1364 if (isLandscapeClassRotation(runConfig.getRotation()) && in isSupportedRunConfiguration()
1612 if (!runConfig.getRotation().isEmpty()) { in getRunConfigDisplayCmdLine()
1617 deqpCmdLine.append(runConfig.getRotation()); in getRunConfigDisplayCmdLine()
/third_party/skia/experimental/skrive/src/
DComponent.cpp67 SkMatrix::RotateDeg(node->getRotation() ) * in ScopedTransformContext()
/third_party/skia/modules/skottie/src/
DTransform.h51 float getRotation() const { return fRotation; } in getRotation() function
DSkottieProperty.cpp103 fNode->getRotation(), in get()
/third_party/flutter/skia/platform_tools/android/apps/arcore/src/main/java/org/skia/arcore/
DHelloArActivity.java329 int displayRotation = getWindowManager().getDefaultDisplay().getRotation(); in onDrawFrame()
/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/view/
DFlutterView.java504 int rotation = activity.getWindowManager().getDefaultDisplay().getRotation(); in calculateShouldZeroSides()
/third_party/flutter/skia/third_party/externals/sdl/android-project/src/org/libsdl/app/
DSDLActivity.java1399 switch (mDisplay.getRotation()) { in onSensorChanged()
/third_party/cups-filters/
DNEWS3332 - pdftopdf: getRotation now handles unusual cases more graceful