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

1234567

/packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/camerafocus/
H A DPieRenderer.java343 .animate()
/packages/apps/Launcher2/src/com/android/launcher2/
H A DWorkspace.java2133 // If the dragView is null, we can't animate
2134 boolean animate = dragView != null;
2135 if (animate) {
3173 // cellLayout to its final transform -- this means we animate the drag view to
3206 // Now we animate the dragView, (ie. the widget or shortcut preview) into its final
3859 void moveToDefaultScreen(boolean animate) { argument
3861 if (animate) {
H A DCellLayout.java2273 rha.animate();
2324 void animate() { method in class:CellLayout.ReorderHintAnimation
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncher.java1723 // In all these cases, only animate if we're already on home
1727 // If we are already on home, then just animate back to the workspace,
2035 protected void moveToCustomContentScreen(boolean animate) { argument
2037 AbstractFloatingView.closeAllOpenViews(this, animate);
2038 mWorkspace.moveToCustomContentScreen(animate);
3578 mDragLayer.animate().alpha(1).withEndAction(onComplete).start();
H A DPagedView.java1505 // animate them from the previous position to the new position in
2039 mDragView.animate().scaleX(1.15f).scaleY(1.15f).setDuration(100).start();
2065 // then we just animate the drag view back into position
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/camerafocus/
H A DPieRenderer.java346 mOverlay.animate().alpha(0).setListener(new AnimatorListenerAdapter() {
/packages/apps/TV/src/com/android/tv/guide/
H A DProgramGuide.java238 mSearchOrb.animate().alpha(i == 0 ? 1.0f : 0.0f);
/packages/apps/Camera2/src/com/android/camera/
H A DCameraActivity.java2707 mUndoDeletionBar.animate().setDuration(200).alpha(1f).setListener(null).start();
2715 mUndoDeletionBar.animate().setDuration(200).alpha(0f)
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
H A DScrollAdapterView.java175 /** allow animate expanded size change when Scroller is stopped */
2435 // animate between different expanded view size
2444 view.animate().translationX(0).start();
2447 view.animate().translationY(0).start();
/packages/apps/Camera2/src/com/android/camera/ui/
H A DModeListView.java720 // If the animation was canceled before it's finished, animate the mode
1826 * @param width a set of values that the animation will animate between over time
1839 * @param width a set of values that the animation will animate between over time
2171 mCircleDrawable.animate();
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
H A DConversationFragment.java138 // We animate the message from draft to message list, if we the message doesn't show up in the
264 mComposeMessageView.hideAllComposeInputs(false /* animate */);
269 mConversationComposeDivider.animate().alpha(isScrolledToBottom() ? 0 : 1);
888 mComposeMessageView.hideAllComposeInputs(false /* animate */);
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DAbstractActivityController.java827 // There is no conversation list to animate, so just set it to null
1546 // doing before. Don't animate if we are launching a new screen.
2341 public void commitDestructiveActions(boolean animate) { argument
2344 fragment.commitDestructiveActions(animate);
2581 * @param shouldAnimate true if we want to animate the conversation in, false otherwise
2667 // Only animate destructive actions if we are going to be showing the
4261 * As part of the overriden function, it will animate the alpha of the conversation list

Completed in 720 milliseconds

1234567