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

12

/frameworks/base/core/java/android/widget/
H A DViewAnimator.java146 * @param animate Whether or not to use the in and out animations, defaults
149 void showOnly(int childIndex, boolean animate) { argument
154 if (animate && mInAnimation != null) {
160 if (animate && mOutAnimation != null && child.getVisibility() == View.VISIBLE) {
176 final boolean animate = (!mFirstTime || mAnimateFirstTime);
177 showOnly(childIndex, animate);
252 * Returns the current animation used to animate a View that enters the screen.
264 * Specifies the animation used to animate a View that enters the screen.
276 * Returns the current animation used to animate a View that exits the screen.
288 * Specifies the animation used to animate
332 setAnimateFirstView(boolean animate) argument
[all...]
H A DAbsSpinner.java265 public void setSelection(int position, boolean animate) { argument
267 boolean shouldAnimate = animate && mFirstPosition <= position &&
284 * @param animate Should the transition be animated
287 void setSelectionInt(int position, boolean animate) { argument
292 layout(delta, animate);
297 abstract void layout(int delta, boolean animate); argument
H A DAdapterViewAnimator.java261 void transformViewForTransition(int fromIndex, int toIndex, View view, boolean animate) { argument
293 private void setDisplayedChild(int whichChild, boolean animate) { argument
304 showOnly(mWhichChild, animate);
445 * @param animate Whether or not to use the in and out animations, defaults
448 void showOnly(int childIndex, boolean animate) { argument
502 transformViewForTransition(oldRelativeIndex, -1, previousView, animate);
522 // the transform for it's new relative position in the window, and animate
530 transformViewForTransition(oldRelativeIndex, newRelativeIndex, view, animate);
551 transformViewForTransition(-1, newRelativeIndex, fl, animate);
841 * Returns the current animation used to animate
921 setAnimateFirstView(boolean animate) argument
[all...]
H A DStackView.java223 void transformViewForTransition(int fromIndex, int toIndex, final View view, boolean animate) { argument
224 if (!animate) {
245 if (animate) {
265 if (animate) {
293 if (animate) {
306 transformViewAtIndex(toIndex, view, animate);
310 private void transformViewAtIndex(int index, final View view, boolean animate) { argument
342 if (animate) {
415 void showOnly(int childIndex, boolean animate) { argument
416 super.showOnly(childIndex, animate);
[all...]
H A DCalendarView.java627 * @param animate Whether to animate the scroll to the current date.
636 public void setDate(long date, boolean animate, boolean center) { argument
641 goTo(mTempDate, animate, true, center);
778 * @param animate Whether to scroll to the given time or just redraw at the
787 private void goTo(Calendar date, boolean animate, boolean setSelected, boolean forceScroll) { argument
825 if (animate) {
H A DExpandableListView.java609 * @param animate true if the expanding group should be animated in
613 public boolean expandGroup(int groupPos, boolean animate) { argument
622 if (animate) {
H A DSpinner.java316 void layout(int delta, boolean animate) { argument
369 * there is enough information in the view's layout parameters to animate
H A DGallery.java602 void layout(int delta, boolean animate) { argument
810 * is enough information in the view's layout parameters to animate from the
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DShirtPocket.java71 private void show(boolean animate) { argument
73 if (animate) {
81 private void hide(boolean animate) { argument
89 if (animate) {
H A DNotificationPanel.java116 public void show(boolean show, boolean animate) { argument
121 if (animate) {
227 public void setContentFrameVisible(final boolean showing, boolean animate) { argument
228 if (!animate) {
/frameworks/base/tests/GridLayoutTest/src/com/android/test/layout/
H A DAbstractLayoutTest.java41 animate(v);
50 public void animate(View v) { method in class:AbstractLayoutTest
H A DAlignmentTest.java50 animate(v);
96 public static void animate(View v) { method in class:AlignmentTest
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNavigationBarView.java149 public void setLowProfile(final boolean lightsOut, final boolean animate, final boolean force) { argument
160 navButtons.animate().cancel();
161 lowLights.animate().cancel();
163 if (!animate) {
169 navButtons.animate()
179 lowLights.animate()
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DLockScreen.java80 public void reset(boolean animate); argument
138 public void reset(boolean animate) { argument
139 mSlidingTab.reset(animate);
176 public void reset(boolean animate) { argument
255 public void reset(boolean animate) { argument
256 mMultiWaveView.reset(animate);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
H A DBridgeRenderSession.java100 public Result animate(Object targetObject, String animationName, method in class:BridgeRenderSession
106 mLastResult = mSession.animate(targetObject, animationName, isFrameworkAnimation,
/frameworks/base/core/java/android/app/
H A DListFragment.java334 * @param animate If true, an animation will be used to transition to the
337 private void setListShown(boolean shown, boolean animate) { argument
347 if (animate) {
359 if (animate) {
/frameworks/support/v4/java/android/support/v4/app/
H A DListFragment.java276 * @param animate If true, an animation will be used to transition to the
279 private void setListShown(boolean shown, boolean animate) { argument
289 if (animate) {
301 if (animate) {
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/
H A DMultiWaveView.java446 private void hideTargets(boolean animate) { argument
452 mAnimatingTargets = animate;
453 if (animate) {
454 final int duration = animate ? HIDE_ANIMATION_DURATION : 0;
476 private void showTargets(boolean animate) { argument
480 mAnimatingTargets = animate;
481 if (animate) {
615 * Resets the widget to default state and cancels all animation. If animate is 'true', will
616 * animate objects into place. Otherwise, objects will snap back to place.
618 * @param animate
620 reset(boolean animate) argument
663 moveHandleTo(float x, float y, boolean animate) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DRecentsPanelView.java183 public void show(boolean show, boolean animate) { argument
184 show(show, animate, null);
187 public void show(boolean show, boolean animate, argument
215 if (animate) {
240 public void hide(boolean animate) { argument
241 if (!animate) {
/frameworks/base/core/java/com/android/internal/widget/
H A DSlidingTab.java248 void show(boolean animate) { argument
252 if (animate) {
289 void reset(boolean animate) { argument
300 if (animate) {
554 * Animate them back into place if animate is true.
556 * @param animate
558 public void reset(boolean animate) { argument
559 mLeftSlider.reset(animate);
560 mRightSlider.reset(animate);
561 if (!animate) {
[all...]
/frameworks/base/graphics/java/android/graphics/drawable/
H A DAnimationDrawable.java209 private void setFrame(int frame, boolean unschedule, boolean animate) { argument
218 if (animate) {
H A DDrawableContainer.java101 animate(false);
327 animate(true);
335 animate(true);
343 void animate(boolean schedule) { method in class:DrawableContainer
/frameworks/base/core/tests/coretests/src/android/animation/
H A DViewPropertyAnimatorTest.java143 mAnimator = button.animate().x(100).y(100);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderSessionImpl.java559 * @see RenderSession#animate(Object, String, boolean, IAnimationListener)
561 public Result animate(Object targetObject, String animationName, method in class:RenderSessionImpl
/frameworks/base/core/java/android/webkit/
H A DWebView.java3683 private boolean pinScrollBy(int dx, int dy, boolean animate, int animationDuration) { argument
3684 return pinScrollTo(mScrollX + dx, mScrollY + dy, animate, animationDuration);
3688 private boolean pinScrollTo(int x, int y, boolean animate, int animationDuration) { argument
3698 if (animate) {
3712 private boolean setContentScrollBy(int cx, int cy, boolean animate) { argument
3735 return cy == 0 && cx != 0 && pinScrollBy(cx, 0, animate, 0);
3737 return pinScrollBy(cx, cy, animate, 0);
3923 // animate the title bar off screen slowly enough that the user can see
4401 * animate the text selection into view.
8452 // arg1 = animate, arg
[all...]

Completed in 2091 milliseconds

12