HomeSort by relevance Sort by last modified time
    Searched full:animatedheight (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimatedRect.cpp 87 float animatedHeight = animatedRect.height();
91 m_animationElement->animateAdditiveNumber(percentage, repeatCount, fromRect.height(), toRect.height(), toAtEndOfDurationRect.height(), animatedHeight);
93 animatedRect = SVGRect(animatedX, animatedY, animatedWidth, animatedHeight);
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ConversationLongPressTipView.java 215 ObjectAnimator.ofInt(this, "animatedHeight", start, end);
ConversationPhotoTeaserView.java 228 ObjectAnimator.ofInt(this, "animatedHeight", start, end);
LeaveBehindItem.java 175 final ObjectAnimator height = ObjectAnimator.ofInt(this, "animatedHeight", mHeight, 0);
ConversationSyncDisabledTipView.java 350 ObjectAnimator.ofInt(this, "animatedHeight", start, end);
ConversationsInOutboxTipView.java 305 ObjectAnimator.ofInt(this, "animatedHeight", start, end);

Completed in 119 milliseconds