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

<<1112

/packages/apps/Launcher3/src/com/android/launcher3/
H A DCellLayout.java228 mEaseOutInterpolator = new DecelerateInterpolator(2.5f); // Quint ease out
235 // where the item will land. The outlines gradually fade out, leaving a trail
768 * Given a cell coordinate and span fills out a corresponding pixel rect
1301 // We can't move out horizontally
1311 // We can't move out vertically
2979 out: for (int i = x; i < x + spanX - 1 && x < xCount; i++) {
2982 if (!available) break out;
H A DLauncherProvider.java876 // is very destructive (wipes out workspaces), we want to prevent this from showing
1842 System.out.println("Can't find widget provider: " + className);
2080 // does not, so we clear that out to keep them the same
/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.java6564 // Get the photo URI out and check the content.
6633 // Write it out.
6677 // Write it out.
6892 // Photo file ID should have been nulled out, and the photo URI should be the same as the
8197 // Since we cannot clean out delete log from previous tests, we need to account for that
8632 System.out.println("DECLARED INPUT STREAM LENGTH: " + inputStream.available());
8638 System.out.println("READ CHARACTER: " + index + " " + ch);

Completed in 194 milliseconds

<<1112