HomeSort by relevance Sort by last modified time
    Searched full:rotated (Results 26 - 50 of 253) sorted by null

12 3 4 5 6 7 8 91011

  /cts/tests/tests/graphics/src/android/graphics/drawable/shapes/cts/
PathShapeTest.java 47 // draw a square rotated by 45 degrees centered on (50, 50)
  /development/samples/HoneycombGallery/
_index.html 38 activity is recreated, such as when the screen is rotated or an intent to
  /external/chromium/chrome/browser/resources/ntp4/
new_tab.html 7 Note that this means apps will be reflowed when rotated (like iPad).
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
DrawUtils.java 265 // Rotated images
269 * Returns a new Image that is the given Image rotated left by 90 degrees. The client is
274 * the Image that is to be rotated left
275 * @return the rotated Image (the client is responsible for disposing it)
  /external/jmonkeyengine/engine/src/test/jme3test/helloworld/
HelloNode.java 79 /** Rotate the pivot node: Note that both boxes have rotated! */
  /external/qemu/android/skin/
image.h 83 /* create a skin image clone, the clone is a rotated version of a source image
  /frameworks/base/core/java/android/view/animation/
Transformation.java 106 * a scale effect to something that has already been rotated.
  /frameworks/base/docs/html/tools/help/
logcat.jd 81 <td>Sets the maximum number of rotated logs to <code>&lt;count&gt;</code>. The default value
  /frameworks/base/media/mca/filterfw/java/android/filterfw/geometry/
Rectangle.java 91 //public Rectangle rotated(float radians) {
  /packages/apps/Gallery/src/com/android/camera/gallery/
Image.java 136 * Save the rotated image by updating the Exif "Orientation" tag.
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
FaceView.java 39 // indicator should be rotated 90 degrees counter-clockwise.
  /tools/motodev/src/plugins/emulator/src/com/motorola/studio/android/emulator/skin/android/parser/
LayoutBean.java 48 public static final String ROTATED_LAYOUT_NAME = "rotated";
  /external/freetype/src/truetype/
ttobjs.h 278 FT_Bool rotated; /* `is the glyph rotated?'-flag */ member in struct:TT_Size_Metrics_
  /external/webkit/Source/WebCore/css/
WebKitCSSMatrix.h 121 // Returns this matrix rotated by the passed values.
128 // Returns this matrix rotated about the passed axis by the passed angle.
  /external/webkit/Source/WebCore/page/
Frame.h 171 // 0 is straight up; -90 is when the device is rotated 90 clockwise;
172 // 90 is when rotated counter clockwise.
DOMWindow.h 418 // 0 is straight up; -90 is when the device is rotated 90 clockwise;
419 // 90 is when rotated counter clockwise.
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/views/
MultiTouchView.java 53 * Flags whether or not image received from the emulator should be rotated.
116 * should be rotated when drawn on the device.
  /external/llvm/lib/Transforms/Scalar/
LoopRotation.cpp 34 STATISTIC(NumRotated, "Number of loops rotated");
75 /// the loop is rotated at least once.
84 // One loop can be rotated multiple times.
253 /// Rotate loop LP. Return true if the loop is rotated.
267 // either this loop is already rotated or it is not
273 // loop is already rotated.
  /tools/motodev/src/plugins/emulator/src/com/motorola/studio/android/emulator/skin/android/
AndroidSkinTranslator.java 82 * as part positioning and part rotation. Parts can be rotated independently
450 // - The part is rotated before merged to the layout image
763 // | | | h ROTATED PART |
955 ImageData rotated; local
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/
OldCollectionsTest.java 129 assertEquals("Rotated incorrectly at position 0, ", "three",
131 assertEquals("Rotated incorrectly at position 1, ", "four",
133 assertEquals("Rotated incorrectly at position 2, ", "zero",
135 assertEquals("Rotated incorrectly at position 3, ", "one",
137 assertEquals("Rotated incorrectly at position 4, ", "two",
  /packages/apps/VideoEditor/src/com/android/videoeditor/util/
ImageUtils.java 124 * @param outputFile The rotated file
126 * @return true if the image was rotated
208 // Save the rotated image to a file in the current project folder
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
GyroscopeTestActivity.java 172 /** Renders a spinning block to indicate how the device should be rotated in the test. */
239 /** Rectangular block that is rotated by {@link RotationGuideRenderer}. */
  /external/jmonkeyengine/engine/src/android/com/jme3/util/
FastInteger.java 242 * @return the rotated value.
265 * @return the rotated value.
  /external/qemu/distrib/sdl-1.2.15/src/video/qtopia/
SDL_sysvideo.cc 49 !=0 : Screen is 270? rotated
50 0: Screen is 90? rotated*/
  /packages/apps/Camera/src/com/android/camera/
CameraActivity.java 55 // The degrees of the device rotated clockwise from its natural orientation.
58 // is 90, the UI components should be rotated 90 degrees counter-clockwise.

Completed in 4877 milliseconds

12 3 4 5 6 7 8 91011