/external/chromium_org/ui/views/animation/ |
bounds_animator.h | 31 // animate.
|
/external/chromium_org/ui/views/controls/button/ |
custom_button.h | 129 // Should we animate when the state changes? Defaults to true.
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
avisynth.php | 64 'AssumeSampleRate', 'AudioDub', 'AudioDubEx', 'Animate', 'ApplyRange',
|
/frameworks/base/core/java/android/widget/ |
ViewFlipper.java | 33 * Simple {@link ViewAnimator} that will animate between two or more views
|
CalendarView.java | 921 * @param animate Whether to animate the scroll to the current date. 930 public void setDate(long date, boolean animate, boolean center) { 935 goTo(mTempDate, animate, true, center); [all...] |
/frameworks/base/core/java/com/android/internal/widget/ |
DrawableHolder.java | 66 * @param property the property to animate
|
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/ |
Tweener.java | 63 // Iterate through arguments and discover properties to animate
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
DrawableContainer.java | 127 animate(false); 381 animate(true); 389 animate(true); 397 void animate(boolean schedule) { method in class:DrawableContainer
|
/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
PagedView.java | [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/ |
RecentsPanelView.java | 235 holder.iconView.animate().cancel(); 237 holder.labelView.animate().cancel(); 252 holder.calloutLine.animate().cancel(); 562 ViewPropertyAnimator vpa = v.animate().translationX(0).translationY(0) [all...] |
/frameworks/base/services/java/com/android/server/wm/ |
DisplayMagnifier.java | 439 public void setMagnifiedRegionBorderShownLocked(boolean shown, boolean animate) { 444 mWindow.setShown(shown, animate); 530 public void setShown(boolean shown, boolean animate) { 536 if (animate) {
|
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/ |
RadialPickerLayout.java | 521 * @param animate True to animate the transition, false to show with no animation. 523 public void setCurrentItemShowing(int index, boolean animate) { 532 if (animate && (index != lastIndex)) { [all...] |
/packages/apps/Camera2/src/com/android/camera/ |
AnimationManager.java | 132 * @params flashOverlay the overlay that will animate on alpha to make the flash impression
|
/packages/apps/DeskClock/src/com/android/deskclock/widget/multiwaveview/ |
Tweener.java | 63 // Iterate through arguments and discover properties to animate
|
/packages/apps/Dialer/src/com/android/dialer/list/ |
PhoneFavoriteFragment.java | 466 * these offsets allow us to animate tiles sliding left and right within the same row. 514 // It should now animate in from right to left. 518 // It should now animate in from left to right. 598 // Animate new views along with the others. The catch is that they did
|
/packages/apps/InCallUI/src/com/android/incallui/widget/multiwaveview/ |
Tweener.java | 63 // Iterate through arguments and discover properties to animate
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
FolderIcon.java | 330 // This will animate the first item from it's position as an icon into its 335 // This will animate the dragView (srcView) into the new folder 344 // This will animate the first item from it's position as an icon into its 366 // will not have a view to animate
|
LauncherViewPropertyAnimator.java | 193 mViewPropertyAnimator = mTarget.animate();
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
FolderIcon.java | 378 // This will animate the first item from it's position as an icon into its 383 // This will animate the dragView (srcView) into the new folder 392 // This will animate the first item from it's position as an icon into its 415 // will not have a view to animate
|
LauncherViewPropertyAnimator.java | 194 mViewPropertyAnimator = mTarget.animate();
|
PageIndicator.java | 150 marker.animate().alpha(alpha).setDuration(500).start();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/animator/ |
AnimationContentAssist.java | 134 // animate:
|
/external/chromium/chrome/browser/ui/gtk/bookmarks/ |
bookmark_bar_gtk.cc | 303 void BookmarkBarGtk::Show(bool animate) { 307 // TODO(estade): animate the transition between floating and non. 308 animate = animate && (old_floating == floating_); 309 if (animate) { 355 void BookmarkBarGtk::Hide(bool animate) { 363 if (slide_animation_.IsShowing() && animate) { [all...] |
/external/chromium/chrome/browser/ui/views/ |
browser_actions_container.cc | 525 // resizing the view or, if animating the snapping, how far to animate it). 758 // animate to the nearest icon count size if necessary (which may be 0). 829 // TODO(sky/glen): Instead of using a drop indicator, animate the icons while [all...] |
/external/chromium_org/ash/shelf/ |
shelf_layout_manager.cc | 291 // SetShelfViewBounds() sets the bounds immediately and does not animate. 576 // should animate back to the normal bounds at the end of a gesture. 604 // Do not animate the background when: 654 bool animate, 662 if (animate) { [all...] |