Searched refs:delay (Results 101 - 107 of 107) sorted by relevance

12345

/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupManagerService.java1739 long delay = 1000 * 60; // one minute, in milliseconds
1741 System.currentTimeMillis() + delay, mRunInitIntent);
3080 long delay;
3082 delay = mTransport.requestBackupTime();
3085 delay = 0; // use the scheduler's default
3087 KeyValueBackupJob.schedule(mContext, delay);
8384 long delay = transport.requestBackupTime();
8385 Slog.w(TAG, "Init failed on " + transportName + " resched in " + delay);
8387 System.currentTimeMillis() + delay, mRunInitIntent);
/frameworks/support/v17/tests/src/android/support/v17/leanback/widget/
H A DGridWidgetTest.java81 private void humanDelay(int delay) throws InterruptedException { argument
82 if (HUMAN_DELAY) Thread.sleep(delay);
/frameworks/native/services/inputflinger/
H A DEventHub.cpp647 effect.replay.delay = 0;
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java2543 long delay = r.duration == Toast.LENGTH_LONG ? LONG_DELAY : SHORT_DELAY;
2544 mHandler.sendMessageDelayed(m, delay);
/frameworks/base/core/java/android/widget/
H A DEditor.java1266 int delay = ViewConfiguration.getDoubleTapTimeout();
1267 mTextView.postDelayed(mShowFloatingToolbar, delay);
2868 // Suggestions are shown after a delay: the underlying spans may have been removed
/frameworks/base/core/java/android/view/
H A DView.java10361 // For views inside a scrolling container, delay the pressed feedback for
12441 * animation to fade the scrollbars out after a default delay. If a subclass
12442 * provides animated scrolling, the start delay should equal the duration
12489 * animation to fade the scrollbars out after a fixed delay. If a subclass
12490 * provides animated scrolling, the start delay should equal the duration of
12508 * @param startDelay the delay, in milliseconds, after which the animation
12509 * should start; when the delay is 0, the animation starts
12527 * animation to fade the scrollbars out after a fixed delay. If a subclass
12528 * provides animated scrolling, the start delay should equal the duration of
12547 * @param startDelay the delay, i
[all...]
/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 311 milliseconds

12345