Searched refs:animate (Results 126 - 150 of 160) sorted by relevance

1234567

/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DScrollingTabContainerView.java240 ViewPropertyAnimatorCompat anim = ViewCompat.animate(this).alpha(1f);
247 ViewPropertyAnimatorCompat anim = ViewCompat.animate(this).alpha(0f);
H A DToolbarWidgetWrapper.java563 return ViewCompat.animate(mToolbar)
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DScreenPinningRequest.java167 mLayout.animate()
H A DRecentsActivity.java712 mIncompatibleAppOverlay.animate()
721 mIncompatibleAppOverlay.animate()
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DSearchOrbView.java252 mRootView.animate().scaleX(zoom).scaleY(zoom).setDuration(mScaleDurationMs).start();
/frameworks/base/services/core/java/com/android/server/wm/
H A DAppWindowToken.java565 void setReplacingWindows(boolean animate) { argument
571 w.setReplacing(animate);
573 if (animate) {
589 w.setReplacing(false /* animate */);
H A DWindowAnimator.java510 // Wallpaper is going away in un-force-hide motion, animate it as well.
667 Slog.i(TAG, "!!! animate: entry time=" + mCurrentTime);
727 .animate(mCurrentTime));
796 Slog.i(TAG, "!!! animate: exit mAnimating=" + mAnimating
H A DWindowState.java2839 void setReplacing(boolean animate) { argument
2849 mAnimateReplacingWindow = animate;
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java158 /** The rotate runnable used to animate rotations of the image */
594 public void setFullScreen(boolean fullScreen, boolean animate) { argument
651 // snap transformations; we don't animate
923 // Prepare to animate zoom out if over-zooming
1107 * @param animate if {@code true}, animate during the rotation. Otherwise, snap rotate.
1109 private void rotate(float degrees, boolean animate) { argument
1110 if (animate) {
/frameworks/base/core/java/com/android/internal/widget/
H A DFloatingToolbar.java721 mMainPanel.animate().cancel();
722 mOverflowPanel.animate().cancel();
797 mMainPanel.animate()
873 mMainPanel.animate()
878 mOverflowPanel.animate()
1675 * @param view The view to animate
1687 * @param view The view to animate
/frameworks/support/v4/java/android/support/v4/view/
H A DViewCompat.java417 ViewPropertyAnimatorCompat animate(View view); method in interface:ViewCompat.ViewCompatImpl
759 public ViewPropertyAnimatorCompat animate(View view) { method in class:ViewCompat.BaseViewCompatImpl
1371 public ViewPropertyAnimatorCompat animate(View view) { method in class:ViewCompat.ICSViewCompatImpl
2576 * This method returns a ViewPropertyAnimator object, which can be used to animate
2583 public static ViewPropertyAnimatorCompat animate(View view) { method in class:ViewCompat
2584 return IMPL.animate(view);
/frameworks/base/libs/hwui/
H A DAnimator.cpp226 // Set to 0 so that the animate() basically instantly finishes
234 bool BaseRenderNodeAnimator::animate(AnimationContext& context) { function in class:android::uirenderer::BaseRenderNodeAnimator
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DCommandQueue.java98 void disable(int state1, int state2, boolean animate); argument
409 mCallbacks.disable(msg.arg1, msg.arg2, true /* animate */);
H A DBaseStatusBar.java756 disable(switches[0], switches[6], false /* animate */);
1183 false /* animate */);
1221 dismissPopups(-1 /* x */, -1 /* y */, true /* resetGear */, false /* animate */);
1225 dismissPopups(x, y, true /* resetGear */, false /* animate */);
1228 public void dismissPopups(int x, int y, boolean resetGear, boolean animate) { argument
1233 mStackScroller.resetExposedGearView(animate, true /* force */);
/frameworks/base/services/core/java/com/android/server/policy/
H A DImmersiveModeConfirmation.java295 cling.animate()
/frameworks/support/design/src/android/support/design/widget/
H A DCollapsingToolbarLayout.java549 * @param animate whether to animate the visibility change
554 public void setScrimsShown(boolean shown, boolean animate) { argument
556 if (animate) {
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAppCompatDelegateImplV7.java776 mFadeAnim = ViewCompat.animate(mActionModeView).alpha(1f);
819 mFadeAnim = ViewCompat.animate(mActionModeView).alpha(1f);
863 // We only to animate the action mode in if the sub decor has already been laid out.
1789 mFadeAnim = ViewCompat.animate(mActionModeView).alpha(0f);
/frameworks/base/core/java/android/app/
H A DIActivityManager.java149 public boolean moveTaskToDockedStack(int taskId, int createMode, boolean toTop, boolean animate, argument
162 * @param animate True if the stack resize should be animated.
168 boolean preserveWindows, boolean animate, int animationDuration) throws RemoteException;
167 resizeStack(int stackId, Rect bounds, boolean allowResizeInDockedMode, boolean preserveWindows, boolean animate, int animationDuration) argument
H A DActivityManagerNative.java791 boolean animate = data.readInt() != 0;
799 taskId, createMode, toTop, animate, bounds, moveHomeStackFront);
825 final boolean animate = data.readInt() == 1;
828 r, allowResizeInDockedMode, preserveWindows, animate, animationDuration);
3896 public boolean moveTaskToDockedStack(int taskId, int createMode, boolean toTop, boolean animate, argument
3905 data.writeInt(animate ? 1 : 0);
3938 boolean preserveWindows, boolean animate, int animationDuration)
3952 data.writeInt(animate ? 1 : 0);
3937 resizeStack(int stackId, Rect r, boolean allowResizeInDockedMode, boolean preserveWindows, boolean animate, int animationDuration) argument
/frameworks/base/core/java/android/transition/
H A DTransition.java57 * on View objects are of interest to it, and also knows how to animate
445 * on all target views, so a Transition that wants to animate from a
711 // Only bother trying to animate with values that differ between start/end
899 animate(animator);
1858 protected void animate(Animator animator) { method in class:Transition
/frameworks/base/core/java/android/widget/
H A DGallery.java633 void layout(int delta, boolean animate) { argument
842 * is enough information in the view's layout parameters to animate from the
H A DSpinner.java623 void layout(int delta, boolean animate) { argument
681 * there is enough information in the view's layout parameters to animate
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityManagerService.java2943 public boolean resetMagnification(boolean animate) { argument
2955 return getMagnificationController().reset(animate);
2963 boolean animate) {
2979 .setScaleAndCenter(scale, centerX, centerY, animate, mId);
2962 setMagnificationScaleAndCenter(float scale, float centerX, float centerY, boolean animate) argument
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStackSupervisor.java2425 String reason, boolean animate) {
2426 return moveTaskToStackLocked(taskId, stackId, toTop, forceFocus, reason, animate,
2431 String reason, boolean animate, boolean deferResume) {
2462 mWindowManager.setReplacingWindow(topActivity.appToken, animate);
2473 if (!animate) {
2424 moveTaskToStackLocked(int taskId, int stackId, boolean toTop, boolean forceFocus, String reason, boolean animate) argument
2430 moveTaskToStackLocked(int taskId, int stackId, boolean toTop, boolean forceFocus, String reason, boolean animate, boolean deferResume) argument
/frameworks/base/cmds/am/src/com/android/commands/am/
H A DAm.java1854 private void resizeStackUnchecked(int stackId, Rect bounds, int delayMs, boolean animate) { argument
1856 mAm.resizeStack(stackId, bounds, false, false, animate, -1);

Completed in 2019 milliseconds

1234567