Searched defs:duration (Results 101 - 125 of 204) sorted by relevance

123456789

/frameworks/base/media/jni/
H A Dandroid_media_MediaProfiles.cpp187 int duration = sProfiles->getCamcorderProfileParamByName("duration", id, q); local
200 if (duration == -1 || fileFormat == -1 || videoCodec == -1 || audioCodec == -1 ||
212 duration,
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardPatternView.java58 // How much we scale up the duration of the disappear animation when the current user is locked
388 AppearAnimationUtils.startTranslationYAnimation(this, 0 /* delay */, 500 /* duration */,
452 long duration, float translationY, final boolean appearing,
459 delay, duration, interpolator, finishListener);
462 mAppearAnimationUtils.createAnimation(mEcaView, delay, duration, translationY,
451 createAnimation(final LockPatternView.CellState animatedCell, long delay, long duration, float translationY, final boolean appearing, Interpolator interpolator, final Runnable finishListener) argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBarPolicy.java466 public void appTransitionStarting(long startTime, long duration) { argument
H A DTrustDrawable.java221 int startAlpha, int endAlpha, long duration, Interpolator interpolator,
225 duration, mAlphaUpdateListener, interpolator, repeating);
228 duration, mRadiusUpdateListener, interpolator, repeating);
238 private ValueAnimator configureAnimator(ValueAnimator animator, long duration, argument
241 animator.setDuration(duration);
220 makeAnimators(float startRadius, float endRadius, int startAlpha, int endAlpha, long duration, Interpolator interpolator, boolean repeating, boolean stateUpdateListener) argument
H A DStatusBarIconController.java440 long duration) {
454 mTintAnimator.setDuration(duration);
544 public void appTransitionStarting(long startTime, long duration) { argument
549 duration);
557 mTransitionDeferringDuration = duration;
439 animateIconTint(float targetDarkIntensity, long delay, long duration) argument
/frameworks/base/services/core/java/com/android/server/am/
H A DPendingIntentRecord.java192 void setWhitelistDuration(long duration) { argument
193 this.whitelistDuration = duration;
/frameworks/base/telecomm/java/android/telecom/
H A DVoicemail.java42 Long duration, String source, String providerData, Uri uri, Boolean isRead,
48 mDuration = duration;
119 public Builder setDuration(long duration) { argument
120 mBuilderDuration = duration;
191 /** Gets the duration of the voicemail in millis, or zero if the field is not set. */
41 Voicemail(Long timestamp, String number, PhoneAccountHandle phoneAccountHandle, Long id, Long duration, String source, String providerData, Uri uri, Boolean isRead, Boolean hasContent, String transcription) argument
/frameworks/native/opengl/tests/hwc/
H A DhwcStress.cpp151 static float duration = defaultDuration; variable
274 duration = strtod(optarg, &chptr);
275 if ((*chptr != '\0') || (duration < 0.0)) {
276 testPrintE("Invalid command-line specified duration of: %s",
366 testPrintE(" %s [-s start_pass] [-e end_pass] [-t duration]",
370 testPrintI("duration: %g", duration);
391 // Stop if duration of work has already been performed
394 if (tv2double(&delta) > duration) { break; }
/frameworks/opt/net/voip/src/java/android/net/sip/
H A DSipManager.java643 public void onRegistrationDone(ISipSession session, int duration) { argument
644 long expiryTime = duration;
645 if (duration > 0) expiryTime += System.currentTimeMillis();
H A DSipSession.java211 * @param duration duration in second before the registration expires
213 public void onRegistrationDone(SipSession session, int duration) { argument
360 * @param duration duration in second before the registration expires
363 public void register(int duration) { argument
365 mSession.register(duration);
374 * expiration duration. The session listener is called back upon success or
547 public void onRegistrationDone(ISipSession session, int duration) {
549 mListener.onRegistrationDone(SipSession.this, duration);
[all...]
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DSearchOrbView.java231 private void startShadowFocusAnimation(boolean gainFocus, int duration) { argument
241 mShadowFocusAnimator.setDuration(duration);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DDecorToolbar.java89 ViewPropertyAnimatorCompat setupAnimatorToVisibility(int visibility, long duration); argument
/frameworks/av/media/libstagefright/webm/
H A DWebmWriter.cpp195 // Max file duration limit is set
200 // When both file size and duration limits are set,
206 // Only max file duration limit is set
216 // Any long duration recording will be probably end up with
338 sp<WebmElement> duration = new WebmFloat( local
341 duration->serializePayload(bary);
/frameworks/base/core/java/android/accessibilityservice/
H A DGestureDescription.java47 * Upper bound on total gesture duration. Nearly all gestures will be much shorter.
64 * Get the upper limit on a gesture's duration.
66 * @return The maximum duration in milliseconds.
143 // Total duration assumes that the gesture starts at 0; waiting around to start a gesture
144 // counts against total duration
164 * added to a gesture, and the total gesture duration (earliest path start time to latest
182 "Gesture would exceed maximum duration with new stroke");
213 * @param duration The duration, in milliseconds, the stroke takes to traverse the path.
218 @IntRange(from = 0) long duration) {
216 StrokeDescription(@onNull Path path, @IntRange(from = 0) long startTime, @IntRange(from = 0) long duration) argument
[all...]
/frameworks/base/core/java/android/animation/
H A DAnimatorSet.java126 // simply means that there is no duration set on the AnimatorSet. When a real duration is
136 // The total duration of finishing all the Animators in the set.
502 // Update total duration, if necessary.
511 * be less than 0, which indicates that no duration has been set on this AnimatorSet
512 * and each of the child animations will use their own duration.
524 * each child animation will use its own duration. If the duration is set on the AnimatorSet,
525 * then each child animation inherits this duration.
527 * @param duration Th
531 setDuration(long duration) argument
[all...]
/frameworks/base/core/java/android/hardware/camera2/params/
H A DStreamConfigurationMap.java142 long duration = 0;
148 duration = configurationDuration.getDuration();
153 map = duration <= DURATION_20FPS_NS ?
662 * capability. This does not include the stall duration, so for example, a JPEG or RAW16 output
663 * resolution with a large stall duration but a minimum frame duration that's above 20 fps will
665 * still guaranteed to operate at a rate of at least 10 fps, not including stall duration.</p>
683 * Get the minimum {@link CaptureRequest#SENSOR_FRAME_DURATION frame duration}
690 * <p>This should correspond to the frame duration when only that stream is active, with all
694 * <p>When multiple streams are used in a request, the minimum frame duration wil
1359 getInternalFormatDuration(int format, int dataspace, Size size, int duration) argument
1385 getDurations(int duration, int dataspace) argument
[all...]
/frameworks/base/core/java/android/provider/
H A DCallLog.java268 * The duration of the call in seconds
271 public static final String DURATION = "duration";
482 * If a successful call is made that is longer than this duration, update the phone number
502 * @param duration call duration in seconds
511 long start, int duration, Long dataUsage) {
513 presentation, callType, features, accountHandle, start, duration,
535 * @param duration call duration in seconds
549 int features, PhoneAccountHandle accountHandle, long start, int duration,
509 addCall(CallerInfo ci, Context context, String number, int presentation, int callType, int features, PhoneAccountHandle accountHandle, long start, int duration, Long dataUsage) argument
547 addCall(CallerInfo ci, Context context, String number, String postDialDigits, String viaNumber, int presentation, int callType, int features, PhoneAccountHandle accountHandle, long start, int duration, Long dataUsage, boolean addForAllUsers, UserHandle userToBeInsertedTo) argument
590 addCall(CallerInfo ci, Context context, String number, String postDialDigits, String viaNumber, int presentation, int callType, int features, PhoneAccountHandle accountHandle, long start, int duration, Long dataUsage, boolean addForAllUsers, UserHandle userToBeInsertedTo, boolean is_read) argument
[all...]
/frameworks/base/core/java/android/widget/
H A DScroller.java148 * Create a Scroller with the default duration and interpolator.
224 * @return The duration of the scroll in milliseconds.
357 * duration.
374 * and the duration of the scroll.
384 * @param duration Duration of the scroll in milliseconds.
386 public void startScroll(int startX, int startY, int dx, int dy, int duration) { argument
389 mDuration = duration;
/frameworks/base/core/java/com/android/internal/widget/
H A DDecorToolbar.java91 Animator setupAnimatorToVisibility(int visibility, long duration); argument
H A DRotarySelector.java615 private void startAnimation(int startX, int endX, int duration) { argument
618 mAnimationDuration = duration;
678 private synchronized void vibrate(long duration) { argument
687 mVibrator.vibrate(duration, VIBRATION_ATTRIBUTES);
/frameworks/base/libs/hwui/
H A DAnimator.h59 ANDROID_API nsecs_t duration() { return mDuration; } function in class:android::uirenderer::RepeatMode::BaseRenderNodeAnimator
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DRecentsView.java642 private void showStackActionButton(final int duration, final boolean translate) { argument
665 .setDuration(duration)
677 private void hideStackActionButton(int duration, boolean translate) { argument
683 hideStackActionButton(duration, translate, postAnimationTrigger);
690 private void hideStackActionButton(int duration, boolean translate, argument
703 .setDuration(duration)
760 private void animateBackgroundScrim(float alpha, int duration) { argument
767 mBackgroundScrimAnimator.setDuration(duration);
H A DTaskView.java466 * @param fadeInDuration the duration of the action button animation, only used if
539 public void onStartLaunchTargetEnterAnimation(TaskViewTransform transform, int duration, argument
545 AnimationProps animation = new AnimationProps(duration, Interpolators.ALPHA_OUT);
552 showActionButton(true /* fadeIn */, duration /* fadeInDuration */);
559 .setDuration(duration)
566 public void onStartLaunchTargetLaunchAnimation(int duration, boolean screenPinningRequested, argument
571 AnimationProps animation = new AnimationProps(duration, Interpolators.ALPHA_OUT);
577 hideActionButton(true /* fadeOut */, duration,
H A DTaskViewHeader.java367 public void startFocusTimerIndicator(int duration) { argument
373 mFocusTimerIndicator.setMax(duration);
374 mFocusTimerIndicator.setProgress(duration);
378 mFocusTimerCountDown = new CountDownTimer(duration,
525 int duration = getResources().getInteger(R.integer.recents_task_enter_from_app_duration);
532 .setDuration(duration)
544 .setDuration(duration)
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DKeyguardAffordanceView.java277 private void startRtCircleFadeOut(long duration) { argument
280 animator.setDuration(duration);
354 long duration = 250;
358 duration = (long) (CIRCLE_APPEAR_DURATION * durationFactor);
359 duration = Math.min(duration, CIRCLE_DISAPPEAR_MAX_DURATION);
361 animator.setDuration(duration);
369 mPreviewClipper.setDuration(duration);
414 * @param duration If animate, whats the duration
418 setImageScale(float imageScale, boolean animate, long duration, Interpolator interpolator) argument
476 setImageAlpha(float alpha, boolean animate, long duration, Interpolator interpolator, Runnable runnable) argument
[all...]

Completed in 618 milliseconds

123456789