Home | History | Annotate | Download | only in launcher2

Lines Matching defs:out

546         DataOutputStream out = null;
548 out = new DataOutputStream(context.openFileOutput(PREFERENCES, MODE_PRIVATE));
549 out.writeUTF(configuration.locale);
550 out.writeInt(configuration.mcc);
551 out.writeInt(configuration.mnc);
552 out.flush();
559 if (out != null) {
561 out.close();
1333 // The following code used to be in onResume, but it turns out onResume is called when
2152 // Only launch using the new animation if the shortcut has not opted out (this is a
2227 // it is actually opened. There have been a few instances where this gets out of sync.
2601 * Zoom the camera out from the workspace to reveal 'toView'.
2707 // If any of the objects being animated haven't been measured/laid out
2940 // Pause the auto-advance of widgets until we are out of AllApps
4079 * Prints out out state for debugging.