/external/chromium_org/content/renderer/ |
render_view_impl_android.cc | 29 bool animate) { 40 compositor_->UpdateTopControlsState(constraints, current, animate); 47 bool animate) { 52 compositor_->UpdateTopControlsState(constraints_cc, current_cc, animate);
|
/external/chromium_org/third_party/WebKit/ManualTests/inspector/ |
forzen-ui-while-paused.html | 11 <p>Open the inspector and start debugging in the Scripts panel. While paused, try to open the Console. The Console should animate open fully.</p>
|
/external/chromium_org/third_party/skia/src/animator/ |
SkAnimate.h | 19 DECLARE_MEMBER_INFO(Animate);
|
/external/skia/src/animator/ |
SkAnimate.h | 19 DECLARE_MEMBER_INFO(Animate);
|
/frameworks/base/core/java/android/widget/ |
ViewAnimator.java | 148 * @param animate Whether or not to use the in and out animations, defaults 151 void showOnly(int childIndex, boolean animate) { 156 if (animate && mInAnimation != null) { 162 if (animate && mOutAnimation != null && child.getVisibility() == View.VISIBLE) { 178 final boolean animate = (!mFirstTime || mAnimateFirstTime); 179 showOnly(childIndex, animate); 258 * Returns the current animation used to animate a View that enters the screen. 270 * Specifies the animation used to animate a View that enters the screen. 282 * Returns the current animation used to animate a View that exits the screen. 294 * Specifies the animation used to animate a View that exit the screen [all...] |
/packages/apps/Browser/src/com/android/browser/view/ |
PieItem.java | 36 private float animate; field in class:PieItem 87 animate = a; 91 return animate; 125 return start + animate;
|
/packages/apps/Mms/src/org/w3c/dom/smil/ |
SMILAnimateElement.java | 16 * This interface represents the SMIL <code>animate</code> element.
|
/packages/apps/UnifiedEmail/src/com/android/mail/compose/ |
CcBccView.java | 49 public void show(boolean animate, boolean showCc, boolean showBcc) { 53 if (animate) { 54 animate(ccWasAlreadyShown); 66 private void animate(boolean ccWasAlreadyShown) { method in class:CcBccView
|
/external/chromium/chrome/browser/ui/cocoa/extensions/ |
browser_actions_controller.mm | 86 - (void)positionActionButtonsAndAnimate:(BOOL)animate; 139 animate:(BOOL)animate; 155 - (void)showChevronIfNecessaryInFrame:(NSRect)frame animate:(BOOL)animate; 160 // Shows or hides the chevron, animating as specified by |animate|. 163 animate:(BOOL)animate; 293 [self showChevronIfNecessaryInFrame:[containerView_ frame] animate:NO]; 328 - (void)resizeContainerAndAnimate:(BOOL)animate { [all...] |
/external/chromium_org/chrome/browser/ui/cocoa/extensions/ |
browser_actions_controller.mm | 90 - (void)positionActionButtonsAndAnimate:(BOOL)animate; 139 animate:(BOOL)animate; 158 - (void)showChevronIfNecessaryInFrame:(NSRect)frame animate:(BOOL)animate; 163 // Shows or hides the chevron, animating as specified by |animate|. 166 animate:(BOOL)animate; 327 [self showChevronIfNecessaryInFrame:[containerView_ frame] animate:NO]; 358 - (void)resizeContainerAndAnimate:(BOOL)animate { [all...] |
/development/samples/devbytes/animation/ListViewRemovalAnimation/src/com/example/android/listviewremovalanimation/ |
ListViewRemovalAnimation.java | 32 * and how to use animations to complete the swipe as well as to animate the other 115 // User let go - figure out whether to animate the view out, or back into place 125 // Greater than a quarter of the width - animate it out 131 // Not far enough - animate it back 137 // Animate position and alpha of swiped item 144 v.animate().setDuration(duration). 209 child.animate().setDuration(MOVE_DURATION).translationY(0); 211 child.animate().withEndAction(new Runnable() { 222 // Animate new views along with the others. The catch is that they did not 229 child.animate().setDuration(MOVE_DURATION).translationY(0) [all...] |
/external/chromium_org/ash/wm/overview/ |
scoped_transform_overview_window.cc | 42 bool animate) { 43 if (animate) { 63 bool animate) { 64 SetTransformOnWindow(window, transform, animate); 75 SetTransformOnWindow(transient_child, transient_window_transform, animate); 107 // to SHOW_STATE_MINIMIZED will not animate the window from its original 193 bool animate) { 223 SetTransformOnWindowAndTransientChildren(transform, animate); 237 bool animate) { 250 animate); [all...] |
window_selector_window.cc | 55 bool animate) { 61 animate);
|
/development/samples/devbytes/graphics/FoldingLayout/res/values/ |
strings.xml | 24 <string name="animate">Animate</string>
|
/external/chromium_org/chrome/browser/infobars/ |
infobar.h | 29 // optionally animate closed; once it's no longer visible, it deletes itself, 68 // Makes the infobar visible. If |animate| is true, the infobar is then 70 void Show(bool animate); 72 // Makes the infobar hidden. If |animate| is false, the infobar is 74 // |animate| is true, the infobar is animated to zero size, ultimately 76 void Hide(bool animate); 112 virtual void PlatformSpecificShow(bool animate) {} 113 virtual void PlatformSpecificHide(bool animate) {}
|
/external/chromium_org/chrome/browser/ui/views/toolbar/ |
wrench_toolbar_button.cc | 24 bool animate) { 25 wrench_icon_painter_->SetSeverity(severity, animate);
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
animation-with-transition.html | 16 .animate { 43 div.className = "animate";
|
/external/chromium_org/ui/compositor/ |
layer_owner.h | 21 // This is used when you need to animate the presentation of the owner just 35 // the client may wish to animate the layer beyond the lifetime of the owner,
|
/frameworks/base/core/java/android/transition/ |
package.html | 11 <p>A <b>Transition</b> is a mechanism to automatically animate changes that occur 15 become visible. There are additional transitions that can animate other
|
/external/chromium_org/ui/app_list/ |
pagination_model_unittest.cc | 137 pagination_.SelectPage(start_page, false /* animate */); 154 pagination_.SelectPage(2, false /* animate */); 155 pagination_.SelectPage(4, false /* animate */); 156 pagination_.SelectPage(3, false /* animate */); 157 pagination_.SelectPage(1, false /* animate */); 165 pagination_.SelectPage(1, false /* animate */); 175 pagination_.SelectPage(1, true /* animate */); 184 pagination_.SelectPage(1, true /* animate */); 185 pagination_.SelectPage(3, true /* animate */); 194 pagination_.SelectPage(1, true /* animate */); [all...] |
pagination_model.cc | 33 SelectPage(0, false /* animate */); 35 SelectPage(std::max(total_pages_ - 1, 0), false /* animate */); 39 void PaginationModel::SelectPage(int page, bool animate) { 40 if (animate) { 98 void PaginationModel::SelectPageRelative(int delta, bool animate) { 99 SelectPage(CalculateTargetPage(delta), animate); local 262 SelectPage(transition_.target_page, false /* animate */);
|
/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
KeyguardMultiUserSelectorView.java | 88 public void finalizeActiveUserView(boolean animate) { 89 if (animate) { 97 finalizeActiveUserNow(animate); 101 void finalizeActiveUserNow(boolean animate) { 103 mActiveUserAvatar.setActive(true, animate, null);
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
InterruptibleInOutAnimator.java | 62 private void animate(int direction) { method in class:InterruptibleInOutAnimator 104 * direction and animate for a correspondingly shorter duration. 107 animate(IN); 114 * direction and animate for a correspondingly shorter duration. 117 animate(OUT);
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
InterruptibleInOutAnimator.java | 62 private void animate(int direction) { method in class:InterruptibleInOutAnimator 104 * direction and animate for a correspondingly shorter duration. 107 animate(IN); 114 * direction and animate for a correspondingly shorter duration. 117 animate(OUT);
|
/external/chromium/chrome/browser/ui/cocoa/find_bar/ |
find_bar_cocoa_controller.mm | 41 // Sets the frame of |findBarView_|. |duration| is ignored if |animate| is NO. 43 animate:(BOOL)animate 52 - (void)moveFindBarIfNecessary:(BOOL)animate; 244 - (void)showFindBar:(BOOL)animate { 263 // Animate the view into place. 266 [self setFindBarFrame:frame animate:animate duration:kFindBarOpenDuration]; 269 - (void)hideFindBar:(BOOL)animate { 271 [self setFindBarFrame:frame animate:animate duration:kFindBarCloseDuration] [all...] |