Searched refs:translationY (Results 1 - 25 of 31) sorted by relevance

12

/packages/apps/DeskClock/src/com/android/deskclock/widget/toast/
H A DSnackbarSlidingBehavior.java58 float translationY = 0f;
60 translationY = Math.min(translationY, dependency.getY() - child.getBottom());
62 child.setTranslationY(translationY);
/packages/apps/Messaging/src/com/android/messaging/ui/
H A DSnackBarInteraction.java59 return mView.animate().translationY(-rootView.getMeasuredHeight());
64 return mView.animate().translationY(0);
H A DSnackBarManager.java286 return normalizeAnimator(snackBarView.animate()).translationX(0).translationY(0);
292 return normalizeAnimator(snackBarView.animate()).translationY(rootView.getHeight());
/packages/apps/Launcher3/src/com/android/launcher3/anim/
H A DPropertyListBuilder.java20 public PropertyListBuilder translationY(float value) { method in class:PropertyListBuilder
/packages/apps/Launcher3/src/com/android/launcher3/widget/
H A DWidgetsBottomSheet.java193 .translationY(mTranslationYOpen).build());
214 .translationY(mTranslationYClosed).build());
281 public void setTranslationY(float translationY) { argument
282 super.setTranslationY(translationY);
284 float p = (mTranslationYClosed - translationY) / mTranslationYRange;
/packages/apps/Launcher3/src/com/android/launcher3/folder/
H A DFolderAnimationManager.java294 Animator translationY = getAnimator(btv, View.TRANSLATION_Y, yDistance, 0f);
295 translationY.setInterpolator(previewItemInterpolator);
296 play(animatorSet, translationY);
308 translationY.setStartDelay(delay);
312 translationY.setDuration(translationY.getDuration() - delay);
/packages/apps/Dialer/java/com/android/incallui/video/impl/
H A DSurfaceViewVideoCallFragment.java361 .translationY(0)
370 .translationY(0)
386 .translationY(0)
400 .translationY(0)
421 .translationY(previewOffsetStartShown.y)
534 .translationY(offset.y)
544 .translationY(offset.y)
554 .translationY(offset.y)
565 .translationY(offset.y)
586 .translationY(
[all...]
H A DVideoCallFragment.java399 .translationY(0)
408 .translationY(0)
424 .translationY(0)
438 .translationY(0)
459 .translationY(previewOffsetStartShown.y)
574 .translationY(offset.y)
584 .translationY(offset.y)
594 .translationY(offset.y)
605 .translationY(offset.y)
626 .translationY(
[all...]
/packages/apps/Dialer/java/com/android/contacts/common/widget/
H A DFloatingActionButtonController.java134 .translationY(offsetY)
/packages/apps/DeskClock/src/com/android/deskclock/alarms/dataadapter/
H A DExpandedAlarmViewHolder.java301 private void setTranslationY(float repeatDaysTranslationY, float translationY) { argument
303 ringtone.setTranslationY(translationY);
304 vibrate.setTranslationY(translationY);
305 editLabel.setTranslationY(translationY);
306 preemptiveDismissButton.setTranslationY(translationY);
307 hairLine.setTranslationY(translationY);
308 delete.setTranslationY(translationY);
309 arrow.setTranslationY(translationY);
/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncherViewPropertyAnimator.java203 mViewPropertyAnimator.translationY(mTranslationY);
237 public LauncherViewPropertyAnimator translationY(float value) { method in class:LauncherViewPropertyAnimator
/packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/handheld/
H A DGrantPermissionsViewHandlerImpl.java200 final int translationY = (oldTop - top) + translationCompensatingScale;
204 mDescContainer.setTranslationY(translationY);
206 .translationY(0)
/packages/apps/Contacts/src/com/android/contacts/widget/
H A DFloatingActionButtonController.java138 .translationY(offsetY)
/packages/apps/Settings/src/com/android/settings/password/
H A DConfirmLockPattern.java573 long duration, float translationY, final boolean appearing,
580 appearing ? translationY : 0f, /* startTranslation */
581 appearing ? 0f : translationY, /* endTranslation */
585 mAppearAnimationUtils.createAnimation((View) obj, delay, duration, translationY,
572 createAnimation(Object obj, long delay, long duration, float translationY, final boolean appearing, Interpolator interpolator, final Runnable finishListener) argument
/packages/apps/Contacts/src/com/android/contacts/dialog/
H A DCallSubjectDialog.java519 // Start animation in translated state and animate to translationY 0.
522 .translationY(0)
533 .translationY(0)
554 .translationY(mSubjectList.getHeight())
/packages/apps/Dialer/java/com/android/contacts/common/dialog/
H A DCallSubjectDialog.java456 // Start animation in translated state and animate to translationY 0.
460 .translationY(0)
472 .translationY(0)
495 .translationY(mSubjectList.getHeight())
/packages/apps/Settings/src/com/android/settings/fingerprint/
H A DFingerprintEnrollEnrolling.java374 .translationY(0f)
389 .translationY(getResources().getDimensionPixelSize(
/packages/apps/Launcher3/src/com/android/launcher3/notification/
H A DNotificationFooterLayout.java158 new PropertyListBuilder().scale(scale).translationY(toBounds.top - fromBounds.top
/packages/apps/Car/Dialer/src/com/android/car/dialer/
H A DStrequentsItemAnimator.java284 ViewCompat.animate(view).translationY(0);
349 oldViewAnim.translationY(changeInfo.toY - changeInfo.fromY);
371 newViewAnimation.translationX(0).translationY(0).setDuration(getChangeDuration()).
/packages/apps/Dialer/java/com/android/dialer/app/list/
H A DSearchFragment.java318 .translationY(endTranslationValue)
/packages/apps/Launcher3/src/com/android/launcher3/
H A DWorkspaceStateTransitionAnimation.java383 .translationY(finalWorkspaceTranslationY).build())
/packages/apps/Dialer/java/com/android/incallui/answer/impl/
H A DAnswerFragment.java904 float translationY = view.getTop() * 0.5f;
905 ObjectAnimator animator = ObjectAnimator.ofFloat(view, View.TRANSLATION_Y, translationY, 0);
/packages/apps/Dialer/java/com/android/dialer/dialpadview/
H A DDialpadView.java291 animator.translationY(0);
/packages/apps/PhoneCommon/src/com/android/phone/common/dialpad/
H A DDialpadView.java297 animator.translationY(0);
/packages/apps/ExactCalculator/src/com/android/calculator2/
H A DCalculator.java954 final float translationY = (1.0f - textScale) *
962 ObjectAnimator.ofFloat(textView, View.TRANSLATION_Y, translationY, 0.0f));

Completed in 565 milliseconds

12