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

1234567

/frameworks/base/media/java/android/media/
H A DAudioTrack.java2077 final int delay = getStartDelayMs();
2078 if (delay == 0) {
2084 Thread.sleep(delay);
H A DCea708CaptionRenderer.java179 * <li>Job commands: The job commands make a delay and recover from the delay. (DLY, DLC, RST)</li>
1450 delay((int) event.obj);
1594 private void delay(int tenthsOfSeconds) { method in class:Cea708CCWidget.CCHandler
H A DMediaPlayer.java1315 final int delay = getStartDelayMs();
1316 if (delay == 0) {
1322 Thread.sleep(delay);
5589 scheduleNotification(NOTIFY_TIME, 0 /* delay */);
5600 scheduleNotification(NOTIFY_SEEK, 0 /* delay */);
5604 scheduleNotification(NOTIFY_TIME, 0 /* delay */);
5614 scheduleNotification(NOTIFY_TIME, 0 /* delay */);
5626 scheduleNotification(NOTIFY_STOP, 0 /* delay */);
5636 scheduleNotification(NOTIFY_SEEK, 0 /* delay */);
5647 scheduleNotification(NOTIFY_SEEK, 0 /* delay */);
[all...]
/frameworks/base/packages/Shell/src/com/android/shell/
H A DBugreportProgressService.java658 * Takes a screenshot after {@code delay} seconds.
660 private void takeScreenshot(int id, int delay) { argument
661 if (delay > 0) {
662 Log.d(TAG, "Taking screenshot for " + id + " in " + delay + " seconds");
666 msg.arg2 = delay - 1;
/frameworks/base/services/core/java/com/android/server/display/
H A DDisplayManagerService.java354 long delay = timeout - SystemClock.uptimeMillis();
355 if (delay <= 0) {
362 Slog.d(TAG, "waitForDefaultDisplay: waiting, timeout=" + delay);
365 mSyncRoot.wait(delay);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskStackAnimationHelper.java296 // Animate the tasks up - add some delay to match the divider animation
340 int delay = Math.min(ENTER_EXIT_NUM_ANIMATING_TASKS , taskIndexFromFront) *
349 taskAnimation.setStartDelay(AnimationProps.BOUNDS, delay)
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DStatusBarIconView.java814 public void setDark(boolean dark, boolean fade, long delay) { argument
821 }, dark, fade, delay, this);
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DTouchExplorer.java511 // Deliver hover enter with a delay to have a chance
1273 public SendAccessibilityEventDelayed(int eventType, int delay) { argument
1275 mDelay = delay;
/frameworks/support/frameworks/support/samples/SupportSliceDemos/src/main/java/com/example/androidx/slice/demos/
H A DSampleSliceProvider.java726 private void update(long delay, SparseArray<String> summaries, int id, String s, Uri uri, argument
732 }, delay);
/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
H A DBaseCardView.java89 * only appears after a short delay. The info area appears below the main
210 * or if it should be delayed. The default behavior is to delay this
220 * @param delay True (default) if the selected animation should be delayed
224 public void setSelectedAnimationDelayed(boolean delay) { argument
225 mDelaySelectedAnim = delay;
232 * @return true if this card is set to delay the selected animation the next
/frameworks/support/samples/SupportSliceDemos/src/main/java/com/example/androidx/slice/demos/
H A DSampleSliceProvider.java726 private void update(long delay, SparseArray<String> summaries, int id, String s, Uri uri, argument
732 }, delay);
/frameworks/base/services/core/java/com/android/server/content/
H A DSyncManager.java136 * with JobScheduler with appropriate delay and constraints (according to backoffs and extras).
922 0 /* min delay */, true /* checkIfAccountReady */, syncExemptionFlag);
926 * @param minDelayMillis The sync can't land before this delay expires.
1116 + ", delay until " + delayUntil
1136 + " delay until " + delayUntil
1410 // Subsequent delays are the double of the previous delay.
1415 // The initial delay is the jitterized INITIAL_SYNC_RETRY_TIME_IN_MS.
1420 // Cap the delay.
1448 postScheduleSyncMessage(op, 0 /* min delay */);
1521 Slog.v(TAG, "backoff delay
3175 deferSyncH(SyncOperation op, long delay, String why) argument
3191 deferStoppedSyncH(SyncOperation op, long delay) argument
[all...]
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
H A DPasspointManagerTest.java387 int delay = 123;
390 mCallbacks.onWnmFrameReceived(new WnmData(BSSID, reasonUrl, ess, delay));
401 assertEquals(delay, intent.getValue().getExtras().getInt(EXTRA_DELAY));
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelView.java595 public void animateToFullShade(long delay) { argument
596 mNotificationStackScroller.goToFullShade(delay);
1144 long delay = mStatusBarState == StatusBarState.SHADE_LOCKED
1146 mQs.animateHeaderSlidingIn(delay);
H A DNavigationBarFragment.java1020 public void disableAnimationsDuringHide(long delay) { argument
1023 delay + StackStateAnimator.ANIMATION_DURATION_GO_TO_FULL_SHADE);
H A DStatusBar.java309 * The delay to reset the hint text when the hint animation is finished running.
1292 // Decrease the delay for every row we animate to give the sense of
3360 public void postStartActivityDismissingKeyguard(final Intent intent, int delay) { argument
3362 handleStartActivityDismissingKeyguard(intent, true /*onlyProvisioned*/), delay);
3690 long delay = calculateGoingToFullShadeDelay();
3691 mNotificationPanel.animateToFullShade(delay);
3704 mNavigationBar.disableAnimationsDuringHide(delay);
3754 * @param delay the precalculated animation delay in milliseconds
3757 public void setKeyguardFadingAway(long startTime, long delay, lon argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationChildrenContainer.java1167 public void setDark(boolean dark, boolean fade, long delay) { argument
1169 mHybridGroupManager.setOverflowNumberDark(mOverflowNumber, dark, fade, delay);
H A DNotificationStackScrollLayout.java1485 public void dismissViewAnimated(View child, Runnable endRunnable, int delay, long duration) { argument
1486 mSwipeHelper.dismissChild(child, 0, endRunnable, delay, true, duration,
3939 public void goToFullShade(long delay) { argument
3941 mGoToFullShadeDelay = delay;
/frameworks/base/services/core/java/com/android/server/
H A DBatteryService.java710 // send now if last event was before throttle interval, otherwise delay
711 long delay = now - mLastBatteryLevelChangedSentMs > BATTERY_LEVEL_CHANGE_THROTTLE_MS
713 mHandler.postDelayed(this::sendEnqueuedBatteryLevelChangedEvents, delay);
/frameworks/base/services/core/java/com/android/server/wm/
H A DAccessibilityController.java629 final long delay = (long) (mLongAnimationDuration
633 mHandler.sendMessageDelayed(message, delay);
/frameworks/base/services/core/java/com/android/server/am/
H A DUserController.java363 // We need to delay unlocking managed profiles until the parent user
1341 long delay = SystemClock.elapsedRealtime() - dispatchStartedTime;
1342 if (delay > USER_SWITCH_TIMEOUT_MS) {
1344 + " sent result after " + delay + " ms");
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDataConnection.java1631 // Retrieve the suggested retry delay from the modem and save it.
1633 // suggest a positive delay value (in milliseconds). Otherwise we'll get
1636 long delay = getSuggestedRetryDelay(dataCallResponse);
1637 cp.mApnContext.setModemSuggestedDelay(delay);
1640 + " delay=" + delay
2317 * Using the result of the SETUP_DATA_CALL determine the retry delay.
2320 * @return NO_SUGGESTED_RETRY_DELAY if no retry is needed otherwise the delay to the
2332 if (DBG) log("No suggested retry delay.");
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
H A DTelephonyMetrics.java374 pw.print(event.delay);
411 pw.print(event.delay);
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Drate_control.cpp429 extern Bool SetProfile_BufferSize(VideoEncData *video, float delay, Int bInitialized);
628 // not necessary bound = 10; /* 1/17/02 -- For Low delay */
/frameworks/native/services/inputflinger/
H A DInputDispatcher.cpp2489 ALOGW("Excessive delay in interceptKeyBeforeQueueing; took %s ms",
2564 ALOGW("Excessive delay in interceptMotionBeforeQueueing; took %s ms",
2681 ALOGW("Excessive delay in interceptKeyBeforeQueueing; took %s ms",
2711 ALOGW("Excessive delay in interceptMotionBeforeQueueing; took %s ms",
3600 nsecs_t delay = mPolicy->interceptKeyBeforeDispatching(commandEntry->inputWindowHandle, local
3603 ALOGW("Excessive delay in interceptKeyBeforeDispatching; took %s ms",
3609 if (delay < 0) {
3611 } else if (!delay) {
3615 entry->interceptKeyWakeupTime = now() + delay;

Completed in 491 milliseconds

1234567