Searched refs:animate (Results 76 - 100 of 160) sorted by relevance

1234567

/frameworks/base/core/java/com/android/internal/widget/
H A DSlidingTab.java256 void show(boolean animate) { argument
260 if (animate) {
297 void reset(boolean animate) { argument
308 if (animate) {
564 * Animate them back into place if animate is true.
566 * @param animate
568 public void reset(boolean animate) { argument
569 mLeftSlider.reset(animate);
570 mRightSlider.reset(animate);
571 if (!animate) {
[all...]
H A DActionBarOverlayLayout.java123 mCurrentActionBarTopAnimator = mActionBarTop.animate().translationY(0)
126 mCurrentActionBarBottomAnimator = mActionBarBottom.animate().translationY(0)
135 mCurrentActionBarTopAnimator = mActionBarTop.animate()
139 mCurrentActionBarBottomAnimator = mActionBarBottom.animate()
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
H A DIconHelper.java189 mIconMime.animate().alpha(0f).start();
191 mIconThumb.animate().alpha(alpha).start();
H A DDocumentHolder.java84 * @param animate Whether or not to animate the change. Only selection changes initiated by the
88 public void setSelected(boolean selected, boolean animate) { argument
89 // Note: the animate param doesn't apply for this base implementation, because the
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardPinBasedInputView.java162 protected void resetPasswordText(boolean animate, boolean announce) { argument
163 mPasswordEntry.reset(animate, announce);
217 resetPasswordText(true /* animate */, true /* announce */);
H A DKeyguardAbsKeyInputView.java72 resetPasswordText(false /* animate */, false /* announce */);
172 resetPasswordText(true /* animate */, !matched /* announce deletion if no match */);
175 protected abstract void resetPasswordText(boolean animate, boolean announce); argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DPageIndicator.java84 animate(mPosition, position);
104 private void animate(int from, int to) { method in class:PageIndicator
H A DSignalTileView.java136 view.animate()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DActivatableNotificationView.java85 * Scale for the background to animate from when exiting dark mode.
204 makeInactive(true /* animate */);
271 makeInactive(true /* animate */);
289 makeInactive(true /* animate */);
294 makeInactive(true /* animate */);
352 mBackgroundNormal.animate()
371 public void makeInactive(boolean animate) { argument
375 if (animate) {
525 background.animate()
556 mBackgroundDimmed.animate()
[all...]
H A DExpandableNotificationRow.java667 public void setContentBackground(int customBackgroundColor, boolean animate, argument
670 setTintColor(customBackgroundColor, animate);
1205 getShowingLayout().updateBackgroundColor(false /* animate */);
1304 mPublicLayout.animate().cancel();
1305 mPrivateLayout.animate().cancel();
1307 mChildrenContainer.animate().cancel();
1333 hiddenView.animate().cancel();
1334 hiddenView.animate()
1348 showView.animate().cancel();
1349 showView.animate()
1377 setChildrenExpanded(boolean expanded, boolean animate) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DDozeScrimController.java56 public void setDozing(boolean dozing, boolean animate) { argument
65 if (animate) {
H A DSettingsButton.java101 animate()
/frameworks/base/services/core/java/com/android/server/wm/
H A DDockedStackDividerController.java303 boolean animate, WindowState imeWin, int imeHeight) {
306 if (animate && !mAnimatingForMinimizedDockedStack) {
492 checkMinimizeChanged(false /* animate */);
496 checkMinimizeChanged(true /* animate */);
503 private void checkMinimizeChanged(boolean animate) { argument
522 setMinimizedDockedStack(homeVisible && !homeBehind, animate);
536 * @param animate Whether to animate the change.
538 private void setMinimizedDockedStack(boolean minimizedDock, boolean animate) { argument
547 if (animate) {
301 setAdjustedForIme( boolean adjustedForIme, boolean adjustedForDivider, boolean animate, WindowState imeWin, int imeHeight) argument
652 public boolean animate(long now) { method in class:DockedStackDividerController
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DAbsActionBarView.java169 ViewPropertyAnimatorCompat anim = ViewCompat.animate(this).alpha(1f);
174 ViewPropertyAnimatorCompat anim = ViewCompat.animate(this).alpha(0f);
/frameworks/base/core/java/android/widget/
H A DStackView.java232 void transformViewForTransition(int fromIndex, int toIndex, final View view, boolean animate) { argument
233 if (!animate) {
254 if (animate) {
274 if (animate) {
302 if (animate) {
315 transformViewAtIndex(toIndex, view, animate);
319 private void transformViewAtIndex(int index, final View view, boolean animate) { argument
351 if (animate) {
424 void showOnly(int childIndex, boolean animate) { argument
425 super.showOnly(childIndex, animate);
[all...]
H A DRadialTimePickerView.java430 public void setCurrentItemShowing(int item, boolean animate) { argument
433 showHours(animate);
436 showMinutes(animate);
589 public void showHours(boolean animate) { argument
590 showPicker(true, animate);
593 public void showMinutes(boolean animate) { argument
594 showPicker(false, animate);
652 private void showPicker(boolean hours, boolean animate) { argument
659 if (animate) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/egg/
H A DMLand.java528 playImage.animate().alpha(0f);
529 playText.animate().alpha(1f);
559 mSplash.animate().alpha(0).translationZ(0).setDuration(300).withEndAction(
575 mSplash.animate().alpha(1f).setDuration(1000);
766 s1.animate()
782 p1.animate()
801 s2.animate()
817 p2.animate()
921 p.animate().setDuration((long) (200 / DEBUG_SPEED_MULTIPLIER));
1160 animate()
[all...]
/frameworks/support/v7/mediarouter/src/android/support/v7/app/
H A DMediaRouteControllerDialog.java496 private void update(boolean animate) { argument
517 updateLayoutHeight(animate);
555 private void updateLayoutHeight(final boolean animate) { argument
568 updateLayoutHeightInternal(animate);
577 private void updateLayoutHeightInternal(boolean animate) { argument
654 if (animate) {
665 rebuildVolumeGroupList(animate);
718 private void rebuildVolumeGroupList(boolean animate) { argument
726 HashMap<MediaRouter.RouteInfo, Rect> previousRouteBoundMap = animate
729 HashMap<MediaRouter.RouteInfo, BitmapDrawable> previousRouteBitmapMap = animate
873 finishAnimation(boolean animate) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DRecentsView.java192 // Otherwise, defer until the enter animation completes to animate the scrim alpha with
470 mStackActionButton.animate()
512 // We translated the view but we need to animate it back from the current layout-space
559 mStackActionButton.animate()
589 ViewPropertyAnimator animator = animate();
669 mStackActionButton.animate()
672 mStackActionButton.animate()
707 mStackActionButton.animate()
710 mStackActionButton.animate()
770 // Calculate the absolute alpha to animate fro
[all...]
H A DSystemBarScrimViews.java95 mNavBarScrimView.animate()
H A DTaskView.java465 * @param fadeIn whether or not to animate the action button in.
473 mActionButtonView.animate()
491 * @param fadeOut whether or not to animate the action button out.
498 mActionButtonView.animate()
502 mActionButtonView.animate()
557 mIncompatibleAppToastView.animate()
653 // Reset the translation of the action button before we animate it out
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DTransformState.java68 mTransformedView.animate().cancel();
102 // lets animate the positions correctly
123 // we also want to animate the scale if we're the same
193 mTransformedView.animate().cancel();
225 // lets animate the positions correctly
231 // lets animate the positions correctly
469 mTransformedView.animate().cancel();
H A DNotificationViewWrapper.java73 * @param fade whether to animate the transition if the mode changes
153 mView.animate().cancel();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java649 private void setTopPadding(int topPadding, boolean animate) { argument
654 if (animate && mAnimationsEnabled && mIsExpanded) {
1139 boolean animate = mIsExpanded || isPinnedHeadsUp(child);
1142 mSwipeHelper.snapChildIfNeeded(child, animate, targetLeft);
1342 false /* animate */);
1354 false /* animate */);
1375 false /* animate */);
1386 false /* animate */);
1505 * @param animate Should an animation be performed.
1507 public void setOverScrolledPixels(float numPixels, boolean onTop, boolean animate) { argument
1519 setOverScrollAmount(float amount, boolean onTop, boolean animate) argument
1531 setOverScrollAmount(float amount, boolean onTop, boolean animate, boolean cancelAnimators) argument
1546 setOverScrollAmount(float amount, boolean onTop, boolean animate, boolean cancelAnimators, boolean isRubberbanded) argument
1554 setOverScrollAmountInternal(float amount, boolean onTop, boolean animate, boolean isRubberbanded) argument
2080 updateTopPadding(float qsHeight, boolean animate, boolean ignoreIntrinsicPadding) argument
3114 setDimmed(boolean dimmed, boolean animate) argument
3147 setHideSensitive(boolean hideSensitive, boolean animate) argument
3263 setDark(boolean dark, boolean animate, @Nullable PointF touchWakeUpScreenLocation) argument
4158 resetExposedGearView(boolean animate, boolean force) argument
4192 resetExposedGearView(boolean animate, boolean force) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tv/
H A DTvStatusBar.java71 public void disable(int state1, int state2, boolean animate) { argument

Completed in 454 milliseconds

1234567