Searched defs:done (Results 1 - 14 of 14) sorted by relevance

/packages/apps/StorageManager/src/com/android/storagemanager/utils/
H A DUtils.java27 View loading, View doneLoading, boolean done, boolean animate) {
28 setViewShown(loading, !done, animate);
29 setViewShown(doneLoading, done, animate);
26 handleLoadingContainer( View loading, View doneLoading, boolean done, boolean animate) argument
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/decoder/
H A DBase64InputStream.java41 private boolean done = false; field in class:Base64InputStream
80 // "done" is needed for the two successive '=' at the end
81 while (!done) {
84 // No more input - just return, let outputBuffer drain out, and be done
88 done = true;
/packages/apps/Settings/src/com/android/settings/widget/
H A DLoadingViewController.java44 handleLoadingContainer(false /* done */, false /* animate */);
60 public void handleLoadingContainer(boolean done, boolean animate) { argument
61 handleLoadingContainer(mLoadingView, mContentView, done, animate);
69 * @param done If true, content is set visible and loading is set invisible.
72 public static void handleLoadingContainer(View loading, View content, boolean done, argument
74 setViewShown(loading, !done, animate);
75 setViewShown(content, done, animate);
H A DEntityHeaderController.java214 public LayoutPreference done(Activity activity, Context uiContext) { method in class:EntityHeaderController
215 final LayoutPreference pref = new LayoutPreference(uiContext, done(activity));
226 public View done(Activity activity, boolean rebindActions) { method in class:EntityHeaderController
309 View done(Activity activity) { method in class:EntityHeaderController
310 return done(activity, true /* rebindActions */);
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DSuggestions.java72 public void done() { method in class:Suggestions
108 * the done status changes.
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DFilterUtils.java225 boolean[] done = new boolean[1];
226 return removeOneClusterFromPath(base, done);
229 private static String removeOneClusterFromPath(String base, boolean[] done) { argument
230 if (done[0]) return base;
234 done[0] = true;
248 sb.append(removeOneClusterFromPath(sets[j], done));
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
H A DCropActivity.java193 done();
232 done();
317 done();
352 done();
613 private void done() { method in class:CropActivity
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
H A Ddb_image_homography.cpp180 int nr_sols,i,best_sol,done; local
190 done=0;
216 if(!done || cost<best_cost)
218 done=1;
/packages/apps/TV/src/com/android/tv/dialog/
H A DPinDialogFragment.java303 private void done(String pin) { method in class:PinDialogFragment
304 if (DEBUG) Log.d(TAG, "done: mType=" + mType + " pin=" + pin + " stored=" + getPin());
577 mDialog.done(pin);
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/
H A DPinDialogFragment.java255 private void done(String pin) { method in class:PinDialogFragment
256 if (DEBUG) Log.d(TAG, "done: mType=" + mType + " pin=" + pin);
474 mDialog.done(pin);
/packages/apps/Calendar/src/com/android/calendar/event/
H A DEditEventView.java767 public EditEventView(Activity activity, View view, EditDoneRunnable done, argument
772 mDone = done;
1323 * Configures the Calendars spinner. This is only done for new events, because only new
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
H A DFilterShowActivity.java1332 done();
1345 done();
1403 done();
1408 public void done() { method in class:FilterShowActivity
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 351 milliseconds