/frameworks/base/media/mca/filterfw/java/android/filterfw/geometry/ |
D | Point.java | 99 public Point rotated(float radians) { in rotated() method in Point 106 return this.minus(center).rotated(radians).plus(center); in rotatedAround()
|
/frameworks/base/services/core/java/com/android/server/display/ |
D | LogicalDisplay.java | 310 boolean rotated = (orientation == Surface.ROTATION_90 in configureDisplayInTransactionLocked() 312 int physWidth = rotated ? displayDeviceInfo.height : displayDeviceInfo.width; in configureDisplayInTransactionLocked() 313 int physHeight = rotated ? displayDeviceInfo.width : displayDeviceInfo.height; in configureDisplayInTransactionLocked()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | DisplayContent.java | 182 boolean rotated = (orientation == Surface.ROTATION_90 in getLogicalDisplayRect() 184 final int physWidth = rotated ? mBaseDisplayHeight : mBaseDisplayWidth; in getLogicalDisplayRect() 185 final int physHeight = rotated ? mBaseDisplayWidth : mBaseDisplayHeight; in getLogicalDisplayRect()
|
D | WindowManagerService.java | 7228 private void computeSizeRangesAndScreenLayout(DisplayInfo displayInfo, boolean rotated, in computeSizeRangesAndScreenLayout() argument 7237 if (rotated) { in computeSizeRangesAndScreenLayout() 7274 private int computeCompatSmallestWidth(boolean rotated, DisplayMetrics dm, int dw, int dh) { in computeCompatSmallestWidth() argument 7279 if (rotated) { in computeCompatSmallestWidth() 7299 final boolean rotated = (mRotation == Surface.ROTATION_90 in updateDisplayAndOrientationLocked() 7301 final int realdw = rotated ? in updateDisplayAndOrientationLocked() 7303 final int realdh = rotated ? in updateDisplayAndOrientationLocked() 7370 final boolean rotated = (mRotation == Surface.ROTATION_90 in computeScreenConfigurationLocked() 7372 computeSizeRangesAndScreenLayout(displayInfo, rotated, dw, dh, mDisplayMetrics.density, in computeScreenConfigurationLocked() 7382 config.compatSmallestScreenWidthDp = computeCompatSmallestWidth(rotated, in computeScreenConfigurationLocked()
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
D | RotateFilter.java | 75 Quad targetQuad = mSourceRect.rotated((float) (mRotateAngle / 180 * Math.PI)); in onProcess()
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/geometry/ |
D | Quad.java | 113 return Quad.fromRect(rect).rotated(angle); in fromRotatedRect() 183 public Quad rotated(float angle) { in rotated() method in Quad
|
/frameworks/av/cmds/screenrecord/ |
D | screenrecord.cpp | 558 bool rotated = isDeviceRotated(mainDpyInfo.orientation); in recordScreen() local 560 gVideoWidth = rotated ? mainDpyInfo.h : mainDpyInfo.w; in recordScreen() 563 gVideoHeight = rotated ? mainDpyInfo.w : mainDpyInfo.h; in recordScreen()
|
/frameworks/base/libs/hwui/ |
D | PathTessellator.cpp | 250 Vector2 rotated = {-strokeOffset.y, strokeOffset.x}; in storeBeginEnd() local 251 referencePoint += rotated * (begin ? -1 : 1); in storeBeginEnd() 434 Vector2 rotated = {-strokeOffset.y, strokeOffset.x}; in storeCapAA() local 435 referencePoint += rotated; in storeCapAA()
|
/frameworks/base/docs/html/tools/help/ |
D | logcat.jd | 81 <td>Sets the maximum number of rotated logs to <code><count></code>. The default value
|
/frameworks/base/docs/html/training/graphics/opengl/ |
D | touch.jd | 164 <strong>Figure 1.</strong> Triangle being rotated with touch input (circle shows touch
|
/frameworks/base/docs/html/training/wearables/watch-faces/ |
D | performance.jd | 36 that move over time. Typically these graphic elements are rotated (and sometimes scaled) inside the
|
/frameworks/base/docs/html/ndk/samples/ |
D | sample_teapot.jd | 134 example, when the target machine is rotated (causing an activity to be
|
/frameworks/base/docs/html/training/custom-views/ |
D | create-view.jd | 248 user has rotated the
|
/frameworks/base/docs/html/tools/debugging/ |
D | debugging-log.jd | 110 <td>Sets the maximum number of rotated logs to <code><count></code>. The default value
|
/frameworks/base/docs/html/training/location/ |
D | display-address.jd | 103 the activity is recreated, for example when the device is rotated. In
|
/frameworks/base/docs/html/guide/topics/sensors/ |
D | sensors_motion.jd | 485 axis, in which the device has rotated through an angle θ around an axis (x, y, or z). The following
|
/frameworks/base/docs/html/sdk/ |
D | RELEASENOTES.jd | 760 <li>Fixed scrollwheel Dpad emulation in rotated mode. before that, using the
|
/frameworks/base/docs/html/guide/topics/manifest/ |
D | activity-element.jd | 278 <td>The screen orientation has changed — the user has rotated the device.
|
/frameworks/base/docs/html/about/versions/ |
D | jelly-bean.jd | 389 device is rotated. You can set window properties to enable
|