HomeSort by relevance Sort by last modified time
    Searched full:degrees (Results 1 - 25 of 880) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
TestDegrees.rs 24 return degrees(inValue);
28 return degrees(inValue);
32 return degrees(inValue);
36 return degrees(inValue);
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
RadialPickerLayout.java 125 // Prepare mapping to snap touchable degrees to selectable degrees.
321 * Split up the 360 degrees of the circle among the 60 selectable values. Assigns a larger
324 * E.g. the output of 30 degrees should have a higher range of input associated with it than
325 * the output of 24 degrees, because 30 degrees corresponds to a visible number on the clock
330 // output will correspond to a range of 14 associated input degrees, and each non-visible
331 // output will correspond to a range of 4 associate input degrees, so visible numbers
335 // If an output of 30 degrees should correspond to a range of 14 associated degrees, the
566 int degrees; local
800 int degrees = value * stepSize; local
    [all...]
  /packages/apps/Gallery/src/com/android/camera/gallery/
Image.java 59 protected void setDegreesRotated(int degrees) {
60 if (mRotation == degrees) return;
61 mRotation = degrees;
105 private void setExifRotation(int degrees) {
107 degrees %= 360;
108 if (degrees < 0) degrees += 360;
111 switch (degrees) {
137 * @param degrees
139 public boolean rotateImageBy(int degrees) {
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glsl/builtins/ir/
degrees.ir 1 ((function degrees
  /external/mesa3d/src/glsl/builtins/ir/
degrees.ir 1 ((function degrees
  /external/chromium_org/third_party/webrtc/modules/video_capture/android/
video_capture_android.cc 53 JNIEnv* env, jobject, jlong context, jint degrees) {
57 degrees = (360 + degrees) % 360;
58 assert(degrees >= 0 && degrees < 360);
60 (degrees <= 45 || degrees > 315) ? kCameraRotate0 :
61 (degrees > 45 && degrees <= 135) ? kCameraRotate90 :
62 (degrees > 135 && degrees <= 225) ? kCameraRotate180
    [all...]
  /external/chromium_org/ppapi/c/private/
ppp_pdf.h 16 // Rotates the page 90 degrees clockwise from its current orientation.
18 // Rotates the page 90 degrees counterclockwise from its current orientation.
  /libcore/luni/src/test/resources/
recipe.xml 13 Preheat oven to 350 degrees F (175 degrees C).
recipe1.xml 13 Preheat oven to 350 degrees F (175 degrees C).
recipt.xml 13 Preheat oven to 350 degrees F (175 degrees C).
reciptWrong.xml 10 Preheat oven to 350 degrees F (175 degrees C).
systemid.xml 13 Preheat oven to 350 degrees F (175 degrees C).
  /external/chromium_org/chrome/app/test_data/
README 3 signed with varying degrees of validity (see cert_maker.bat for details)
  /external/eigen/doc/snippets/
Tutorial_AdvancedInitialization_LinSpaced.cpp 6 std::cout << " Degrees Radians Sine Cosine\n";
  /external/chromium_org/ash/rotator/
screen_rotation.h 31 // |degrees| are clockwise. |layer| is the target of the animation. Does not
33 ScreenRotation(int degrees, ui::Layer* layer);
50 // The number of degrees to rotate.
screen_rotation.cc 21 base::TimeDelta GetTransitionDuration(int degrees) {
22 if (degrees == 360)
24 if (degrees == 180)
26 if (degrees == 0)
33 ScreenRotation::ScreenRotation(int degrees, ui::Layer* layer)
35 GetTransitionDuration(degrees)),
36 degrees_(degrees) {
  /external/chromium_org/third_party/skia/include/effects/
SkColorMatrix.h 44 void setRotate(Axis, SkScalar degrees);
46 void preRotate(Axis, SkScalar degrees);
47 void postRotate(Axis, SkScalar degrees);
  /external/skia/include/effects/
SkColorMatrix.h 44 void setRotate(Axis, SkScalar degrees);
46 void preRotate(Axis, SkScalar degrees);
47 void postRotate(Axis, SkScalar degrees);
  /frameworks/base/core/java/android/widget/
RadialTimePickerView.java 190 // Prepare mapping to snap touchable degrees to selectable degrees.
195 * Split up the 360 degrees of the circle among the 60 selectable values. Assigns a larger
198 * E.g. the output of 30 degrees should have a higher range of input associated with it than
199 * the output of 24 degrees, because 30 degrees corresponds to a visible number on the clock
204 // output will correspond to a range of 14 associated input degrees, and each non-visible
205 // output will correspond to a range of 4 associate input degrees, so visible numbers
209 // If an output of 30 degrees should correspond to a range of 14 associated degrees, the
503 final int degrees = (hour % 12) * DEGREES_FOR_ONE_HOUR; local
1182 int degrees = (int) (Math.toDegrees(Math.asin(opposite \/ hypotenuse)) + 0.5); local
1243 final int degrees = getDegreesFromXY(x, y); local
1388 final int degrees = getDegreesFromXY(x, y); local
1540 final float degrees; local
    [all...]
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
TextureViewActivity.java 126 int degrees = 0; local
130 degrees = 0;
133 degrees = 90;
136 degrees = 180;
139 degrees = 270;
143 return (info.orientation - degrees + 360) % 360;
  /external/chromium_org/content/public/common/
geoposition.h 40 // Latitude in decimal degrees north (WGS84 coordinate frame).
42 // Longitude in decimal degrees west (WGS84 coordinate frame).
50 // Heading in decimal degrees clockwise from true north.
  /external/libyuv/files/include/libyuv/
rotate.h 24 kRotate90 = 90, // Rotate 90 degrees clockwise.
25 kRotate180 = 180, // Rotate 180 degrees.
26 kRotate270 = 270, // Rotate 270 degrees clockwise.
93 // order will result in a rotation by +- 90 degrees.
  /frameworks/base/location/java/android/location/
GpsSatellite.java 71 * Returns the elevation of the satellite in degrees.
74 * @return the elevation in degrees
81 * Returns the azimuth of the satellite in degrees.
84 * @return the azimuth in degrees
  /external/chromium_org/cc/blink/
web_transform_operations_impl.cc 35 double degrees) {
36 transform_operations_.AppendRotate(x, y, z, degrees);
  /external/chromium_org/chrome/browser/chromeos/geolocation/
geoposition.h 38 // Latitude in decimal degrees north.
41 // Longitude in decimal degrees west.

Completed in 1373 milliseconds

1 2 3 4 5 6 7 8 91011>>