Searched refs:animate (Results 26 - 50 of 160) sorted by relevance

1234567

/frameworks/base/core/java/android/widget/
H A DViewAnimator.java147 * @param animate Whether or not to use the in and out animations, defaults
150 void showOnly(int childIndex, boolean animate) { argument
155 if (animate && mInAnimation != null) {
161 if (animate && mOutAnimation != null && child.getVisibility() == View.VISIBLE) {
177 final boolean animate = (!mFirstTime || mAnimateFirstTime);
178 showOnly(childIndex, animate);
257 * Returns the current animation used to animate a View that enters the screen.
269 * Specifies the animation used to animate a View that enters the screen.
281 * Returns the current animation used to animate a View that exits the screen.
293 * Specifies the animation used to animate
350 setAnimateFirstView(boolean animate) argument
[all...]
H A DCalendarViewMaterialDelegate.java98 public void setDate(long date, boolean animate, boolean center) { argument
99 mDayPickerView.setDate(date, animate);
H A DAbsSpinner.java269 public void setSelection(int position, boolean animate) { argument
271 boolean shouldAnimate = animate && mFirstPosition <= position &&
288 * @param animate Should the transition be animated
291 void setSelectionInt(int position, boolean animate) { argument
296 layout(delta, animate);
301 abstract void layout(int delta, boolean animate); argument
H A DAdapterViewAnimator.java267 void transformViewForTransition(int fromIndex, int toIndex, View view, boolean animate) { argument
299 private void setDisplayedChild(int whichChild, boolean animate) { argument
310 showOnly(mWhichChild, animate);
454 * @param animate Whether or not to use the in and out animations, defaults
457 void showOnly(int childIndex, boolean animate) { argument
511 transformViewForTransition(oldRelativeIndex, -1, previousView, animate);
531 // the transform for it's new relative position in the window, and animate
539 transformViewForTransition(oldRelativeIndex, newRelativeIndex, view, animate);
560 transformViewForTransition(-1, newRelativeIndex, fl, animate);
858 * Returns the current animation used to animate
938 setAnimateFirstView(boolean animate) argument
[all...]
H A DDayPickerView.java266 * immediately to the new date. To animate to the new date, use
280 * @param animate whether to smooth scroll to the new position
282 public void setDate(long timeInMillis, boolean animate) { argument
283 setDate(timeInMillis, animate, true);
291 * @param animate whether to smooth scroll to the new position
294 private void setDate(long timeInMillis, boolean animate, boolean setSelected) { argument
301 mViewPager.setCurrentItem(position, animate);
421 final boolean animate = !mAccessibilityManager.isEnabled();
426 mViewPager.setCurrentItem(nextItem, animate);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/tv/animations/
H A DHomeRecentsEnterExitAnimationHolder.java51 view.animate()
63 view.animate()
70 view.animate().setListener(dismissEvent.getAnimationTrigger()
/frameworks/base/core/java/android/accessibilityservice/
H A DIAccessibilityServiceConnection.aidl80 boolean resetMagnification(boolean animate);
83 boolean animate);
/frameworks/base/libs/hwui/
H A DAnimatorManager.h51 uint32_t animate(TreeInfo& info);
H A DAnimatorManager.cpp103 bool remove = animator->animate(mContext);
123 uint32_t AnimatorManager::animate(TreeInfo& info) { function in class:android::uirenderer::AnimatorManager
/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
H A DOverlayTest.java44 fadingButton.animate().alpha(0).setDuration(1000).withEndAction(new Runnable() {
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/picker/
H A DPicker.java286 private void updateColumnAlpha(int colIndex, boolean animate) { argument
295 setOrAnimateAlpha(item, (selected == i), colIndex, animate);
301 boolean animate) {
306 setOrAnimateAlpha(view, animate, mFocusedAlpha, -1, mDecelerateInterpolator);
308 setOrAnimateAlpha(view, animate, mUnfocusedAlpha, -1, mDecelerateInterpolator);
313 setOrAnimateAlpha(view, animate, mVisibleColumnAlpha, -1, mDecelerateInterpolator);
315 setOrAnimateAlpha(view, animate, mInvisibleColumnAlpha, -1,
321 private void setOrAnimateAlpha(View view, boolean animate, float destAlpha, float startAlpha, argument
323 view.animate().cancel();
324 if (!animate) {
300 setOrAnimateAlpha(View view, boolean selected, int colIndex, boolean animate) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DStackScrollerDecorView.java88 mContent.animate()
133 mContent.animate().cancel();
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumeDialogMotion.java110 mDialogView.animate().cancel();
130 mDialogView.animate()
174 mContents.animate()
186 mChevron.animate()
199 mDialogView.animate().cancel();
203 mContents.animate().cancel();
207 mChevron.animate().cancel();
210 mDialogView.animate()
/frameworks/base/tests/GridLayoutTest/src/com/android/test/layout/
H A DAbstractLayoutTest.java47 animate(v);
56 public void animate(View v) { method in class:AbstractLayoutTest
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardStatusBarView.java228 public void setKeyguardUserSwitcherShowing(boolean showing, boolean animate) { argument
230 if (animate) {
247 mSystemIconsSuperContainer.animate()
255 mMultiUserSwitch.animate()
271 mMultiUserSwitch.animate()
287 mSystemIconsSuperContainer.animate().cancel();
288 mMultiUserSwitch.animate().cancel();
H A DPanelBar.java145 public void collapsePanel(boolean animate, boolean delayed, float speedUpFactor) { argument
148 if (animate && !pv.isFullyCollapsed()) {
156 if (DEBUG) LOG("collapsePanel: animate=%s waiting=%s", animate, waiting);
H A DKeyguardAffordanceHelper.java444 boolean animate, boolean slowRadiusAnimation, boolean force,
454 updateIconAlpha(view, alpha, animate);
457 private void updateIconAlpha(KeyguardAffordanceView view, float alpha, boolean animate) { argument
460 view.setImageAlpha(alpha, animate);
461 view.setImageScale(scale, animate);
510 public void reset(boolean animate) { argument
512 setTranslation(0.0f, true, animate);
524 public void launchAffordance(boolean animate, boolean left) { argument
532 if (animate) {
443 updateIcon(KeyguardAffordanceView view, float circleRadius, float alpha, boolean animate, boolean slowRadiusAnimation, boolean force, boolean forceNoCircleAnimation) argument
H A DNotificationPanelView.java318 requestScrollerTopPaddingUpdate(false /* animate */);
353 requestScrollerTopPaddingUpdate(false /* animate */);
373 boolean animate = mNotificationStackScroller.isAddOrRemoveAnimationPending();
391 if (animate || mClockAnimator != null) {
401 requestScrollerTopPaddingUpdate(animate);
506 mNotificationStackScroller.setOverScrollAmount(0f, true /* onTop */, false /* animate */,
539 expand(true /* animate */);
1021 updateDozingVisibilities(false /* animate */);
1098 mKeyguardBottomArea.animate().cancel();
1100 mKeyguardBottomArea.animate()
1264 requestScrollerTopPaddingUpdate(boolean animate) argument
1661 expand(boolean animate) argument
2045 setDozing(boolean dozing, boolean animate) argument
2053 updateDozingVisibilities(boolean animate) argument
2269 launchCamera(boolean animate, int source) argument
[all...]
/frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/
H A DViewGroupBindingAdapter.java39 public static void setAnimateLayoutChanges(ViewGroup view, boolean animate) { argument
40 if (animate) {
/frameworks/base/graphics/java/android/graphics/drawable/
H A DAnimationDrawable.java96 /** Whether the drawable should animate when visible. */
270 private void setFrame(int frame, boolean unschedule, boolean animate) { argument
274 mAnimating = animate;
277 if (unschedule || animate) {
280 if (animate) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/tv/views/
H A DRecentsTvView.java127 public boolean launchPreviousTask(boolean animate) { argument
132 launchTaskFomRecents(task, animate);
144 private void launchTaskFomRecents(final Task task, boolean animate) { argument
145 if (!animate) {
/frameworks/support/v7/appcompat/tests/src/android/support/v7/testutils/
H A DDrawerLayoutActions.java147 public static ViewAction openDrawer(final int drawerEdgeGravity, final boolean animate) { argument
164 drawerLayout.openDrawer(drawerEdgeGravity, animate);
247 public static ViewAction closeDrawer(final int drawerEdgeGravity, final boolean animate) { argument
264 drawerLayout.closeDrawer(drawerEdgeGravity, animate);
/frameworks/support/design/src/android/support/design/widget/
H A DTextInputLayout.java305 private void updateLabelState(boolean animate) { argument
324 collapseHint(animate);
327 expandHint(animate);
490 ViewCompat.animate(mErrorView).cancel();
553 // Only animate if we've been laid out already and we have a different error
554 final boolean animate = ViewCompat.isLaidOut(this)
559 ViewCompat.animate(mErrorView).cancel();
565 if (animate) {
567 // If it's currently 100% show, we'll animate it from 0
570 ViewCompat.animate(mErrorVie
930 collapseHint(boolean animate) argument
941 expandHint(boolean animate) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
H A DDividerView.java214 startDragging(true /* animate */, false /* touching */);
347 public boolean startDragging(boolean animate, boolean touching) { argument
350 mHandle.setTouching(true, animate);
365 mHandle.setTouching(false, true /* animate */);
383 mHandle.setTouching(false, true /* animate */);
390 mHandle.setTouching(false, true /* animate */);
432 boolean result = startDragging(true /* animate */, true /* touching */);
601 mBackground.animate().scaleY(1.4f);
603 mBackground.animate().scaleX(1.4f);
605 mBackground.animate()
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DRecentsImplProxy.java59 public void showRecents(boolean triggeredFromAltTab, boolean draggingInRecents, boolean animate, argument
65 args.argi3 = animate ? 1 : 0;

Completed in 541 milliseconds

1234567