/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/ |
PhotoTouchListener.java | 66 /** Get angle defined by first two touches, in degrees */
|
/prebuilts/sdk/renderscript/include/ |
rs_matrix.rsh | 263 * @param fovy Field of view, in degrees along the Y axis.
|
/device/generic/goldfish/gps/ |
gps_qemu.c | 318 int degrees = (int)(floor(val) / 100); local 319 double minutes = val - degrees*100.; 320 double dcoord = degrees + minutes / 60.0;
|
/external/chromium_org/chrome/browser/policy/proto/cloud/ |
device_management_backend.proto | 337 // Latitude in decimal degrees north (WGS84 coordinate frame). 340 // Longitude in decimal degrees west (WGS84 coordinate frame). 352 // Heading in decimal degrees clockwise from true north.
|
/external/chromium_org/components/policy/proto/ |
device_management_backend.proto | 337 // Latitude in decimal degrees north (WGS84 coordinate frame). 340 // Longitude in decimal degrees west (WGS84 coordinate frame). 352 // Heading in decimal degrees clockwise from true north.
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/ |
arc.c | 128 /* Given: Ellipse parameters rh, rv, rot (in degrees), 139 /* Convert rotation angle from degrees to radians */ 170 /* Convert rotation angle from degrees to radians */
|
/external/chromium_org/third_party/skia/src/utils/ |
SkDeferredCanvas.cpp | 750 bool SkDeferredCanvas::rotate(SkScalar degrees) { 751 this->drawingCanvas()->rotate(degrees); 752 bool val = this->INHERITED::rotate(degrees); [all...] |
/external/mesa3d/src/gallium/state_trackers/vega/ |
arc.c | 128 /* Given: Ellipse parameters rh, rv, rot (in degrees), 139 /* Convert rotation angle from degrees to radians */ 170 /* Convert rotation angle from degrees to radians */
|
/external/skia/src/utils/ |
SkDeferredCanvas.cpp | 750 bool SkDeferredCanvas::rotate(SkScalar degrees) { 751 this->drawingCanvas()->rotate(degrees); 752 bool val = this->INHERITED::rotate(degrees); [all...] |
/packages/apps/LegacyCamera/src/com/android/camera/ |
EffectsRecorder.java | 342 public void setOrientationHint(int degrees) { 350 if (mLogVerbose) Log.v(TAG, "Setting orientation hint to: " + degrees); 351 mOrientationHint = degrees; [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
completion1-expected-completion39.txt | 135 android:rotation : rotation of the view, in degrees. [float] 136 android:rotationX : rotation of the view around the x axis, in degrees. [float] 137 android:rotationY : rotation of the view around the y axis, in degrees. [float]
|
completion5-expected-completion40.txt | 135 android:rotation : rotation of the view, in degrees. [float] 136 android:rotationX : rotation of the view around the x axis, in degrees. [float] 137 android:rotationY : rotation of the view around the y axis, in degrees. [float]
|
/frameworks/base/core/java/android/hardware/ |
Camera.java | [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_math.py | 350 self.assertRaises(TypeError, math.degrees) 351 self.ftest('degrees(pi)', math.degrees(math.pi), 180.0) 352 self.ftest('degrees(pi/2)', math.degrees(math.pi/2), 90.0) 353 self.ftest('degrees(-pi/4)', math.degrees(-math.pi/4), -45.0) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_math.py | 350 self.assertRaises(TypeError, math.degrees) 351 self.ftest('degrees(pi)', math.degrees(math.pi), 180.0) 352 self.ftest('degrees(pi/2)', math.degrees(math.pi/2), 90.0) 353 self.ftest('degrees(-pi/4)', math.degrees(-math.pi/4), -45.0) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/ |
turtle.py | 33 command turtle.right(25), and it rotates in-place 25 degrees clockwise. 128 'degrees', 'distance', 'dot', 'down', 'end_fill', 'end_poly', 'fd', 1479 def degrees(self, fullcircle=360.0): member in class:TNavigator [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/ |
turtle.py | 33 command turtle.right(25), and it rotates in-place 25 degrees clockwise. 128 'degrees', 'distance', 'dot', 'down', 'end_fill', 'end_poly', 'fd', 1479 def degrees(self, fullcircle=360.0): member in class:TNavigator [all...] |
/frameworks/av/services/camera/libcameraservice/api1/client2/ |
Parameters.cpp | [all...] |
/hardware/invensense/60xx/mlsdk/mllite/ |
mlarray.c | 86 * The value is in units of deg C (degrees Celsius), where 437 * Values are in units of dps per deg C (degrees per second per degree 978 * The values are in units of dps (degrees per second). [all...] |
/external/libexif/po/ |
en_AU.po | [all...] |
en_GB.po | [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/ |
AppleScript_Suite.py | 953 """degrees Celsius - a temperature measurement in SI degrees Celsius """ 957 """degrees Fahrenheit - a temperature measurement in degrees Fahrenheit """ 961 """degrees Kelvin - a temperature measurement in degrees Kelvin """ [all...] |
/external/ceres-solver/internal/ceres/ |
rotation_test.cc | 558 // Convert Euler angles from radians to degrees. 572 ToDegrees(ea); // Radians to degrees. 609 ToDegrees(ea); // Radians to degrees.
|
/external/jpeg/ |
usage.doc | 437 -rotate 90 Rotate image 90 degrees clockwise. 438 -rotate 180 Rotate image 180 degrees. 439 -rotate 270 Rotate image 270 degrees clockwise (or 90 ccw).
|
/external/qemu/distrib/jpeg-6b/ |
usage.doc | 437 -rotate 90 Rotate image 90 degrees clockwise. 438 -rotate 180 Rotate image 180 degrees. 439 -rotate 270 Rotate image 270 degrees clockwise (or 90 ccw).
|