Home
last modified time | relevance | path

Searched refs:animate (Results 1 – 25 of 52) sorted by relevance

123

/frameworks/base/core/java/android/widget/
DViewAnimator.java151 void showOnly(int childIndex, boolean animate) { in showOnly() argument
156 if (animate && mInAnimation != null) { in showOnly()
162 if (animate && mOutAnimation != null && child.getVisibility() == View.VISIBLE) { in showOnly()
178 final boolean animate = (!mFirstTime || mAnimateFirstTime); in showOnly()
179 showOnly(childIndex, animate); in showOnly()
338 public void setAnimateFirstView(boolean animate) { in setAnimateFirstView() argument
339 mAnimateFirstTime = animate; in setAnimateFirstView()
DAdapterViewAnimator.java263 void transformViewForTransition(int fromIndex, int toIndex, View view, boolean animate) { in transformViewForTransition() argument
295 private void setDisplayedChild(int whichChild, boolean animate) { in setDisplayedChild() argument
306 showOnly(mWhichChild, animate); in setDisplayedChild()
454 void showOnly(int childIndex, boolean animate) { in showOnly() argument
508 transformViewForTransition(oldRelativeIndex, -1, previousView, animate); in showOnly()
536 transformViewForTransition(oldRelativeIndex, newRelativeIndex, view, animate); in showOnly()
557 transformViewForTransition(-1, newRelativeIndex, fl, animate); in showOnly()
932 public void setAnimateFirstView(boolean animate) { in setAnimateFirstView() argument
933 mAnimateFirstTime = animate; in setAnimateFirstView()
DAbsSpinner.java270 public void setSelection(int position, boolean animate) { in setSelection() argument
272 boolean shouldAnimate = animate && mFirstPosition <= position && in setSelection()
292 void setSelectionInt(int position, boolean animate) { in setSelectionInt() argument
297 layout(delta, animate); in setSelectionInt()
302 abstract void layout(int delta, boolean animate); in layout() argument
DStackView.java226 void transformViewForTransition(int fromIndex, int toIndex, final View view, boolean animate) { in transformViewForTransition() argument
227 if (!animate) { in transformViewForTransition()
248 if (animate) { in transformViewForTransition()
268 if (animate) { in transformViewForTransition()
296 if (animate) { in transformViewForTransition()
309 transformViewAtIndex(toIndex, view, animate); in transformViewForTransition()
313 private void transformViewAtIndex(int index, final View view, boolean animate) { in transformViewAtIndex() argument
345 if (animate) { in transformViewAtIndex()
418 void showOnly(int childIndex, boolean animate) { in showOnly() argument
419 super.showOnly(childIndex, animate); in showOnly()
DCalendarView.java931 public void setDate(long date, boolean animate, boolean center) { in setDate() argument
936 goTo(mTempDate, animate, true, center); in setDate()
1101 private void goTo(Calendar date, boolean animate, boolean setSelected, boolean forceScroll) { in goTo() argument
1139 if (animate) { in goTo()
DExpandableListView.java614 public boolean expandGroup(int groupPos, boolean animate) { in expandGroup() argument
625 if (animate) { in expandGroup()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
DShirtPocket.java71 private void show(boolean animate) { in show() argument
73 if (animate) { in show()
81 private void hide(boolean animate) { in hide() argument
89 if (animate) { in hide()
DNotificationPanel.java132 public void show(boolean show, boolean animate) { in show() argument
133 if (animate) { in show()
229 public void setContentFrameVisible(final boolean showing, boolean animate) { in setContentFrameVisible() argument
/frameworks/base/tests/GridLayoutTest/src/com/android/test/layout/
DAbstractLayoutTest.java41 animate(v); in create()
50 public void animate(View v) { in animate() method in AbstractLayoutTest
DAlignmentTest.java50 animate(v);
96 public static void animate(View v) { in animate() method in AlignmentTest
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavigationBarView.java266 public void setLowProfile(final boolean lightsOut, final boolean animate, final boolean force) { in setLowProfile() argument
277 navButtons.animate().cancel(); in setLowProfile()
278 lowLights.animate().cancel(); in setLowProfile()
280 if (!animate) { in setLowProfile()
286 navButtons.animate() in setLowProfile()
296 lowLights.animate() in setLowProfile()
/frameworks/base/core/java/android/app/
DListFragment.java337 private void setListShown(boolean shown, boolean animate) { in setListShown() argument
347 if (animate) { in setListShown()
359 if (animate) { in setListShown()
/frameworks/base/policy/src/com/android/internal/policy/impl/
DLockScreen.java121 public void reset(boolean animate); in reset() argument
189 public void reset(boolean animate) { in reset() argument
190 mSlidingTab.reset(animate); in reset()
239 public void reset(boolean animate) { in reset() argument
372 public void reset(boolean animate) { in reset() argument
373 mGlowPadView.reset(animate); in reset()
/frameworks/base/core/java/com/android/internal/widget/
DSlidingTab.java248 void show(boolean animate) { in show() argument
252 if (animate) { in show()
289 void reset(boolean animate) { in reset() argument
300 if (animate) { in reset()
558 public void reset(boolean animate) { in reset() argument
559 mLeftSlider.reset(animate); in reset()
560 mRightSlider.reset(animate); in reset()
561 if (!animate) { in reset()
/frameworks/base/docs/html/guide/topics/graphics/
Dprop-animation.jd62 to animate almost anything. You can define an animation to change any object property over time,
64 …(a field in an object) value over a specified length of time. To animate something, you specify the
65 object property that you want to animate, such as an object's position on the screen, how long
66 you want to animate it for, and what values you want to animate between. </p>
131 starting and ending values for the property that you want to animate, along with the duration of
172 <p>The view animation system provides the capability to only animate {@link android.view.View}
173 objects, so if you wanted to animate non-{@link android.view.View} objects, you have to implement
175 exposes a few aspects of a {@link android.view.View} object to animate, such as the scaling and
183 …p>With the property animation system, these constraints are completely removed, and you can animate
186 a high level, you assign animators to the properties that you want to animate, such as color,
[all …]
Doverview.jd21 animate properties of any object, including ones that are not rendered to the screen. The system is
22 extensible and lets you animate properties of custom types as well.</dd>
33 after another, like a roll of film. This method of animation is useful if you want to animate
Dindex.jd24 <p>This new animation system makes it easy to animate any kind of property on any object,
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/
DMultiWaveView.java532 private void hideTargets(boolean animate, boolean expanded) { in hideTargets() argument
536 mAnimatingTargets = animate; in hideTargets()
537 final int duration = animate ? HIDE_ANIMATION_DURATION : 0; in hideTargets()
538 final int delay = animate ? HIDE_ANIMATION_DELAY : 0; in hideTargets()
567 private void showTargets(boolean animate) { in showTargets() argument
569 mAnimatingTargets = animate; in showTargets()
570 final int delay = animate ? SHOW_ANIMATION_DELAY : 0; in showTargets()
571 final int duration = animate ? SHOW_ANIMATION_DURATION : 0; in showTargets()
725 public void reset(boolean animate) { in reset() argument
731 hideTargets(animate, false); in reset()
[all …]
DGlowPadView.java478 private void hideTargets(boolean animate, boolean expanded) { in hideTargets() argument
482 mAnimatingTargets = animate; in hideTargets()
483 final int duration = animate ? HIDE_ANIMATION_DURATION : 0; in hideTargets()
484 final int delay = animate ? HIDE_ANIMATION_DELAY : 0; in hideTargets()
516 private void showTargets(boolean animate) { in showTargets() argument
518 mAnimatingTargets = animate; in showTargets()
519 final int delay = animate ? SHOW_ANIMATION_DELAY : 0; in showTargets()
520 final int duration = animate ? SHOW_ANIMATION_DURATION : 0; in showTargets()
714 public void reset(boolean animate) { in reset() argument
719 hideTargets(animate, false); in reset()
/frameworks/support/v4/java/android/support/v4/app/
DListFragment.java279 private void setListShown(boolean shown, boolean animate) { in setListShown() argument
289 if (animate) { in setListShown()
301 if (animate) { in setListShown()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSearchPanelView.java191 public void show(final boolean show, boolean animate) { in show() argument
193 final LayoutTransition transitioner = animate ? createLayoutTransitioner() : null; in show()
216 public void hide(boolean animate) { in hide() argument
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
DBridgeRenderSession.java100 public Result animate(Object targetObject, String animationName, in animate() method in BridgeRenderSession
106 mLastResult = mSession.animate(targetObject, animationName, isFrameworkAnimation, in animate()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
DRecentsPanelView.java280 public void show(boolean show, boolean animate) { in show() argument
284 mWaitingToShowAnimated = animate; in show()
287 show(show, animate, null, false); in show()
308 public void show(boolean show, boolean animate, in show() argument
344 if (animate) { in show()
373 public void hide(boolean animate) { in hide() argument
374 if (!animate) { in hide()
/frameworks/base/graphics/java/android/graphics/drawable/
DDrawableContainer.java110 animate(false); in setAlpha()
336 animate(true); in selectDrawable()
344 animate(true); in selectDrawable()
352 void animate(boolean schedule) { in animate() method in DrawableContainer
DAnimationDrawable.java219 private void setFrame(int frame, boolean unschedule, boolean animate) { in setFrame() argument
228 if (animate) { in setFrame()

123