HomeSort by relevance Sort by last modified time
    Searched refs:animate (Results 51 - 75 of 389) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/infobars/
infobar_service.h 35 // animate closed; at the end the infobar will delete itself.
89 void RemoveInfoBarInternal(InfoBar* infobar, bool animate);
90 void RemoveAllInfoBars(bool animate);
infobar_service.cc 83 // Destroy all remaining InfoBars. It's important to not animate here so that
125 void InfoBarService::RemoveInfoBarInternal(InfoBar* infobar, bool animate) {
141 InfoBar::RemovedDetails removed_details(infobar, animate);
150 void InfoBarService::RemoveAllInfoBars(bool animate) {
152 RemoveInfoBarInternal(infobars_.back(), animate);
  /external/chromium_org/chrome/browser/ui/cocoa/extensions/
browser_action_button.h 64 - (void)setFrame:(NSRect)frameRect animate:(BOOL)animate;
  /external/chromium_org/chrome/browser/ui/cocoa/find_bar/
find_bar_bridge.h 56 virtual void Show(bool animate) OVERRIDE;
57 virtual void Hide(bool animate) OVERRIDE;
find_bar_cocoa_controller.h 80 - (void)showFindBar:(BOOL)animate;
81 - (void)hideFindBar:(BOOL)animate;
  /external/chromium_org/chrome/browser/ui/cocoa/
presentation_mode_controller.h 104 - (void)ensureOverlayShownWithAnimation:(BOOL)animate delay:(BOOL)delay;
105 - (void)ensureOverlayHiddenWithAnimation:(BOOL)animate delay:(BOOL)delay;
  /external/chromium_org/ui/app_list/
pagination_model.h 56 // Selects a page. |animate| is true if the transition should be animated.
57 void SelectPage(int page, bool animate);
60 void SelectPageRelative(int delta, bool animate);
  /packages/apps/Contacts/src/com/android/contacts/detail/
CarouselTab.java 72 final ViewPropertyAnimator labelAnimator = mLabelView.animate();
79 final ViewPropertyAnimator backgroundAnimator = mLabelBackgroundView.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);
  /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_item.h 69 // If |animate| the windows are animated from their current location.
72 bool animate) = 0;
window_selector_panels.h 40 bool animate) OVERRIDE;
window_selector_window.h 37 bool animate) OVERRIDE;
  /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/Camera/src/com/android/camera/ui/
CameraSwitcher.java 205 public void setOrientation(int degree, boolean animate) {
206 super.setOrientation(degree, animate);
211 iv.setOrientation(degree, animate);
252 mPopup.animate()
259 animate().alpha(1f).setDuration(SWITCHER_POPUP_ANIM_DURATION)
282 mPopup.animate()
289 animate().alpha(0f).setDuration(SWITCHER_POPUP_ANIM_DURATION)
  /packages/apps/InCallUI/src/com/android/incallui/
AnimationUtils.java 72 view.animate().cancel();
79 view.animate().setDuration(ANIMATION_DURATION);
80 view.animate().alpha(1);
112 view.animate().cancel();
113 view.animate().setDuration(ANIMATION_DURATION);
114 view.animate().alpha(0f).setListener(new AnimatorListenerAdapter() {
119 view.animate().setListener(null);
  /external/chromium/chrome/browser/ui/gtk/infobars/
infobar_arrow_model.h 36 void ShowArrowFor(InfoBar* bar, bool animate);
  /external/chromium_org/ash/wm/caption_buttons/
alternate_frame_size_button.h 65 // Clears any state set while snapping was enabled. |animate| indicates
66 // whether the buttons should animate back to their original icons.
68 AlternateFrameSizeButtonDelegate::Animate animate);
frame_caption_button.h 24 enum Animate {
45 // Sets the button's icon. If |animate| is ANIMATE_YES, the button crossfades
47 void SetIcon(CaptionButtonIcon icon, Animate animate);
  /external/chromium_org/chrome/browser/ui/gtk/infobars/
extension_infobar_gtk.h 28 virtual void PlatformSpecificHide(bool animate) OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/core/page/
AutoscrollController.h 58 void animate(double monotonicFrameBeginTime);
  /external/chromium_org/third_party/WebKit/Source/platform/exported/
WebActiveGestureAnimation.cpp 56 bool WebActiveGestureAnimation::animate(double time) function in class:blink::WebActiveGestureAnimation
  /external/chromium_org/third_party/WebKit/Source/web/
PageWidgetDelegate.h 76 static void animate(WebCore::Page*, double monotonicFrameBeginTime);
  /frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
OverlayTest.java 44 fadingButton.animate().alpha(0).setDuration(1000).withEndAction(new Runnable() {
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ConversationListCallbacks.java 82 void commitDestructiveActions(boolean animate);

Completed in 1484 milliseconds

1 23 4 5 6 7 8 91011>>