/frameworks/rs/scriptc/ |
rs_matrix.rsh | 357 * fovy: Field of view, in degrees along the Y axis. 376 * rot: How much rotation to do, in degrees. 525 * rot: How much rotation to do, in degrees.
|
/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...] |
/prebuilts/sdk/renderscript/include/ |
rs_matrix.rsh | 357 * fovy: Field of view, in degrees along the Y axis. 376 * rot: How much rotation to do, in degrees. 525 * rot: How much rotation to do, in degrees.
|
/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]
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/ |
screen_finder.py | 94 SMALL_ANGLE = 5 / 180 * np.pi # 5 degrees in radians 234 Filters pairs of lines that are less than 45 degrees apart. Filtering 241 are more than 45 degrees apart.""" 245 # Filter lines that are less than 45 (or greater than 135) degrees 510 # rotated through 45 degrees. Probably many other things will break as [all...] |
/external/webrtc/talk/media/base/ |
videoframe_unittest.h | [all...] |
/prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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/gdb/darwin-x86/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/gdb/linux-x86/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/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...] |
/external/libexif/po/ |
en_AU.po | [all...] |
en_GB.po | [all...] |
/prebuilts/gdb/darwin-x86/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...] |
/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 | 593 // Convert Euler angles from radians to degrees. 607 ToDegrees(ea); // Radians to degrees. 644 ToDegrees(ea); // Radians to degrees. [all...] |
/frameworks/av/cmds/screenrecord/ |
screenrecord.cpp | 70 static bool gRotate = false; // rotate 90 degrees 137 * Returns "true" if the device is rotated 90 degrees. 239 // post-rotation, so if the display is rotated 90 degrees we need to [all...] |
/frameworks/base/telecomm/java/android/telecom/ |
RemoteConnection.java | 491 * Sets the device orientation, in degrees, for the {@link RemoteConnection.VideoProvider}. 492 * Assumes that a standard portrait orientation of the device is 0 degrees. 494 * @param rotation The device orientation, in degrees. [all...] |
/hardware/bsp/intel/peripheral/libupm/src/lsm9ds0/ |
lsm9ds0.h | [all...] |
/system/core/include/system/ |
window.h | 346 /* rotate source image 90 degrees clock-wise, and is applied after TRANSFORM_FLIP_{H|V} */ 348 /* rotate source image 180 degrees */ 350 /* rotate source image 270 degrees clock-wise */ [all...] |