Home | History | Annotate | Download | only in launcher3

Lines Matching defs:out

643         DataOutputStream out = null;
645 out = new DataOutputStream(context.openFileOutput(PREFERENCES, MODE_PRIVATE));
646 out.writeUTF(configuration.locale);
647 out.writeInt(configuration.mcc);
648 out.writeInt(configuration.mnc);
649 out.flush();
656 if (out != null) {
658 out.close();
1714 // The following code used to be in onResume, but it turns out onResume is called when
2673 // it is actually opened. There have been a few instances where this gets out of sync.
2816 // Only launch using the new animation if the shortcut has not opted out (this is a
3199 * Zoom the camera out from the workspace to reveal 'toView'.
3504 // the all-apps button to pop in and out.
3779 // Pause the auto-advance of widgets until we are out of AllApps
5106 * Prints out out state for debugging.