Searched refs:animate (Results 1 - 25 of 160) sorted by relevance

1234567

/frameworks/support/v4/api21/android/support/v4/view/
H A DViewPropertyAnimatorCompatLollipop.java24 view.animate().translationZ(value);
28 view.animate().translationZBy(value);
32 view.animate().z(value);
36 view.animate().zBy(value);
/frameworks/support/v4/ics/android/support/v4/view/
H A DViewPropertyAnimatorCompatICS.java26 view.animate().setDuration(value);
30 view.animate().alpha(value);
34 view.animate().translationX(value);
38 view.animate().translationY(value);
42 return view.animate().getDuration();
46 view.animate().setInterpolator(value);
50 view.animate().setStartDelay(value);
54 return view.animate().getStartDelay();
58 view.animate().alphaBy(value);
62 view.animate()
[all...]
/frameworks/support/v4/jellybean/android/support/v4/view/
H A DViewPropertyAnimatorCompatJB.java25 view.animate().withStartAction(runnable);
29 view.animate().withEndAction(runnable);
33 view.animate().withLayer();
39 view.animate().setListener(new AnimatorListenerAdapter() {
56 view.animate().setListener(null);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNavigationBarTransitions.java45 applyModeBackground(-1, getMode(), false /*animate*/);
46 applyMode(getMode(), false /*animate*/, true /*force*/);
50 protected void onTransition(int oldMode, int newMode, boolean animate) { argument
51 super.onTransition(oldMode, newMode, animate);
52 applyMode(newMode, animate, false /*force*/);
55 private void applyMode(int mode, boolean animate, boolean force) { argument
58 applyLightsOut(isLightsOut(mode), animate, force);
61 private void applyLightsOut(boolean lightsOut, boolean animate, boolean force) { argument
69 navButtons.animate().cancel();
73 if (!animate) {
[all...]
H A DPhoneStatusBarTransitions.java51 applyModeBackground(-1, getMode(), false /*animate*/);
52 applyMode(getMode(), false /*animate*/);
76 protected void onTransition(int oldMode, int newMode, boolean animate) { argument
77 super.onTransition(oldMode, newMode, animate);
78 applyMode(newMode, animate);
81 private void applyMode(int mode, boolean animate) { argument
88 if (animate) {
H A DBarTransitions.java90 public void transitionTo(int mode, boolean animate) { argument
101 if (DEBUG) Log.d(mTag, String.format("%s -> %s animate=%s",
102 modeToString(oldMode), modeToString(mode), animate));
103 onTransition(oldMode, mMode, animate);
106 protected void onTransition(int oldMode, int newMode, boolean animate) { argument
108 applyModeBackground(oldMode, newMode, animate);
112 protected void applyModeBackground(int oldMode, int newMode, boolean animate) { argument
113 if (DEBUG) Log.d(mTag, String.format("applyModeBackground oldMode=%s newMode=%s animate=%s",
114 modeToString(oldMode), modeToString(newMode), animate));
115 mBarBackground.applyModeBackground(oldMode, newMode, animate);
211 applyModeBackground(int oldMode, int newMode, boolean animate) argument
[all...]
H A DStatusBarIconController.java319 public void hideSystemIconArea(boolean animate) { argument
320 animateHide(mSystemIconArea, animate);
323 public void showSystemIconArea(boolean animate) { argument
324 animateShow(mSystemIconArea, animate);
327 public void hideNotificationIconArea(boolean animate) { argument
328 animateHide(mNotificationIconAreaInner, animate);
331 public void showNotificationIconArea(boolean animate) { argument
332 animateShow(mNotificationIconAreaInner, animate);
358 private void animateHide(final View v, boolean animate) { argument
359 v.animate()
381 animateShow(View v, boolean animate) argument
428 setIconsDark(boolean dark, boolean animate) argument
[all...]
/frameworks/support/v4/jellybean-mr2/android/support/v4/view/
H A DViewPropertyAnimatorCompatJellybeanMr2.java23 return (Interpolator) view.animate().getInterpolator();
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/tv/animations/
H A DDismissAnimationsHolder.java63 mCardDismissIcon.animate()
74 mDismissText.animate()
79 mInfoField.animate()
85 mThumbnailView.animate()
93 mCardDismissIcon.animate()
104 mDismissText.animate()
109 mInfoField.animate()
115 mThumbnailView.animate()
123 mCardDismissIcon.animate()
134 mDismissText.animate()
[all...]
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
H A DPreviewPageFrame.java69 public void setSelected(boolean selected, boolean animate) { argument
75 if (animate) {
76 animate().translationZ(mSelectedElevation)
83 if (animate) {
84 animate().translationZ(mNotSelectedElevation)
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DCrossFadeHelper.java31 view.animate().cancel();
32 view.animate()
46 view.animate().withLayer();
51 view.animate().cancel();
79 view.animate().cancel();
84 view.animate()
90 view.animate().withLayer();
95 view.animate().cancel();
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
H A DAssistOrbContainer.java58 public void show(final boolean show, boolean animate) { argument
62 if (animate) {
69 if (animate) {
100 mScrim.animate()
105 mNavbarScrim.animate()
123 mScrim.animate()
128 mNavbarScrim.animate()
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
H A DGridDirectoryHolder.java45 public void setSelected(boolean selected, boolean animate) { argument
46 super.setSelected(selected, animate);
49 if (animate) {
50 mIconCheck.animate().alpha(checkAlpha).start();
51 mIconMime.animate().alpha(1f - checkAlpha).start();
H A DListDocumentHolder.java68 public void setSelected(boolean selected, boolean animate) { argument
73 if (animate) {
74 mIconCheck.animate().alpha(checkAlpha).start();
84 super.setSelected(selected, animate);
86 if (animate) {
87 mIconMime.animate().alpha(1f - checkAlpha).start();
88 mIconThumb.animate().alpha(1f - checkAlpha).start();
130 mIconMime.animate().cancel();
132 mIconThumb.animate().cancel();
H A DGridDocumentHolder.java72 public void setSelected(boolean selected, boolean animate) { argument
77 if (animate) {
78 mIconCheck.animate().alpha(checkAlpha).start();
89 super.setSelected(selected, animate);
91 if (animate) {
92 mIconMimeSm.animate().alpha(1f - checkAlpha).start();
132 mIconMimeLg.animate().cancel();
134 mIconThumb.animate().cancel();
/frameworks/support/v4/tests/java/android/support/v4/view/
H A DViewPropertyAnimatorCompatTest.java58 ViewCompat.animate(mView).alpha(0).setDuration(100).withEndAction(new Runnable() {
74 ViewCompat.animate(mView).alpha(0).setDuration(50).withEndAction(new Runnable() {
78 ViewCompat.animate(mView).alpha(1);
94 ViewCompat.animate(mView).alpha(0).setDuration(100).withStartAction(new Runnable() {
110 ViewCompat.animate(mView).alpha(0).setDuration(50).withStartAction(new Runnable() {
114 ViewCompat.animate(mView).alpha(1);
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DEmergencyCarrierArea.java51 mCarrierText.animate().alpha(0);
54 mCarrierText.animate().alpha(1);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DIRecentsNonSystemUserCallbacks.aidl29 void showRecents(boolean triggeredFromAltTab, boolean draggingInRecents, boolean animate,
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/recents/
H A DIRecentsNonSystemUserCallbacks.aidl29 void showRecents(boolean triggeredFromAltTab, boolean draggingInRecents, boolean animate,
/frameworks/support/v4/kitkat/android/support/v4/view/
H A DViewPropertyAnimatorCompatKK.java34 view.animate().setUpdateListener(wrapped);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyguardUserSwitcher.java101 public void setKeyguard(boolean keyguard, boolean animate) { argument
104 show(animate);
106 hide(animate);
119 public void show(boolean animate) { argument
124 mStatusBarView.setKeyguardUserSwitcherShowing(true, animate);
125 if (animate) {
131 private void hide(boolean animate) { argument
134 if (animate) {
139 mStatusBarView.setKeyguardUserSwitcherShowing(false, animate);
146 mUserSwitcher.getChildAt(i).animate()
226 hideIfNotSimple(boolean animate) argument
[all...]
/frameworks/support/design/ics/android/support/design/widget/
H A DFloatingActionButtonIcs.java61 mView.animate().cancel();
62 mView.animate()
102 mView.animate().cancel();
104 // If the view isn't visible currently, we'll animate it from a single pixel
109 mView.animate()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DMagnificationController.java361 * @param animate {@code true} to animate the transition, {@code false}
366 public boolean reset(boolean animate) { argument
368 return resetLocked(animate);
372 private boolean resetLocked(boolean animate) { argument
383 mSpecAnimationBridge.updateSentSpec(spec, animate);
395 * @param animate {@code true} to animate the transition, {@code false}
401 public boolean setScale(float scale, float pivotX, float pivotY, boolean animate, int id) { argument
422 return setScaleAndCenterLocked(scale, centerX, centerY, animate, i
440 setCenter(float centerX, float centerY, boolean animate, int id) argument
465 setScaleAndCenter( float scale, float centerX, float centerY, boolean animate, int id) argument
475 setScaleAndCenterLocked(float scale, float centerX, float centerY, boolean animate, int id) argument
659 resetIfNeeded(boolean animate) argument
784 updateSentSpec(MagnificationSpec spec, boolean animate) argument
797 updateSentSpecInternal(MagnificationSpec spec, boolean animate) argument
[all...]
/frameworks/base/tests/RenderThreadTest/src/com/example/renderthread/
H A DSubActivity.java48 child.animate().translationX(0).setDuration(MainActivity.DURATION);
52 bg.animate().alpha(1f).setDuration(MainActivity.DURATION);
/frameworks/base/tests/Assist/src/com/android/test/assist/
H A DAssistInteractionSession.java122 mScrim.animate()
127 mBackground.animate()
154 mCard1.animate()
159 mCard2.animate()
166 mNavbarScrim.animate()

Completed in 4733 milliseconds

1234567