Searched refs:delay (Results 151 - 159 of 159) sorted by relevance

1234567

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationContentView.java1104 public void setDark(boolean dark, boolean fade, long delay) { argument
1179 setDark(mDark, false /* animate */, 0 /* delay */);
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java4929 // delay the vibration by the same amount as the notification sound
5057 long delay = r.duration == Toast.LENGTH_LONG ? LONG_DELAY : SHORT_DELAY;
5058 mHandler.sendMessageDelayed(m, delay);
5340 long delay = recon.getDelay(TimeUnit.MILLISECONDS);
5341 sendMessageDelayed(m, delay);
/frameworks/native/services/inputflinger/
H A DEventHub.cpp664 effect.replay.delay = 0;
/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupManagerService.java211 // Time delay for initialization operations that can be delayed so as not to consume too much CPU
1180 + "ms after first request (delay = " + INITIALIZATION_DELAY_MILLIS + "ms)");
1192 long delay = 1000 * 60; // one minute, in milliseconds
1194 System.currentTimeMillis() + delay, mRunInitIntent);
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java5814 // to 2 ticks per second, then there may be up to half a second delay between the next
6150 long delay = (long)(mConfigTickDistance / mFlingVelocity * 1000);
6151 postAtTime(mFlingRunnable, time + delay);
6154 + mFlingVelocity + ", delay=" + delay
H A DView.java4785 /** Used to delay visibility updates sent to the autofill manager */
13828 // For views inside a scrolling container, delay the pressed feedback for
16143 * animation to fade the scrollbars out after a default delay. If a subclass
16144 * provides animated scrolling, the start delay should equal the duration
16191 * animation to fade the scrollbars out after a fixed delay. If a subclass
16192 * provides animated scrolling, the start delay should equal the duration of
16210 * @param startDelay the delay, in milliseconds, after which the animation
16211 * should start; when the delay is 0, the animation starts
16229 * animation to fade the scrollbars out after a fixed delay. If a subclass
16230 * provides animated scrolling, the start delay shoul
[all...]
/frameworks/base/core/java/android/widget/
H A DEditor.java1523 int delay = ViewConfiguration.getDoubleTapTimeout();
1524 mTextView.postDelayed(mShowFloatingToolbar, delay);
/frameworks/support/leanback/src/androidTest/java/androidx/leanback/widget/
H A DGridWidgetTest.java128 private void humanDelay(int delay) throws InterruptedException { argument
129 if (HUMAN_DELAY) Thread.sleep(delay);
/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 396 milliseconds

1234567