/external/chromium-trace/trace-viewer/src/ui/ |
camera.js | 29 strengthRatioX: 0.7, // Ratio of mousemove X pixels to degrees rotated. 30 strengthRatioY: 0.25 // Ratio of mousemove Y pixels to degrees rotated.
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
WebKitCSSMatrix.idl | 79 // Returns this matrix rotated by the passed values. 86 // Returns this matrix rotated about the passed axis by the passed angle.
|
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
WebPluginContainerTest.cpp | 122 WebPluginContainer* pluginContainerTwo = getWebPluginContainer(webView, WebString::fromUTF8("rotated-plugin")); 152 WebPluginContainer* pluginContainerTwo = getWebPluginContainer(webView, WebString::fromUTF8("rotated-plugin"));
|
/frameworks/av/cmds/screenrecord/ |
screenrecord.cpp | 121 * Returns "true" if the device is rotated 90 degrees. 207 // case is "all of it". If the app is rotated (so that the width of the 215 ALOGV("using rotated width/height"); 227 // post-rotation, so if the display is rotated 90 degrees we need to 261 printf("Rotated content area is %ux%u at offset x=%d y=%d\n", 453 bool rotated = isDeviceRotated(mainDpyInfo.orientation); local 455 gVideoWidth = rotated ? mainDpyInfo.h : mainDpyInfo.w; 458 gVideoHeight = rotated ? mainDpyInfo.w : mainDpyInfo.h;
|
/packages/apps/LegacyCamera/src/com/android/camera/ui/ |
ZoomControlBar.java | 59 // For left-hand users, as the device is rotated for 180 degree for 130 // For left-hand users, as the device is rotated for 180 degree,
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
Collections2Test.java | 100 assertEquals("Rotated incorrectly at position 0, ", "three", 102 assertEquals("Rotated incorrectly at position 1, ", "four", 104 assertEquals("Rotated incorrectly at position 2, ", "zero", 106 assertEquals("Rotated incorrectly at position 3, ", "one", 108 assertEquals("Rotated incorrectly at position 4, ", "two",
|
/development/samples/devbytes/animation/CardFlip/src/com/example/android/cardflip/ |
CardView.java | 253 * be rotated by a different amount so all the cards are visible when rotated out. 301 * Sets the appropriate pivot of this card so that it can be rotated about
|
/device/generic/goldfish/camera/ |
EmulatedFakeCameraDevice.cpp | 402 ALOGD("********** Rotated to the SOLID COLOR frame **********"); 419 ALOGD("********** Rotated to the CHECKERBOARD frame **********"); 421 ALOGD("********** Rotated to the STRIPED frame **********");
|
/external/chromium_org/ash/display/ |
mirror_window_controller_unittest.cc | 165 // The size of cursor image is 25x25, so the rotated hot point must 176 // Rotated hot point must be (25-11, 25-12). 186 // Rotated hot point must be (12, 25-11).
|
/frameworks/av/libvideoeditor/vss/video_filters/src/ |
M4VIFI_ResizeYUVtoBGR565.c | 43 * Place the R G B in the ouput plane in rotated fashion 104 /* Assignment of output width(rotated) */ 106 /* Assignment of output height(rotated) */
|
M4VIFI_ResizeYUVtoRGB565.c | 46 * Place the R G B in the ouput plane in rotated fashion 107 /* Assignment of output width(rotated) */ 109 /* Assignment of output height(rotated) */
|
/packages/apps/Camera2/src/com/android/camera/crop/ |
BoundedRect.java | 26 * outer, rotated rectangle. 65 * Sets inner, and re-constrains it to fit within the rotated bounding rect. 78 * Sets rotation, and re-constrains inner to fit within the rotated bounding rect.
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/ |
BoundedRect.java | 28 * outer, rotated rectangle. 67 * Sets inner, and re-constrains it to fit within the rotated bounding rect. 80 * Sets rotation, and re-constrains inner to fit within the rotated bounding rect.
|
/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/ndk/platforms/android-18/samples/gles3jni/jni/ |
gles3jni.h | 55 // Conceptually, the quads are rotated in model space, then scaled (uniformly)
|
/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/chromium_org/build/android/pylib/ |
screenshot.py | 50 rotate: If True, the video will be rotated 90 degrees.
|
/external/chromium_org/cc/animation/ |
transform_operation.cc | 203 // If p = (px, py) is a point in the plane being rotated about (0, 0, nz), this 359 gfx::Point3F rotated = point; local 360 rotation.TransformPoint(&rotated); 362 box->ExpandTo(rotated);
|
/external/chromium_org/remoting/android/java/src/org/chromium/chromoting/ |
Desktop.java | 39 /** Called when the display is rotated (as registered in the manifest). */
|
/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
|
/external/skia/gm/ |
bitmapmatrix.cpp | 50 // Draw rotated
|
/frameworks/base/core/java/android/view/animation/ |
Transformation.java | 106 * a scale effect to something that has already been rotated.
|