/frameworks/base/libs/hwui/ |
D | AssetAtlas.h | 67 bool rotated; member 96 Entry(SkBitmap* bitmap, int x, int y, bool rotated, in Entry() 98 bitmap(bitmap), x(x), y(y), rotated(rotated), in Entry()
|
D | AssetAtlas.cpp | 130 bool rotated = map[i++] > 0; in createEntries() local 144 Entry* entry = new Entry(bitmap, x, y, rotated, texture, mapper, *this); in createEntries()
|
D | PathTessellator.cpp | 251 Vector2 rotated = {-strokeOffset.y, strokeOffset.x}; in storeBeginEnd() local 252 referencePoint += rotated * (begin ? -1 : 1); in storeBeginEnd() 437 Vector2 rotated = {-strokeOffset.y, strokeOffset.x}; in storeCapAA() local 438 referencePoint += rotated; in storeCapAA()
|
/frameworks/base/graphics/java/android/graphics/ |
D | Atlas.java | 72 public boolean rotated; field in Atlas.Entry 365 boolean rotated = false; in insert() 379 rotated = true; in insert() 436 entry.rotated = rotated; in insert()
|
/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 | 288 boolean rotated = (orientation == Surface.ROTATION_90 in configureDisplayInTransactionLocked() 290 int physWidth = rotated ? displayDeviceInfo.height : displayDeviceInfo.width; in configureDisplayInTransactionLocked() 291 int physHeight = rotated ? displayDeviceInfo.width : displayDeviceInfo.height; in configureDisplayInTransactionLocked()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | DisplayContent.java | 181 boolean rotated = (orientation == Surface.ROTATION_90 in getLogicalDisplayRect() 183 final int physWidth = rotated ? mBaseDisplayHeight : mBaseDisplayWidth; in getLogicalDisplayRect() 184 final int physHeight = rotated ? mBaseDisplayWidth : mBaseDisplayHeight; in getLogicalDisplayRect()
|
D | WindowManagerService.java | 7118 private void computeSizeRangesAndScreenLayout(DisplayInfo displayInfo, boolean rotated, in computeSizeRangesAndScreenLayout() argument 7127 if (rotated) { in computeSizeRangesAndScreenLayout() 7164 private int computeCompatSmallestWidth(boolean rotated, DisplayMetrics dm, int dw, int dh) { in computeCompatSmallestWidth() argument 7169 if (rotated) { in computeCompatSmallestWidth() 7192 final boolean rotated = (mRotation == Surface.ROTATION_90 in computeScreenConfigurationLocked() 7194 final int realdw = rotated ? in computeScreenConfigurationLocked() 7196 final int realdh = rotated ? in computeScreenConfigurationLocked() 7252 computeSizeRangesAndScreenLayout(displayInfo, rotated, dw, dh, dm.density, config); in computeScreenConfigurationLocked() 7256 config.compatSmallestScreenWidthDp = computeCompatSmallestWidth(rotated, dm, dw, dh); 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 | 555 bool rotated = isDeviceRotated(mainDpyInfo.orientation); in recordScreen() local 557 gVideoWidth = rotated ? mainDpyInfo.h : mainDpyInfo.w; in recordScreen() 560 gVideoHeight = rotated ? mainDpyInfo.w : mainDpyInfo.h; in recordScreen()
|
/frameworks/base/services/core/java/com/android/server/ |
D | AssetAtlasService.java | 289 if (entry.rotated) { in renderAtlas() 298 atlasMap[mapIndex++] = entry.rotated ? 1 : 0; in renderAtlas()
|
/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/custom-views/ |
D | optimizing-view.jd | 117 rotated causes the UI to feel sluggish. The solution is to place the pie chart into a child
|
D | create-view.jd | 248 user has rotated the
|
/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/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 | 277 <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
|