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

1234567

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java1099 // animate-swipe all dismissable notifications, then animate the shade closed
1152 // Decrease the delay for every row we animate to give the sense of
1896 nlo.animate()
2053 mBackdropFront.animate().cancel();
2117 mBackdrop.animate().alpha(1f).withEndAction(new Runnable() {
2124 mBackdrop.animate().cancel();
2167 mBackdropFront.animate()
2189 mBackdrop.animate()
2202 mBackdropFront.animate()
2234 disable(int state1, int state2, boolean animate) argument
[all...]
H A DPanelView.java864 public void expand(final boolean animate) { argument
894 if (animate) {
982 mKeyguardBottomArea.getIndicationView().animate()
989 mKeyguardBottomArea.getIndicationView().animate()
H A DStatusBarHeaderView.java779 mQsDetailHeaderProgress.animate().alpha(1f);
782 mQsDetailHeaderProgress.animate().alpha(0f);
826 v.animate().withLayer();
828 v.animate()
H A DKeyguardBottomAreaView.java615 mIndicationText.animate()
624 element.animate()
/frameworks/base/services/core/java/com/android/server/wm/
H A DAccessibilityController.java606 public void setMagnifiedRegionBorderShownLocked(boolean shown, boolean animate) { argument
611 mWindow.setShown(shown, animate);
704 public void setShown(boolean shown, boolean animate) { argument
710 mAnimationController.onFrameShownStateChanged(shown, animate);
841 public void onFrameShownStateChanged(boolean shown, boolean animate) { argument
843 shown ? 1 : 0, animate ? 1 : 0).sendToTarget();
851 final boolean animate = message.arg2 == 1;
853 if (animate) {
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
H A DDayPickerView.java171 * @param animate Whether to scroll to the given time or just redraw at the
178 public boolean goTo(CalendarDay day, boolean animate, boolean setSelected, boolean forceScroll) { argument
224 if (animate) {
/frameworks/support/v4/java/android/support/v4/app/
H A DActionBarDrawerToggle.java211 * The provided drawer indicator drawable will animate slightly off-screen as the drawer
242 * The provided drawer indicator drawable will animate slightly off-screen as the drawer
251 * @param animate True to animate the drawer indicator along with the drawer's position.
259 public ActionBarDrawerToggle(Activity activity, DrawerLayout drawerLayout, boolean animate, argument
279 mSlider.setOffset(animate ? TOGGLE_DRAWABLE_OFFSET : 0);
/frameworks/base/core/java/android/accessibilityservice/
H A DAccessibilityService.java970 * @param animate {@code true} to animate from the current scale and
975 public boolean reset(boolean animate) { argument
981 return connection.resetMagnification(animate);
999 * @param animate {@code true} to animate from the current scale or
1003 public boolean setScale(float scale, boolean animate) { argument
1010 scale, Float.NaN, Float.NaN, animate);
1031 * @param animate {@code true} to animate fro
1035 setCenter(float centerX, float centerY, boolean animate) argument
[all...]
/frameworks/support/design/src/android/support/design/widget/
H A DAppBarLayout.java290 * @param animate Whether to animate to the new state
294 public void setExpanded(boolean expanded, boolean animate) { argument
296 | (animate ? PENDING_ACTION_ANIMATE_ENABLED : 0);
867 // animate a fling
876 // animate a fling
960 // We're set the snap, so animate the offset to the nearest edge
1025 final boolean animate = (pendingAction & PENDING_ACTION_ANIMATE_ENABLED) != 0;
1028 if (animate) {
1034 if (animate) {
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/tv/
H A DRecentsTvActivity.java231 boolean dismissRecentsToLaunchTargetTaskOrHome(boolean animate) { argument
235 if (mRecentsView.launchPreviousTask(animate)) {
239 dismissRecentsToHome(animate /* animateTaskViews */);
/frameworks/support/v4/java/android/support/v4/widget/
H A DDrawerLayout.java1597 * @param animate Whether opening of the drawer should be animated.
1599 public void openDrawer(View drawerView, boolean animate) { argument
1610 } else if (animate) {
1642 * @param animate Whether opening of the drawer should be animated.
1644 public void openDrawer(@EdgeGravity int gravity, boolean animate) { argument
1650 openDrawer(drawerView, animate);
1666 * @param animate Whether closing of the drawer should be animated.
1668 public void closeDrawer(View drawerView, boolean animate) { argument
1677 } else if (animate) {
1709 * @param animate Whethe
1711 closeDrawer(@dgeGravity int gravity, boolean animate) argument
[all...]
/frameworks/base/core/java/android/widget/
H A DCalendarViewLegacyDelegate.java586 public void setDate(long date, boolean animate, boolean center) { argument
591 goTo(mTempDate, animate, true, center);
762 * @param animate Whether to scroll to the given time or just redraw at the
771 private void goTo(Calendar date, boolean animate, boolean setSelected, argument
810 if (animate) {
H A DExpandableListView.java741 * @param animate true if the expanding group should be animated in
745 public boolean expandGroup(int groupPos, boolean animate) { argument
756 if (animate) {
/frameworks/base/core/java/com/android/internal/app/
H A DPlatLogoActivity.java176 im.animate().scaleX(1f).scaleY(1f).alpha(1f)
/frameworks/base/core/tests/coretests/src/android/animation/
H A DViewPropertyAnimatorTest.java143 mAnimator = button.animate().x(100).y(100);
/frameworks/base/graphics/java/android/graphics/drawable/
H A DDrawableContainer.java153 animate(false);
484 animate(true);
492 animate(true);
550 void animate(boolean schedule) { method in class:DrawableContainer
/frameworks/base/libs/hwui/
H A DAnimator.h77 bool animate(AnimationContext& context);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DRecentsImpl.java161 showRecents(mTriggeredFromAltTab, false /* draggingInRecents */, true /* animate */,
235 boolean animate, boolean launchedWhileDockingTask, boolean fromHome,
267 startRecentsActivity(runningTask, isHomeStackVisible.value || fromHome, animate,
346 startRecentsActivity(runningTask, isHomeStackVisible.value, true /* animate */,
360 // RecentsActivity) only if there is a task to animate to.
542 false /* animate */,
807 boolean isHomeStackVisible, boolean animate, int growTarget) {
854 if (!animate) {
234 showRecents(boolean triggeredFromAltTab, boolean draggingInRecents, boolean animate, boolean launchedWhileDockingTask, boolean fromHome, int growTarget) argument
806 startRecentsActivity(ActivityManager.RunningTaskInfo runningTask, boolean isHomeStackVisible, boolean animate, int growTarget) argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskViewHeader.java529 mDismissButton.animate()
541 mMoveTaskButton.animate()
558 mDismissButton.animate().cancel();
563 mMoveTaskButton.animate().cancel();
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DWindowDecorActionBar.java325 * @param enabled true to animate, false to not animate.
779 ViewPropertyAnimatorCompat a = ViewCompat.animate(mContainerView).translationY(0f);
784 anim.play(ViewCompat.animate(mContentView).translationY(0f));
827 ViewPropertyAnimatorCompat a = ViewCompat.animate(mContainerView).translationY(endingY);
831 anim.play(ViewCompat.animate(mContentView).translationY(endingY));
889 // We only to animate the action mode in if the container view has already been laid out.
/frameworks/opt/photoviewer/src/com/android/ex/photo/
H A DPhotoViewController.java337 // image, animate it up. Once the animation is complete, we can kick off
1015 mBackground.animate().alpha(1f).setDuration(ENTER_ANIMATION_DURATION_MS).start();
1031 ViewPropertyAnimator animator = mTemporaryImage.animate().scaleX(1f).scaleY(1f)
1103 mBackground.animate().alpha(0f).setDuration(EXIT_ANIMATION_DURATION_MS).start();
1114 // not yet loaded the fullres image, so we need to animate
1118 animator = mTemporaryImage.animate().scaleX(scale).scaleY(scale)
1122 animator = mViewPager.animate().scaleX(scale).scaleY(scale)
1163 // not yet loaded the fullres image, so we need to animate
/frameworks/base/core/java/com/android/internal/policy/
H A DDecorView.java942 updateColorViews(null /* insets */, true /* animate */);
968 insets = updateColorViews(insets, true /* animate */);
1002 WindowInsets updateColorViews(WindowInsets insets, boolean animate) { argument
1020 // Don't animate if the presence of stable insets has changed, because that
1041 0 /* rightInset */, animate && !disallowAnimate, false /* force */);
1048 false /* matchVertical */, statusBarRightInset, animate && !disallowAnimate,
1130 * @param animate if true, the change will be animated.
1133 int size, boolean verticalBar, int rightMargin, boolean animate, boolean force) {
1184 view.animate().cancel();
1185 if (animate
1132 updateColorViewInt(final ColorViewState state, int sysUiVis, int color, int size, boolean verticalBar, int rightMargin, boolean animate, boolean force) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSwipeHelper.java349 // if we use the Menu to dismiss an item in landscape, animate up
501 * @param animate whether to animate the snap or not.
504 public void snapChildIfNeeded(final View view, boolean animate, float targetLeft) { argument
517 if (animate) {
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
H A DRadialPickerLayout.java520 * @param animate True to animate the transition, false to show with no animation.
522 public void setCurrentItemShowing(int index, boolean animate) { argument
531 if (animate && (index != lastIndex)) {
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DActionBarOverlayLayout.java108 mCurrentActionBarTopAnimator = ViewCompat.animate(mActionBarTop).translationY(0)
116 mCurrentActionBarTopAnimator = ViewCompat.animate(mActionBarTop)

Completed in 1376 milliseconds

1234567