Searched refs:animate (Results 101 - 125 of 162) sorted by relevance

1234567

/packages/apps/Messaging/src/com/android/messaging/ui/
H A DSnackBarManager.java286 return normalizeAnimator(snackBarView.animate()).translationX(0).translationY(0);
292 return normalizeAnimator(snackBarView.animate()).translationY(rootView.getHeight());
/packages/apps/Terminal/src/com/android/terminal/
H A DTerminalView.java269 public void scrollToBottom(boolean animate) { argument
270 final int dur = animate ? 250 : 0;
/packages/apps/Dialer/java/com/android/dialershared/bubble/
H A DBubble.java231 .animate()
270 .animate()
339 // Hide the text so we can animate it in
359 // animate the primary button bounds change
398 .animate()
404 viewHolder.getPrimaryButton().animate().translationZ(0);
438 .animate()
633 .animate()
/packages/apps/Dialer/java/com/android/incallui/answer/impl/
H A DAnswerFragment.java224 .animate()
231 secondaryButton.animate().alpha(1);
612 public void setEndCallButtonEnabled(boolean enabled, boolean animate) {} argument
964 .animate()
971 secondaryButton.animate().alpha(1);
/packages/apps/Calendar/src/com/android/calendar/month/
H A DMonthByWeekFragment.java428 boolean animate = true;
433 animate = false;
438 boolean delayAnimation = goTo(event.selectedTime.toMillis(true), animate, true, false);
H A DSimpleDayPickerFragment.java371 * @param animate Whether to scroll to the given time or just redraw at the
378 public boolean goTo(long time, boolean animate, boolean setSelected, boolean forceScroll) { argument
451 if (animate) {
/packages/apps/Contacts/src/com/android/contacts/dialog/
H A DCallSubjectDialog.java502 // Use a ViewTreeObserver so that we can animate between the pre-layout and post-layout
519 // Start animation in translated state and animate to translationY 0.
521 mDialogView.animate()
532 mSubjectList.animate()
553 mSubjectList.animate()
/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
H A DStopwatchFragment.java242 private void updateFab(@NonNull ImageView fab, boolean animate) { argument
244 if (animate) {
251 if (animate) {
/packages/apps/Dialer/java/com/android/contacts/common/dialog/
H A DCallSubjectDialog.java443 // Use a ViewTreeObserver so that we can animate between the pre-layout and post-layout
456 // Start animation in translated state and animate to translationY 0.
459 .animate()
471 .animate()
494 .animate()
/packages/apps/Car/libs/car-stream-ui-lib/src/com/android/car/view/
H A DPagedListView.java174 updatePaginationButtons(false /*animate*/);
390 updatePaginationButtons(true /*animate*/);
405 private void updatePaginationButtons(boolean animate) { argument
420 animate);
465 updatePaginationButtons(true /*animate*/);
473 updatePaginationButtons(true /*animate*/);
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
H A DConversationFastScroller.java117 hide(true /* animate */);
160 hide(false /* animate */);
238 private void hide(boolean animate) { argument
240 if (animate) {
426 hide(false /* animate */);
/packages/apps/Settings/src/com/android/settings/
H A DTrustedCredentialsDialogBuilder.java341 mCurrentCertLayout.animate()
364 mCurrentCertLayout.animate()
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DSwipeableListView.java219 public void commitDestructiveActions(boolean animate) { argument
222 adapter.commitLeaveBehindItems(animate);
/packages/apps/Car/Dialer/src/com/android/car/dialer/
H A DOngoingCallFragment.java263 openDialpad(true /*animate*/);
350 openDialpad(false /*animate*/);
481 private void openDialpad(boolean animate) { argument
501 Animation anim = new DialpadAnimation(getContext(), false /* reverse */, animate);
595 DialpadAnimation(Context context, boolean reverse, boolean animate) { argument
596 setDuration(animate ? DURATION : 0);
/packages/apps/Car/Media/src/com/android/car/media/
H A DMediaPlaybackFragment.java521 mScrimView.animate()
532 mScrimView.animate()
570 mOverflowView.animate()
582 mOverflowView.animate()
/packages/apps/DeskClock/src/com/android/deskclock/timer/
H A DTimerFragment.java239 private void updateFab(@NonNull ImageView fab, boolean animate) { argument
250 if (animate) {
258 if (animate) {
266 if (animate) {
577 * @param animateDown {@code true} if the views should animate upwards, otherwise downwards
759 // If the timer started, animate the timers.
/packages/apps/Dialer/java/com/android/dialer/app/list/
H A DPhoneFavoriteListView.java267 .animate()
/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncherViewPropertyAnimator.java193 mViewPropertyAnimator = mTarget.animate();
H A DAppWidgetResizeFrame.java376 * to LauncherModel and animate the resize frame.
400 public void snapToWidget(boolean animate) { argument
431 if (!animate) {
/packages/apps/Launcher3/src/com/android/launcher3/
H A DWidgetPreviewLoader.java96 int previewHeight, WidgetCell caller, boolean animate) {
101 animate);
536 int previewHeight, WidgetCell caller, boolean animate) {
542 mAnimatePreviewIn = animate;
95 getPreview(WidgetItem item, int previewWidth, int previewHeight, WidgetCell caller, boolean animate) argument
535 PreviewLoadTask(WidgetCacheKey key, WidgetItem info, int previewWidth, int previewHeight, WidgetCell caller, boolean animate) argument
H A DAppWidgetResizeFrame.java394 public void snapToWidget(boolean animate) { argument
418 if (!animate) {
H A DBubbleTextView.java191 applyBadgeState(info, false /* animate */);
207 applyBadgeState(info, false /* animate */);
521 public void applyBadgeState(ItemInfo itemInfo, boolean animate) { argument
534 if (animate && (wasBadged ^ isBadged) && isShown()) {
/packages/apps/Messaging/src/com/android/messaging/ui/animation/
H A DViewGroupItemVerticalExplodeAnimation.java68 * @param snapshotView whether a snapshot of the view to animate is needed.
175 expandLayer.animate().scaleY(scale)
/packages/apps/Dialer/java/com/android/incallui/
H A DInCallActivity.java299 public boolean showDialpadFragment(boolean show, boolean animate) { argument
300 boolean didChange = common.showDialpadFragment(show, animate);
/packages/apps/Launcher3/src/com/android/launcher3/folder/
H A DFolderPagedView.java533 e.getKey().animate().cancel();
591 Log.e(TAG, "Cannot animate when the target cell is invisible");
670 v.animate()

Completed in 654 milliseconds

1234567