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

<<111213141516

  /build/tools/droiddoc/templates-ds/assets/js/
global-libraries-combined.js     [all...]
  /external/chromium_org/third_party/WebKit/Source/web/resources/
calendarPicker.js     [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js     [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js     [all...]
  /developers/build/prebuilts/gradle/BatchStepSensor/BatchStepSensorSample/src/main/java/com/example/android/batchstepsensor/
CardStreamLinearLayout.java 105 // User let go - figure out whether to animate the view out, or back into place
114 // User let go - figure out whether to animate the view out, or back into place
484 area.animate().rotationX(0.f).alpha(1.f).setDuration(400);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
Kube.java 243 public void animate() { method in class:Kube
  /external/chromium_org/content/browser/android/
content_view_core_impl.h 207 bool animate);
  /external/chromium_org/content/renderer/
render_widget_fullscreen_pepper.cc 168 virtual void animate(double frameBeginTime) { function in class:content::__anon8250::PepperWidget
  /external/chromium_org/third_party/WebKit/Source/core/frame/animation/
AnimationController.cpp 466 RefPtr<RenderStyle> blendedStyle = rendererAnimations->animate(renderer, oldStyle, newStyle);
KeyframeAnimation.cpp 112 // Iterate forward to find next keyframe that is used to animate CSS property.
153 void KeyframeAnimation::animate(CompositeAnimation*, RenderObject*, const RenderStyle*, RenderStyle* targetStyle, RefPtr<RenderStyle>& animatedStyle) function in class:WebCore::KeyframeAnimation
178 // If we have no keyframes, don't animate.
  /packages/apps/Calendar/src/com/android/calendar/agenda/
AgendaFragment.java 317 private void goTo(EventInfo event, boolean animate) {
369 // TODO figure out the animate bit
  /external/chromium/chrome/browser/renderer_host/
render_widget_host_view_gtk.cc     [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...]
  /external/chromium_org/cc/trees/
layer_tree_host.cc 254 client_->Animate((frame_begin_time - base::TimeTicks()).InSecondsF());
    [all...]
  /external/chromium_org/chrome/browser/ui/views/panels/
panel_view.cc 339 void PanelView::SetBoundsInternal(const gfx::Rect& new_bounds, bool animate) {
345 if (!animate) {
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/htmlfiles/
coverage_html.js 366 $("html,body").animate({scrollTop: to_pos}, 200);
  /frameworks/base/core/java/android/transition/
Transition.java 44 * on View objects are of interest to it, and also knows how to animate
285 * on all target views, so a Transition that wants to animate from a
440 // Only bother trying to animate with values that differ between start/end
605 animate(animator);
1319 protected void animate(Animator animator) { method in class:Transition
    [all...]
  /frameworks/base/core/java/android/widget/
ExpandableListView.java 739 * @param animate true if the expanding group should be animated in
743 public boolean expandGroup(int groupPos, boolean animate) {
754 if (animate) {
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ConversationListFragment.java     [all...]
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/
PrintJobConfigActivity.java 2831 public static AutoCancellingAnimator animate(View view) { method in class:PrintJobConfigActivity.AutoCancellingAnimator
    [all...]
  /build/tools/droiddoc/templates-pdk/assets/
jquery-resizable.min.js     [all...]
  /external/doclava/res/assets/templates/assets/
jquery-resizable.min.js     [all...]
  /external/chromium/chrome/browser/tab_contents/
tab_contents.h 727 // until the fade is canceled. If |animate| is true the fade should animate.
728 void FadeForInstant(bool animate);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebViewImpl.h 136 virtual void animate(double);
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
SpinnerICS.java 309 void layout(int delta, boolean animate) {
362 * there is enough information in the view's layout parameters to animate

Completed in 796 milliseconds

<<111213141516