Searched refs:out (Results 226 - 250 of 267) sorted by relevance

1234567891011

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DTileImageView.java292 private void getRange(Rect out, int cX, int cY, int level, int rotation) { argument
293 getRange(out, cX, cY, level, 1f / (1 << (level + 1)), rotation);
302 private void getRange(Rect out, argument
328 out.set(left, top, right, bottom);
/packages/apps/Gallery2/src/com/android/photos/views/
H A DTiledImageRenderer.java37 * Handles laying out, decoding, and drawing of tiles in GL
349 private void getRange(Rect out, int cX, int cY, int level, int rotation) { argument
350 getRange(out, cX, cY, level, 1f / (1 << (level + 1)), rotation);
359 private void getRange(Rect out, argument
385 out.set(left, top, right, bottom);
/packages/apps/Launcher3/src/com/android/photos/views/
H A DTiledImageRenderer.java37 * Handles laying out, decoding, and drawing of tiles in GL
349 private void getRange(Rect out, int cX, int cY, int level, int rotation) { argument
350 getRange(out, cX, cY, level, 1f / (1 << (level + 1)), rotation);
359 private void getRange(Rect out, argument
385 out.set(left, top, right, bottom);
/packages/apps/Launcher3/util/com/android/launcher3/
H A DDecoderRing.java157 System.out.println(proto.toString());
/packages/apps/LegacyCamera/src/com/android/camera/panorama/
H A DPanoramaActivity.java1087 ByteArrayOutputStream out = new ByteArrayOutputStream();
1088 yuvimage.compressToJpeg(new Rect(0, 0, width, height), 100, out);
1090 out.close();
1095 return new MosaicJpeg(out.toByteArray(), width, height);
/packages/apps/Music/tests/src/com/android/music/functional/
H A DTestPlaylist.java135 System.out.println("resolver = null");
/packages/apps/UnifiedEmail/src/com/android/mail/lib/html/parser/
H A DHtmlTreeBuilder.java164 * "leak out" of the table.
167 * 'outside' text ends up leaking out of the table.
306 System.out.println(outputHtml);
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
H A DHtmlTreeBuilder.java164 * "leak out" of the table.
167 * 'outside' text ends up leaking out of the table.
306 System.out.println(outputHtml);
/packages/apps/VideoEditor/src/com/android/videoeditor/service/
H A DVideoEditorProject.java1278 final FileOutputStream out = new FileOutputStream(new File(mVideoEditor.getPath(),
1280 out.write(writer.toString().getBytes("UTF-8"));
1281 out.flush();
1282 out.close();
/packages/apps/Music/src/com/android/music/
H A DMusicUtils.java404 * Fills out the given submenu with items for "new playlist" and
420 System.out.println("resolver = null");
808 // figure out if we need to restart with a new playlist,
1328 void dump(PrintWriter out) { argument
1330 out.print(sTime.toString() + " : ");
1332 ((Exception)item).printStackTrace(out);
1334 out.println(item);
1352 static void debugDump(PrintWriter out) { argument
1360 entry.dump(out);
/packages/apps/Launcher2/src/com/android/launcher2/
H A DWidgetPreviewLoader.java380 Bitmap out = BitmapFactory.decodeByteArray(blob, 0, blob.length, opts);
381 return out;
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/parser/
H A DAddressListParser.jj72 System.out.print(msg);
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapObexServer.java218 if (V) Log.v(TAG, "onConnect(): uuid is ok, will send out " +
238 if (V) Log.v(TAG, "onDisconnect(): msg MSG_SESSION_DISCONNECTED sent out.");
305 if (D) Log.d(TAG, "onClose(): msg MSG_SERVERSESSION_CLOSE sent out.");
441 // out on. Can be "Name | Number | Sound", default value is "Name".
937 public static boolean closeStream(final OutputStream out, final Operation op) { argument
940 if (out != null) {
941 out.close();
/packages/apps/Camera/src/com/android/camera/
H A DUtil.java335 TypedValue out = new TypedValue();
336 activity.getTheme().resolveAttribute(android.R.attr.alertDialogIcon, out, true);
342 .setIcon(out.resourceId)
684 // Since the button is still clickable before fade-out animation
/packages/apps/Camera/src/com/android/camera/ui/
H A DPieRenderer.java680 private static void convertCart(int angle, int radius, Point out) { argument
682 out.x = (int) (radius * Math.cos(a) + 0.5);
683 out.y = (int) (radius * Math.sin(a) + 0.5);
/packages/apps/Camera2/src/com/android/camera/ui/
H A DPieRenderer.java68 // fade out timings
970 private static void convertCart(int angle, int radius, Point out) { argument
972 out.x = (int) (radius * Math.cos(a) + 0.5);
973 out.y = (int) (radius * Math.sin(a) + 0.5);
/packages/apps/Camera2/src/com/android/camera/util/
H A DCameraUtil.java355 TypedValue out = new TypedValue();
356 activity.getTheme().resolveAttribute(android.R.attr.alertDialogIcon, out, true);
362 .setIcon(out.resourceId)
724 // Since the button is still clickable before fade-out animation
897 // In order not to send out any intent to be intercepted and
/packages/apps/Email/tests/src/com/android/email/provider/
H A DAttachmentProviderTests.java682 FileOutputStream out = new FileOutputStream(outFile);
683 bitmap.compress(Bitmap.CompressFormat.PNG, 100, out);
684 out.close();
/packages/apps/Email/tests/src/com/android/emailcommon/utility/
H A DUtilityUnitTests.java220 OutputStream out = new FileOutputStream(file);
221 out.write(1);
222 out.close();
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
H A DAttachment.java267 final OutputStream out = resolver.openOutputStream(uri, "rwt");
268 size = IOUtils.copy(in, out);
271 out.close();
/packages/services/Telephony/src/com/android/phone/
H A DCallModeler.java211 // part of the conference call and move it out of the dialing state. To do this, issue a
354 private void doUpdate(boolean fullUpdate, List<Call> out) { argument
397 out.add(call);
405 updateForConferenceCalls(connection, out);
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetStateMachine.java1706 ArrayList<Object> out = new ArrayList<Object>();
1712 out.add(new Integer(arg));
1714 out.add(arg);
1719 return out.toArray();
/packages/apps/Camera2/src/com/android/camera/exif/
H A DExifInterface.java986 OutputStream out = null;
988 out = new FileOutputStream(exifOutFileName);
990 closeSilently(out);
993 return getExifWriterStream(out);
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
H A DExifInterface.java986 OutputStream out = null;
988 out = (OutputStream) new FileOutputStream(exifOutFileName);
990 closeSilently(out);
993 return getExifWriterStream(out);
/packages/apps/Launcher3/src/com/android/gallery3d/exif/
H A DExifInterface.java986 OutputStream out = null;
988 out = (OutputStream) new FileOutputStream(exifOutFileName);
990 closeSilently(out);
993 return getExifWriterStream(out);

Completed in 1465 milliseconds

1234567891011