HomeSort by relevance Sort by last modified time
    Searched refs:animate (Results 26 - 50 of 456) sorted by null

12 3 4 5 6 7 8 91011>>

  /development/samples/devbytes/animation/LiveButton/src/com/example/android/livebutton/
LiveButton.java 47 clickMeButton.animate().setDuration(200);
54 clickMeButton.animate().setInterpolator(sDecelerator).
57 clickMeButton.animate().setInterpolator(sOvershooter).
  /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);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBarTransitions.java 51 applyModeBackground(-1, getMode(), false /*animate*/);
52 applyMode(getMode(), false /*animate*/);
76 protected void onTransition(int oldMode, int newMode, boolean animate) {
77 super.onTransition(oldMode, newMode, animate);
78 applyMode(newMode, animate);
81 private void applyMode(int mode, boolean animate) {
88 if (animate) {
BarTransitions.java 73 public void transitionTo(int mode, boolean animate) {
85 if (DEBUG) Log.d(mTag, String.format("%s -> %s animate=%s",
86 modeToString(oldMode), modeToString(mode), animate));
87 onTransition(oldMode, mMode, animate);
90 protected void onTransition(int oldMode, int newMode, boolean animate) {
92 applyModeBackground(oldMode, newMode, animate);
96 protected void applyModeBackground(int oldMode, int newMode, boolean animate) {
97 if (DEBUG) Log.d(mTag, String.format("applyModeBackground oldMode=%s newMode=%s animate=%s",
98 modeToString(oldMode), modeToString(newMode), animate));
99 mBarBackground.applyModeBackground(oldMode, newMode, animate);
    [all...]
  /packages/apps/Browser/src/com/android/browser/
AutologinBar.java 92 public void updateAutoLogin(Tab tab, boolean animate) {
123 showAutoLogin(animate);
125 hideAutoLogin(animate);
129 void showAutoLogin(boolean animate) {
130 mTitleBar.showAutoLogin(animate);
133 void hideAutoLogin(boolean animate) {
134 mTitleBar.hideAutoLogin(animate);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/widget/
FloatingActionButtonController.java 114 * @param animate Whether or not to animate the transition.
116 public void align(int align, boolean animate) {
117 align(align, 0 /*offsetX */, 0 /* offsetY */, animate);
126 * @param animate Whether or not to animate the transition.
128 public void align(int align, int offsetX, int offsetY, boolean animate) {
136 if (animate && mFloatingActionButtonContainer.isShown()) {
137 mFloatingActionButtonContainer.animate()
152 * @param animate Whether to animate this change
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
KeyguardUserSwitcher.java 89 public void setKeyguard(boolean keyguard, boolean animate) {
92 show(animate);
94 hide(animate);
107 public void show(boolean animate) {
112 mStatusBarView.setKeyguardUserSwitcherShowing(true, animate);
113 if (animate) {
119 private void hide(boolean animate) {
122 if (animate) {
127 mStatusBarView.setKeyguardUserSwitcherShowing(false, animate);
134 mUserSwitcher.getChildAt(i).animate().cancel()
    [all...]
  /external/glide/library/src/main/java/com/bumptech/glide/
DrawableRequestBuilder.java 65 * you need to call {@link #animate(int)} on both the thumb and the full request. For a simpler thumbnail
246 super.animate(new DrawableCrossFadeFactory<GlideDrawable>());
254 super.animate(new DrawableCrossFadeFactory<GlideDrawable>(duration));
263 super.animate(new DrawableCrossFadeFactory<GlideDrawable>(animation, duration));
271 super.animate(new DrawableCrossFadeFactory<GlideDrawable>(context, animationId,
289 public DrawableRequestBuilder<ModelType> animate(ViewPropertyAnimation.Animator animator) { method in class:DrawableRequestBuilder
290 super.animate(animator);
298 public DrawableRequestBuilder<ModelType> animate(int animationId) { method in class:DrawableRequestBuilder
299 super.animate(animationId);
309 public DrawableRequestBuilder<ModelType> animate(Animation animation) method in class:DrawableRequestBuilder
    [all...]
GifRequestBuilder.java 65 * you need to call {@link #animate(int)} on both the thumb and the full request. For a simpler thumbnail
233 super.animate(new DrawableCrossFadeFactory<GifDrawable>());
242 super.animate(new DrawableCrossFadeFactory<GifDrawable>(duration));
252 super.animate(new DrawableCrossFadeFactory<GifDrawable>(animation, duration));
261 super.animate(new DrawableCrossFadeFactory<GifDrawable>(context, animationId,
279 public GifRequestBuilder<ModelType> animate(int animationId) { method in class:GifRequestBuilder
280 super.animate(animationId);
290 public GifRequestBuilder<ModelType> animate(Animation animation) { method in class:GifRequestBuilder
291 super.animate(animation);
299 public GifRequestBuilder<ModelType> animate(ViewPropertyAnimation.Animator animator) method in class:GifRequestBuilder
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
InterruptibleInOutAnimator.java 64 private void animate(int direction) { method in class:InterruptibleInOutAnimator
106 * direction and animate for a correspondingly shorter duration.
109 animate(IN);
116 * direction and animate for a correspondingly shorter duration.
119 animate(OUT);
  /external/glide/library/src/main/java/com/bumptech/glide/request/animation/
NoAnimation.java 44 public boolean animate(Object current, ViewAdapter adapter) { method in class:NoAnimation
ViewAnimation.java 35 public boolean animate(R current, ViewAdapter adapter) { method in class:ViewAnimation
  /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;
  /packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/camerafocus/
PieItem.java 41 private float animate; field in class:PieItem
99 animate = a;
103 return animate;
154 return start + animate;
  /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 SkADrawable* 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...]
  /developers/build/prebuilts/gradle/BatchStepSensor/Application/src/main/java/com/example/android/batchstepsensor/cardstream/
CardActionButton.java 53 animate().scaleX(0.98f).scaleY(0.98f).setDuration(100)
64 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 53 animate().scaleX(0.98f).scaleY(0.98f).setDuration(100)
64 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) {

Completed in 735 milliseconds

12 3 4 5 6 7 8 91011>>