Searched refs:out (Results 276 - 298 of 298) sorted by relevance

<<1112

/packages/apps/Messaging/src/com/android/messaging/util/exif/
H A DExifInterface.java986 OutputStream out = null;
988 out = new FileOutputStream(exifOutFileName);
990 closeSilently(out);
993 return getExifWriterStream(out);
/packages/apps/ExactCalculator/src/com/android/calculator2/
H A DCalculator.java126 // We currently assume that the formula does not change out from under us in
326 try (ObjectOutput out = new ObjectOutputStream(byteArrayStream)) {
327 mEvaluator.saveInstanceState(out);
/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncher.java572 DataOutputStream out = null;
574 out = new DataOutputStream(context.openFileOutput(PREFERENCES, MODE_PRIVATE));
575 out.writeUTF(configuration.locale);
576 out.writeInt(configuration.mcc);
577 out.writeInt(configuration.mnc);
578 out.flush();
585 if (out != null) {
587 out.close();
1359 // The following code used to be in onResume, but it turns out onResume is called when
2178 // Only launch using the new animation if the shortcut has not opted out (thi
[all...]
H A DWidgetPreviewLoader.java435 Bitmap out = BitmapFactory.decodeByteArray(blob, 0, blob.length, opts);
436 return out;
586 // Figure out the badge location.
H A DCellLayout.java224 mEaseOutInterpolator = new DecelerateInterpolator(2.5f); // Quint ease out
233 // where the item will land. The outlines gradually fade out, leaving a trail
293 // We use this method from Workspace to figure out how many rows/columns Launcher should
294 // have. We ignore the left/right padding on CellLayout because it turns out in our design
304 // We use this method from Workspace to figure out how many rows/columns Launcher should
305 // have. We ignore the left/right padding on CellLayout because it turns out in our design
417 void scaleRectAboutCenter(Rect in, Rect out, float scale) { argument
420 out.set(in);
421 out.offset(-cx, -cy);
422 scaleRect(out, scal
[all...]
H A DPagedView.java268 * out pages.
834 // Find out which screens are visible; as an optimization we only call draw on them
1216 // exceed). Used to find out how much extra wallpaper we need for the over scroll effect
1658 public void writeToParcel(Parcel out, int flags) { argument
1659 super.writeToParcel(out, flags);
1660 out.writeInt(currentPage);
1843 // Fade the indicator out
/packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
H A DStaggeredGridView.java88 * Like ListView, SGV populates from an adapter and recycles views that fall out
184 * List of all views to animate out. This is used when we need to animate out stale views.
473 * all views starting at the 0th position of the adapter to figure out the proper offset of the
728 // the other properties because on the next data change, as we lay out, we'll need
863 // this means that the user has scrolled the child out of
872 // out of view, then the view has not been recycled and is
1058 // and the {@link DragEvent} gets nulled out. This is a workaround for
1308 // In LTR layout, iterate across each column that this child is laid out in,
1360 // TODO: Figure out wh
3943 writeToParcel(Parcel out, int flags) argument
[all...]
/packages/apps/Launcher3/src/com/android/launcher3/
H A DPagedView.java176 // dimensions such that when we are zoomed out, the view is not clipped
738 // zoom out (and scale down), the view is still contained in the parent
1111 // Find out which screens are visible; as an optimization we only call draw on them
2153 public void writeToParcel(Parcel out, int flags) { argument
2154 super.writeToParcel(out, flags);
2155 out.writeInt(currentPage);
/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
H A DBluetoothMapEmailProvider.java74 * @param out the FileOurputStream to write to.
78 boolean includeAttachment, boolean download, FileOutputStream out)
82 * @return the CONTENT_URI exposed. This will be used to send out notifications.
534 * Filter out the non usable folders and ensure to name the mandatory folders
77 WriteMessageToStream(long accountId, long messageId, boolean includeAttachment, boolean download, FileOutputStream out) argument
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/parser/
H A DAddressListParserTokenManager.java28 public java.io.PrintStream debugStream = System.out;
H A DAddressListParser.java34 System.out.print(msg);
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/contenttype/parser/
H A DContentTypeParserTokenManager.java29 public java.io.PrintStream debugStream = System.out;
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/datetime/parser/
H A DDateTimeParserTokenManager.java30 public java.io.PrintStream debugStream = System.out;
/packages/services/Telephony/src/org/apache/james/mime4j/field/address/parser/
H A DAddressListParserTokenManager.java28 public java.io.PrintStream debugStream = System.out;
H A DAddressListParser.java34 System.out.print(msg);
/packages/services/Telephony/src/org/apache/james/mime4j/field/contenttype/parser/
H A DContentTypeParserTokenManager.java29 public java.io.PrintStream debugStream = System.out;
/packages/services/Telephony/src/org/apache/james/mime4j/field/datetime/parser/
H A DDateTimeParserTokenManager.java30 public java.io.PrintStream debugStream = System.out;
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jar ... java.io.OutputStream) java.io.OutputStream out public void addError (com.puppycrawl.tools.checkstyle ...
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetStateMachine.java2998 ArrayList<Object> out = new ArrayList<Object>();
3004 out.add(new Integer(arg));
3006 out.add(arg);
3011 return out.toArray();
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/
H A DLayout.java1109 public void writeToParcel(Parcel out, int flags) { argument
/packages/apps/Calendar/src/com/android/calendar/
H A DDayView.java858 // Figure out how much space we need for the 3-letter abbrev names
960 // out the correct DST value and not adjust the selected time based
971 // out the correct DST value and not adjust the selected time based
983 // out the correct DST value and not adjust the selected time based
1112 // out the correct DST value and not adjust the selected time based
1722 // Read out the relevant event(s)
1726 // Read out all the events
1730 // Read out x of numEvents if there are more than one event
1739 // Read out x of numEvents if there are more than one event
3208 // Figure out wher
[all...]
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DContactsProvider2Test.java6793 // Get the photo URI out and check the content.
6862 // Write it out.
6906 // Write it out.
7121 // Photo file ID should have been nulled out, and the photo URI should be the same as the
8426 // Since we cannot clean out delete log from previous tests, we need to account for that
8963 System.out.println("DECLARED INPUT STREAM LENGTH: " + inputStream.available());
8969 System.out.println("READ CHARACTER: " + index + " " + ch);

Completed in 5556 milliseconds

<<1112