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

/frameworks/base/core/java/android/accounts/
H A DAccountManagerCallback.java19 void run(AccountManagerFuture<V> future); argument
H A DAccountManager.java145 * future from the method; no callback need be supplied.
594 * @return a future containing the label string
1897 final AccountManagerFuture<Bundle> future) {
1902 callback.run(future);
2252 public void run(AccountManagerFuture<Account[]> future) {
2255 accounts = future.getResult();
2348 public void run(AccountManagerFuture<Bundle> future) { argument
2350 final Bundle result = future.getResult();
1896 postToHandler(Handler handler, final AccountManagerCallback<Bundle> callback, final AccountManagerFuture<Bundle> future) argument
/frameworks/base/libs/hwui/thread/
H A DTask.h49 const sp<Future<T> >& future() const { function in class:android::uirenderer::Task
/frameworks/base/core/tests/coretests/src/android/animation/
H A DAutoCancelTest.java59 private void setupAnimators(long startDelay, boolean startLater, final FutureWaiter future) argument
82 future.set(false);
96 future.set(false);
103 // Release future if not done already via failures during start
104 future.release();
125 final FutureWaiter future = new FutureWaiter();
130 setupAnimators(0, false, future);
132 future.setException(e);
136 assertTrue(future.get(FUTURE_TIMEOUT, TimeUnit.MILLISECONDS));
141 final FutureWaiter future
[all...]
H A DViewPropertyAnimatorTest.java67 public Canceler(ViewPropertyAnimator anim, FutureWaiter future) { argument
69 mFuture = future;
96 public FutureReleaseListener(FutureWaiter future) { argument
97 mFuture = future;
102 * @param future
105 public FutureReleaseListener(FutureWaiter future, long timeout) { argument
106 mFuture = future;
H A DEventsTest.java68 public Canceler(Animator anim, FutureWaiter future) { argument
70 mFuture = future;
96 public Ender(Animator anim, FutureWaiter future) { argument
98 mFuture = future;
117 public Pauser(Animator anim, FutureWaiter future) { argument
119 mFuture = future;
138 public Resumer(Animator anim, FutureWaiter future) { argument
140 mFuture = future;
160 public FutureReleaseListener(FutureWaiter future) { argument
161 mFuture = future;
169 FutureReleaseListener(FutureWaiter future, long timeout) argument
[all...]
/frameworks/base/libs/usb/src/com/android/future/usb/
H A DUsbAccessory.java17 package com.android.future.usb;
H A DUsbManager.java18 package com.android.future.usb;
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/services/
H A DFileOperationService.java67 // but in the future those files may be from multiple different parents. In
178 ScheduledFuture<?> future = executor.schedule(job, delay, TimeUnit.MILLISECONDS);
179 mRunning.put(jobId, new JobRecord(job, future));
207 if (record.future.getDelay(TimeUnit.MILLISECONDS) > 0) {
208 record.future.cancel(false);
336 private final ScheduledFuture<?> future; field in class:FileOperationService.JobRecord
338 public JobRecord(Job job, ScheduledFuture<?> future) { argument
340 this.future = future;
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
H A DSystemServicesProxy.java1086 IAppTransitionAnimationSpecsFuture future, IRemoteCallback animStartedListener,
1090 .overridePendingAppTransitionMultiThumbFuture(future, animStartedListener,
1085 overridePendingAppTransitionMultiThumbFuture( IAppTransitionAnimationSpecsFuture future, IRemoteCallback animStartedListener, boolean scaleUp) argument
/frameworks/native/libs/input/
H A DInputTransport.cpp59 // far into the future. This time is further bounded by 50% of the last time delta.
722 History future; local
725 // Interpolate between current sample and future sample.
726 // So current->eventTime <= sampleTime <= future.eventTime.
727 future.initializeFrom(next);
728 other = &future;
729 nsecs_t delta = future.eventTime - current->eventTime;
738 // Extrapolate future sample using current sample and past sample.
756 ALOGD("Sample time is too far in the future, adjusting prediction "
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dpicasso-2.5.2.jar ... graphics.Bitmap result java.util.concurrent.Future future com.squareup.picasso.Picasso$LoadedFrom ...
/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dpicasso-2.5.2.jar ... graphics.Bitmap result java.util.concurrent.Future future com.squareup.picasso.Picasso$LoadedFrom ...
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 1002 milliseconds