Home
last modified time | relevance | path

Searched defs:runnable (Results 1 – 25 of 30) sorted by relevance

12

/frameworks/support/v4/jellybean/android/support/v4/view/
DViewPropertyAnimatorCompatJB.java24 public static void withStartAction(View view, Runnable runnable) { in withStartAction()
28 public static void withEndAction(View view, Runnable runnable) { in withEndAction()
/frameworks/volley/src/com/android/volley/
DExecutorDelivery.java59 public void postResponse(Request<?> request, Response<?> response, Runnable runnable) { in postResponse()
82 public ResponseDeliveryRunnable(Request request, Response response, Runnable runnable) { in ResponseDeliveryRunnable()
DResponseDelivery.java29 public void postResponse(Request<?> request, Response<?> response, Runnable runnable); in postResponse()
/frameworks/opt/bitmap/src/com/android/bitmap/
DNamedThreadFactory.java34 public Thread newThread(final Runnable runnable) { in newThread()
/frameworks/base/core/tests/coretests/src/android/view/
DRunQueue.java52 final Runnable runnable = new Runnable() { in onCreate() local
/frameworks/volley/tests/src/com/android/volley/mock/
DMockResponseDelivery.java41 public void postResponse(Request<?> request, Response<?> response, Runnable runnable) { in postResponse()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DBackDropView.java61 public void setOnVisibilityChangedRunnable(Runnable runnable) { in setOnVisibilityChangedRunnable()
DKeyguardAffordanceView.java411 Interpolator interpolator, Runnable runnable) { in setImageAlpha()
450 private Animator.AnimatorListener getEndListener(final Runnable runnable) { in getEndListener()
/frameworks/support/v4/java/android/support/v4/view/
DViewPropertyAnimatorCompat.java69 public void withStartAction(ViewPropertyAnimatorCompat vpa, View view, Runnable runnable); in withStartAction()
70 public void withEndAction(ViewPropertyAnimatorCompat vpa, View view, Runnable runnable); in withEndAction()
104 public void withEndAction(ViewPropertyAnimatorCompat vpa, View view, Runnable runnable) { in withEndAction()
254 public void withStartAction(ViewPropertyAnimatorCompat vpa, View view, Runnable runnable) { in withStartAction()
483 … public void withEndAction(ViewPropertyAnimatorCompat vpa, View view, final Runnable runnable) { in withEndAction()
489 … public void withStartAction(ViewPropertyAnimatorCompat vpa, View view, final Runnable runnable) { in withStartAction()
567 public void withStartAction(ViewPropertyAnimatorCompat vpa, View view, Runnable runnable) { in withStartAction()
572 public void withEndAction(ViewPropertyAnimatorCompat vpa, View view, Runnable runnable) { in withEndAction()
727 public ViewPropertyAnimatorCompat withEndAction(Runnable runnable) { in withEndAction()
1178 public ViewPropertyAnimatorCompat withStartAction(Runnable runnable) { in withStartAction()
/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiCecController.java498 private void runOnIoThread(Runnable runnable) { in runOnIoThread()
502 private void runOnServiceThread(Runnable runnable) { in runOnServiceThread()
507 void flush(final Runnable runnable) { in flush()
DHdmiCecFeatureAction.java271 protected final void addOnFinishedCallback(HdmiCecFeatureAction action, Runnable runnable) { in addOnFinishedCallback()
DHdmiControlService.java783 void runOnServiceThread(Runnable runnable) { in runOnServiceThread()
787 void runOnServiceThreadAtFrontOfQueue(Runnable runnable) { in runOnServiceThreadAtFrontOfQueue()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardBouncer.java121 public void startPreHideAnimation(Runnable runnable) { in startPreHideAnimation()
/frameworks/opt/net/voip/src/java/com/android/server/sip/
DSipSessionListenerProxy.java39 private void proxy(Runnable runnable) { in proxy()
/frameworks/support/v4/java/android/support/v4/content/
DModernAsyncTask.java432 public static void execute(Runnable runnable) { in execute()
/frameworks/base/services/usb/java/com/android/server/usb/
DUsbHostManager.java251 Runnable runnable = new Runnable() { in systemReady() local
/frameworks/base/tests/AppLaunch/src/com/android/tests/applaunch/
DAppLaunch.java214 AppLaunchRunnable runnable = new AppLaunchRunnable(startIntent, forceStopBeforeLaunch); in startApp() local
/frameworks/base/services/core/java/com/android/server/tv/
DTvInputHardwareManager.java239 Runnable runnable = connection.getOnFirstFrameCapturedLocked(); in onFirstFrameCaptured() local
478 Runnable runnable = connection.getOnFirstFrameCapturedLocked(); in captureFrame() local
631 public void setOnFirstFrameCapturedLocked(Runnable runnable) { in setOnFirstFrameCapturedLocked()
/frameworks/base/core/java/android/view/
DViewPropertyAnimator.java813 public ViewPropertyAnimator withStartAction(Runnable runnable) { in withStartAction()
842 public ViewPropertyAnimator withEndAction(Runnable runnable) { in withEndAction()
/frameworks/base/core/java/android/os/
DAsyncTask.java607 public static void execute(Runnable runnable) { in execute()
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DMffContext.java335 void postRunnable(Runnable runnable) { in postRunnable()
DFilter.java441 protected final boolean performPreparation(Runnable runnable) { in performPreparation()
/frameworks/base/tests/MemoryUsage/src/com/android/tests/memoryusage/
DMemoryUsageTest.java189 AppLaunchRunnable runnable = new AppLaunchRunnable(startIntent); in startApp() local
/frameworks/base/core/tests/coretests/src/android/hardware/display/
DVirtualDisplayTest.java315 private void runOnUiThread(Runnable runnable) { in runOnUiThread()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSearchPanelCircleView.java507 public void performOnAnimationFinished(final Runnable runnable) { in performOnAnimationFinished()

12