HomeSort by relevance Sort by last modified time
    Searched full:animate (Results 1 - 25 of 1079) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/support/compat/ics/android/support/v4/view/
ViewPropertyAnimatorCompatICS.java 26 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().rotation(value)
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NavigationBarTransitions.java 45 applyModeBackground(-1, getMode(), false /*animate*/);
46 applyMode(getMode(), false /*animate*/, true /*force*/);
50 protected void onTransition(int oldMode, int newMode, boolean animate) {
51 super.onTransition(oldMode, newMode, animate);
52 applyMode(newMode, animate, false /*force*/);
55 private void applyMode(int mode, boolean animate, boolean force) {
58 applyLightsOut(isLightsOut(mode), animate, force); local
61 private void applyLightsOut(boolean lightsOut, boolean animate, boolean force) {
69 navButtons.animate().cancel();
73 if (!animate) {
    [all...]
  /external/skia/src/animator/
SkAnimateActive.cpp 142 SkAnimateBase* animate = fAnimators[index]; local
143 SkMSec duration = animate->dur;
151 // int entries = animate->entries();
153 // value.fOperand = animate->getValues()[entries - 1];
154 // value.fType = animate->getValuesType();
171 SkAnimateBase* animate = fAnimators[index]; local
173 int count = animate->components();
174 if (animate->formula.size() > 0) {
177 SkDEBUGCODE(bool success = ) animate->fFieldInfo->setValue(fMaker, &values, 0, 0, nullptr,
178 animate->getValuesType(), animate->formula)
201 SkAnimateBase* animate = fAnimators[index]; local
237 SkAnimateBase* animate = fAnimators[index]; local
273 SkAnimateBase* animate = fAnimators[index]; local
301 SkAnimateBase* animate = fAnimators[index]; local
332 SkAnimateBase* animate = fAnimators[index]; local
343 SkAnimateBase* animate = fAnimators[index]; local
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/tv/animations/
DismissAnimationsHolder.java 63 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/support/compat/jellybean/android/support/v4/view/
ViewPropertyAnimatorCompatJB.java 25 view.animate().withStartAction(runnable);
29 view.animate().withEndAction(runnable);
33 view.animate().withLayer();
39 view.animate().setListener(new AnimatorListenerAdapter() {
56 view.animate().setListener(null);
  /packages/apps/Messaging/src/com/android/messaging/ui/conversation/
ConversationInput.java 31 final boolean animate);
41 public abstract boolean show(boolean animate);
42 public abstract boolean hide(boolean animate);
51 mConversationInputBase.showHideInternal(this, false /* show */, true /* animate */);
63 * @param animate
66 public boolean toggle(final boolean animate) {
67 mConversationInputBase.showHideInternal(this, !mShowing /* show */, true /* animate */);
78 mConversationInputBase.showHideInternal(this, true /* show */, false /* animate */);
ConversationSimSelector.java 37 private Pair<Boolean /* show */, Boolean /* animate */> mPendingShow;
52 final boolean animate = mPendingShow.second;
58 show, animate);
80 public boolean show(boolean animate) {
82 return showHide(true, animate);
86 public boolean hide(boolean animate) {
87 return showHide(false, animate);
90 private boolean showHide(final boolean show, final boolean animate) {
96 mSimSelectorView.showOrHide(show, animate);
99 mPendingShow = Pair.create(show, animate);
    [all...]
  /development/samples/browseable/Interpolator/
_index.jd 9 Material Design. It shows how an ObjectAnimator is used to animate two properties of a
  /development/samples/devbytes/animation/MultiPropertyAnimations/res/layout/
activity_multi_property_animations.xml 26 android:text="Animate Me!" />
32 android:text="Animate Me!" />
38 android:text="Animate Me!" />
44 android:text="Animate Me!" />
  /frameworks/support/compat/api21/android/support/v4/view/
ViewPropertyAnimatorCompatLollipop.java 24 view.animate().translationZ(value);
28 view.animate().translationZBy(value);
32 view.animate().z(value);
36 view.animate().zBy(value);
  /cts/tests/tests/transition/src/android/transition/cts/
FadeTest.java 41 // Should animate in and out by default
52 // Now only animate in
60 // No animation since it should only animate in
65 // Now animate out, but no animation should happen since we're animating in.
72 // but it should animate out
VisibilityTest.java 37 // Should animate in and out
48 // Now only animate in
55 // No animation since it should only animate in
60 // Now animate out, but no animation should happen since we're animating in.
66 // but it should animate out
  /packages/apps/Dialer/src/com/android/dialer/widget/
ActionBarController.java 48 slideActionBar(true /* slideUp */, false /* animate */);
53 slideActionBar(true /* slideUp */, false /* animate */);
86 mSearchBox.expand(true /* animate */, true /* requestFocus */);
100 mSearchBox.collapse(true /* animate */);
107 slideActionBar(false /* slideUp */, false /* animate */);
109 slideActionBar(true /* slideUp */, false /* animate */);
130 mSearchBox.expand(false /* animate */, false /* requestFocus */);
132 slideActionBar(false /* slideUp */, true /* animate */);
148 slideActionBar(true /* slideUp */, true /* animate */);
155 public void slideActionBar(boolean slideUp, boolean animate) {
    [all...]
  /external/skia/animations/
images#1.xml 44 <animate id="pt1x" target="pt1" field="x" from="0" to="64" dur="0.5" repeat="3" />
45 <animate target="pt1" field="y" from="0" to="-455" dur="0.5" repeat="3"/>
46 <animate target="pt2" field="x" from="256" to="192" dur="0.5" repeat="3" />
47 <animate target="pt2" field="y" from="0" to="-455" dur="0.5" repeat="3" />
68 <animate field="alpha" target="fade" from="1" to="0" dur=".5" />
80 <animate target="captionFade" field="alpha" from="0" to="1" dur="1" />
96 <animate field="scale" from="1" to=".5" dur="1"/>
97 <animate field="translateX" from="80" to="145" dur="1"/>
98 <animate field="translateY" from="80" to="172" dur="1"/>
paths#1.xml 22 <animate target="quad" field="x1" from="10" to="120" dur="1"/>
23 <animate target="quad" field="y1" from="10" to="120" dur="1"/>
47 <animate target="captionFade" field="alpha" from="0" to="1" dur="1" />
63 <animate field="scale" from="1" to=".5" dur="1"/>
64 <animate field="translateX" from="120" to="60" dur="1"/>
65 <animate field="translateY" from="150" to="180" dur="1"/>
lines#1.xml 16 <animate field="delay" from="0.1" to="0.95" />
42 <animate target="captionFade" field="alpha" from="0" to="1" dur="1" />
55 <animate field="scale" from="1" to=".5" dur="1"/>
56 <animate field="translateX" from="120" to="60" dur="1"/>
57 <animate field="translateY" from="100" to="60" dur="1"/>
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/handheld/
PermissionsFrameFragment.java 63 protected void setLoading(boolean loading, boolean animate) {
64 setLoading(loading, animate, false);
67 private void setLoading(boolean loading, boolean animate, boolean force) {
71 // If there is no created view, there is no reason to animate.
72 animate = false;
75 setViewShown(mPrefsView, !loading, animate);
78 setViewShown(mLoadingView, loading, animate);
93 private void setViewShown(final View view, boolean shown, boolean animate) {
94 if (animate) {
  /packages/experimental/Bummer/src/com/android/dreams/bummer/
BummerView.java 37 boolean animate = false;
40 animate = mAnimate;
54 if (animate) {
55 animate().x(newx)
84 public void setAnimationParams(boolean animate, int delay, int animTime) {
85 mAnimate = animate;
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
BummerView.java 37 boolean animate = false;
40 animate = mAnimate;
54 if (animate) {
55 animate().x(newx)
84 public void setAnimationParams(boolean animate, int delay, int animTime) {
85 mAnimate = animate;
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowAbsSpinner.java 27 public void setSelection(int position, boolean animate) {
29 animatedTransition = animate;
  /frameworks/base/core/java/android/animation/
package.html 5 to animate object properties of any type. <code>int</code>, <code>float</code>, and hexadecimal
6 color values are supported by default. You can animate any other type by telling the system how
  /packages/apps/DeskClock/src/com/android/deskclock/
BaseActivity.java 40 * Duration in millis to animate changes to the background color.
61 setBackgroundColor(backgroundColor, false /* animate */);
77 setBackgroundColor(Utils.getCurrentHourColor(), true /* animate */);
83 setBackgroundColor(Utils.getCurrentHourColor(), true /* animate */);
101 // Save the background color so we can animate the change when the activity is restored.
111 * @param animate {@code true} if the change should be animated
113 protected void setBackgroundColor(int color, boolean animate) {
120 if (animate) {
  /external/glide/library/src/main/java/com/bumptech/glide/request/animation/
ViewPropertyAnimation.java 37 public boolean animate(R current, ViewAdapter adapter) { method in class:ViewPropertyAnimation
40 animator.animate(adapter.getView());
52 * @param view The view to animate.
54 void animate(View view); method in interface:ViewPropertyAnimation.Animator
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
KeyguardUserSwitcher.java 101 public void setKeyguard(boolean keyguard, boolean animate) {
104 show(animate);
106 hide(animate);
119 public void show(boolean animate) {
124 mStatusBarView.setKeyguardUserSwitcherShowing(true, animate);
125 if (animate) {
131 private void hide(boolean animate) {
134 if (animate) {
139 mStatusBarView.setKeyguardUserSwitcherShowing(false, animate);
146 mUserSwitcher.getChildAt(i).animate().cancel()
    [all...]
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/wear/settings/
ExtendedViewHolder.java 52 public void onCenterProximity(boolean isCentralItem, boolean animate) {
58 if (animate) {
71 if (animate) {
82 super.onCenterProximity(isCentralItem, animate);

Completed in 936 milliseconds

1 2 3 4 5 6 7 8 91011>>