Home | History | Annotate | Download | only in launcher2

Lines Matching defs:out

572         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 (this is a
2253 // it is actually opened. There have been a few instances where this gets out of sync.
2627 * Zoom the camera out from the workspace to reveal 'toView'.
2733 // If any of the objects being animated haven't been measured/laid out
2966 // Pause the auto-advance of widgets until we are out of AllApps
4112 * Prints out out state for debugging.