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

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/skia/src/animator/
SkDisplayApply.cpp 37 SK_MEMBER_PROPERTY(animator, Animate),
456 SkAnimateBase* animate = fActive->fAnimators[index]; local
457 const SkMemberInfo* info = animate->fFieldInfo;
461 SkDisplayable* target = getTarget(animate);
510 SkDrawable* SkApply::getTarget(SkAnimateBase* animate) {
511 if (animate->fTargetIsScope == false || mode != kMode_create)
512 return animate->fTarget;
571 SkAnimateBase* animate = fActive->fAnimators[inner]; local
572 if (animate->fChanged) {
573 animate->fChanged = false
694 SkAnimateBase* animate = *animPtr; local
737 SkAnimateBase* animate = fActive->fAnimators[index]; local
781 SkAnimateBase* animate = (SkAnimateBase*) scriptValue.fOperand.fDisplayable; local
    [all...]
  /external/glide/library/src/main/java/com/bumptech/glide/request/
NoAnimation.java 29 public boolean animate(Drawable previous, Object current, View view, Target target) { method in class:NoAnimation
  /external/skia/src/animator/
SkDisplayApply.cpp 37 SK_MEMBER_PROPERTY(animator, Animate),
456 SkAnimateBase* animate = fActive->fAnimators[index]; local
457 const SkMemberInfo* info = animate->fFieldInfo;
461 SkDisplayable* target = getTarget(animate);
510 SkDrawable* SkApply::getTarget(SkAnimateBase* animate) {
511 if (animate->fTargetIsScope == false || mode != kMode_create)
512 return animate->fTarget;
571 SkAnimateBase* animate = fActive->fAnimators[inner]; local
572 if (animate->fChanged) {
573 animate->fChanged = false
694 SkAnimateBase* animate = *animPtr; local
737 SkAnimateBase* animate = fActive->fAnimators[index]; local
781 SkAnimateBase* animate = (SkAnimateBase*) scriptValue.fOperand.fDisplayable; local
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
SystemBarScrimViews.java 65 mStatusBarScrimView.animate()
82 mNavBarScrimView.animate()
105 mStatusBarScrimView.animate()
113 mNavBarScrimView.animate()
  /packages/apps/Camera/src/com/android/camera/ui/
PieItem.java 42 private float animate; field in class:PieItem
100 animate = a;
104 return animate;
155 return start + animate;
  /developers/build/prebuilts/gradle/BatchStepSensor/Application/src/main/java/com/example/android/batchstepsensor/cardstream/
CardActionButton.java 52 animate().scaleX(0.98f).scaleY(0.98f).setDuration(100)
63 animate().scaleX(1.f).scaleY(1.f).setDuration(50)
  /developers/build/prebuilts/gradle/Notifications/Wearable/src/main/java/com/example/android/support/wearable/notifications/
WearableListItemLayout.java 60 public void onCenterPosition(boolean animate) {
66 public void onNonCenterPosition(boolean animate) {
  /developers/build/prebuilts/gradle/SpeedTracker/Wearable/src/main/java/com/example/android/wearable/speedtracker/ui/
SpeedPickerLayout.java 68 public void onCenterPosition(boolean animate) {
74 public void onNonCenterPosition(boolean animate) {
  /developers/build/prebuilts/gradle/Timer/Wearable/src/main/java/com/example/android/wearable/timer/
WearableListItemLayout.java 58 public void onCenterPosition(boolean animate) {
64 public void onNonCenterPosition(boolean animate) {
  /developers/samples/android/wearable/wear/Notifications/Wearable/src/main/java/com/example/android/support/wearable/notifications/
WearableListItemLayout.java 60 public void onCenterPosition(boolean animate) {
66 public void onNonCenterPosition(boolean animate) {
  /developers/samples/android/wearable/wear/SpeedTracker/Wearable/src/main/java/com/example/android/wearable/speedtracker/ui/
SpeedPickerLayout.java 68 public void onCenterPosition(boolean animate) {
74 public void onNonCenterPosition(boolean animate) {
  /developers/samples/android/wearable/wear/Timer/Wearable/src/main/java/com/example/android/wearable/timer/
WearableListItemLayout.java 58 public void onCenterPosition(boolean animate) {
64 public void onNonCenterPosition(boolean animate) {
  /development/samples/browseable/BatchStepSensor/src/com.example.android.batchstepsensor/cardstream/
CardActionButton.java 52 animate().scaleX(0.98f).scaleY(0.98f).setDuration(100)
63 animate().scaleX(1.f).scaleY(1.f).setDuration(50)
  /development/samples/browseable/Notifications/Wearable/src/com.example.android.support.wearable.notifications/
WearableListItemLayout.java 60 public void onCenterPosition(boolean animate) {
66 public void onNonCenterPosition(boolean animate) {
  /development/samples/browseable/SpeedTracker/Wearable/src/com.example.android.wearable.speedtracker/ui/
SpeedPickerLayout.java 68 public void onCenterPosition(boolean animate) {
74 public void onNonCenterPosition(boolean animate) {
  /development/samples/browseable/Timer/Wearable/src/com.example.android.wearable.timer/
WearableListItemLayout.java 58 public void onCenterPosition(boolean animate) {
64 public void onNonCenterPosition(boolean animate) {
  /external/chromium_org/ash/frame/caption_buttons/
frame_size_button.h 65 void SetButtonsToSnapMode(FrameSizeButtonDelegate::Animate animate);
81 // Clears any state set while snapping was enabled. |animate| indicates
82 // whether the buttons should animate back to their original icons.
83 void SetButtonsToNormalMode(FrameSizeButtonDelegate::Animate animate);
  /external/chromium_org/ash/wm/overview/
scoped_transform_overview_window.h 76 // |root_window| is not the window's root window. If |animate| the transform
80 bool animate);
91 // children using animations. If |animate| the transform is animated in,
94 bool animate);
window_selector_window.cc 67 bool animate) {
73 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/components/infobars/core/
infobar_container.h 106 virtual void OnInfoBarRemoved(InfoBar* infobar, bool animate) OVERRIDE;
112 // |position| and calls Show() on it. |animate| is passed along to
119 bool animate,
  /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);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationContentView.java 94 mContractedChild.animate().cancel();
97 mExpandedChild.animate().cancel();
119 mContractedChild.animate().cancel();
126 selectLayout(false /* animate */, true /* force */);
127 mContractedWrapper.setDark(mDark, false /* animate */, 0 /* delay */);
132 mExpandedChild.animate().cancel();
137 selectLayout(false /* animate */, true /* force */);
153 // We only animate if we are drawn at least once, otherwise the view might animate when
164 selectLayout(mAnimate /* animate */, false /* force */)
    [all...]

Completed in 5560 milliseconds

1 23 4 5 6 7 8 91011>>