HomeSort by relevance Sort by last modified time
    Searched defs:degrees (Results 26 - 50 of 61) sorted by null

12 3

  /frameworks/base/location/java/android/location/
Location.java 43 * in the form "[+-]DDD.DDDDD where D indicates degrees.
49 * in the form "[+-]DDD:MM.MMMMM" where D indicates degrees and
56 * in the form "DDD:MM:SS.SSSSS" where D indicates degrees, M
199 int degrees = (int) Math.floor(coordinate); local
200 sb.append(degrees);
202 coordinate -= degrees;
243 String degrees = st.nextToken(); local
246 val = Double.parseDouble(degrees);
251 int deg = Integer.parseInt(degrees);
266 // deg must be in [0, 179] except for the case of -180 degrees
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
GlobalScreenshot.java 418 * @return the current display rotation in degrees
440 float degrees = getDegreesForRotation(mDisplay.getRotation()); local
441 boolean requiresRotation = (degrees > 0);
445 mDisplayMatrix.preRotate(-degrees);
465 c.rotate(degrees);
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
IndicatorControlWheel.java 398 double degrees = CLOSE_ICON_DEFAULT_DEGREES; local
403 mChildRadians[startIndex + i] = Math.toRadians(degrees);
404 degrees += sectorDegrees;
  /external/chromium_org/third_party/skia/src/utils/
SkLua.cpp 405 SkScalar degrees = lua2scalar_def(L, 2, 0); local
406 get_ref<SkCanvas>(L, 1)->rotate(degrees);
  /external/skia/src/utils/
SkLua.cpp 405 SkScalar degrees = lua2scalar_def(L, 2, 0); local
406 get_ref<SkCanvas>(L, 1)->rotate(degrees);
  /frameworks/av/media/libmediaplayerservice/
StagefrightRecorder.cpp 373 status_t StagefrightRecorder::setParamVideoRotation(int32_t degrees) {
374 ALOGV("setParamVideoRotation: %d", degrees);
375 if (degrees < 0 || degrees % 90 != 0) {
376 ALOGE("Unsupported video rotation angle: %d", degrees);
379 mRotationDegrees = degrees % 360;
647 } else if (key == "video-param-rotation-angle-degrees") {
648 int32_t degrees; local
649 if (safe_strtoi32(value.string(), &degrees)) {
650 return setParamVideoRotation(degrees);
    [all...]
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
RadialPickerLayout.java 126 // Prepare mapping to snap touchable degrees to selectable degrees.
322 * Split up the 360 degrees of the circle among the 60 selectable values. Assigns a larger
325 * E.g. the output of 30 degrees should have a higher range of input associated with it than
326 * the output of 24 degrees, because 30 degrees corresponds to a visible number on the clock
331 // output will correspond to a range of 14 associated input degrees, and each non-visible
332 // output will correspond to a range of 4 associate input degrees, so visible numbers
336 // If an output of 30 degrees should correspond to a range of 14 associated degrees, the
567 int degrees; local
803 int degrees = value * stepSize; local
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/
SendUi.java 500 * @return the current display rotation in degrees
557 float degrees = getDegreesForRotation(mDisplay.getRotation()); local
570 boolean requiresRotation = (degrees > 0);
574 mDisplayMatrix.preRotate(-degrees);
592 c.rotate(360f - degrees);
  /packages/apps/Camera/src/com/android/camera/
PanoramaModule.java 105 // The unit of speed is degrees per frame.
573 int degrees = Util.getDisplayRotation(mActivity); local
575 int orientation = Util.getDisplayOrientation(degrees, cameraId);
    [all...]
  /packages/apps/Camera2/src/com/android/camera/
WideAnglePanoramaModule.java 87 // The unit of speed is degrees per frame.
535 int degrees = CameraUtil.getDisplayRotation(mActivity); local
537 int orientation = CameraUtil.getDisplayOrientation(degrees, cameraId);
    [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/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
ExifInterface.java 1911 double degrees = coordinate[0].toDouble(); local
2033 int degrees = (int) value; local
    [all...]
  /packages/apps/Camera2/src/com/android/camera/exif/
ExifInterface.java 1911 double degrees = coordinate[0].toDouble(); local
2033 int degrees = (int) value; local
    [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifInterface.java 1911 double degrees = coordinate[0].toDouble(); local
2033 int degrees = (int) value; local
    [all...]
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/
ExifInterface.java 1911 double degrees = coordinate[0].toDouble(); local
2033 int degrees = (int) value; local
    [all...]
  /packages/apps/Mms/src/com/android/mms/exif/
ExifInterface.java 1911 double degrees = coordinate[0].toDouble(); local
2033 int degrees = (int) value; local
    [all...]
  /device/lge/mako/camera/
QualcommCameraHardware.cpp 2407 int degrees = (int) value; local
2420 int degrees, minutes, seconds; local
    [all...]
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 

Completed in 2763 milliseconds

12 3