HomeSort by relevance Sort by last modified time
    Searched refs:ObjectAnimator (Results 151 - 175 of 252) sorted by null

1 2 3 4 5 67 8 91011

  /development/samples/browseable/BatchStepSensor/src/com.example.android.batchstepsensor/cardstream/
Card.java 21 import android.animation.ObjectAnimator;
157 ObjectAnimator animator = ObjectAnimator.ofFloat(mOverlayView, "alpha", 0.f);
158 animator.setRepeatMode(ObjectAnimator.REVERSE);
159 animator.setRepeatCount(ObjectAnimator.INFINITE);
CardStreamLinearLayout.java 21 import android.animation.ObjectAnimator;
238 ObjectAnimator animator;
468 ObjectAnimator animator = mAnimators.getInitalAnimator(getContext());
486 ObjectAnimator animator = mAnimators.getSwipeOutAnimator(child, deltaX, deltaY);
507 ObjectAnimator animator = mAnimators.getSwipeInAnimator(child, deltaX, deltaY);
  /development/samples/devbytes/animation/ListViewDraggingAnimation/src/com/example/android/listviewdragginganimation/
DynamicListView.java 21 import android.animation.ObjectAnimator;
362 ObjectAnimator animator = ObjectAnimator.ofFloat(switchView,
402 ObjectAnimator hoverViewAnimator = ObjectAnimator.ofObject(mHoverCell, "bounds",
  /frameworks/base/core/java/com/android/internal/widget/
SizeAdaptiveLayout.java 26 import android.animation.ObjectAnimator;
72 private ObjectAnimator mFadePanel;
73 private ObjectAnimator mFadeView;
116 mFadePanel = ObjectAnimator.ofFloat(mModestyPanel, "alpha", 0f);
117 mFadeView = ObjectAnimator.ofFloat(null, "alpha", 0f);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
TaskViewHeader.java 23 import android.animation.ObjectAnimator;
324 ObjectAnimator translation = ObjectAnimator.ofFloat(this, "translationZ", 15f);
348 ObjectAnimator translation = ObjectAnimator.ofFloat(this, "translationZ", 0f);
TaskView.java 20 import android.animation.ObjectAnimator;
53 ObjectAnimator mTaskProgressAnimator;
193 mTaskProgressAnimator = ObjectAnimator.ofFloat(this, "taskProgress", toTransform.p);
393 ObjectAnimator anim = ObjectAnimator.ofInt(this, "dim", 0);
548 ObjectAnimator anim = ObjectAnimator.ofInt(TaskView.this, "dim", toDim);
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
GLTextureViewActivity.java 19 import android.animation.ObjectAnimator;
97 ObjectAnimator animator = ObjectAnimator.ofFloat(mTextureView, "rotationY", 0.0f, 360.0f);
98 animator.setRepeatMode(ObjectAnimator.REVERSE);
99 animator.setRepeatCount(ObjectAnimator.INFINITE);
  /packages/apps/Camera2/src/com/android/camera/ui/
ModeTransitionView.java 21 import android.animation.ObjectAnimator;
343 ObjectAnimator scrollAnimator = ObjectAnimator.ofFloat(this, "scrollDistance",
520 ObjectAnimator alphaAnimator = ObjectAnimator.ofFloat(this, "alpha", 1f, 0f);
  /packages/apps/DeskClock/src/com/android/deskclock/alarms/
AlarmActivity.java 21 import android.animation.ObjectAnimator;
208 mPulseAnimator = ObjectAnimator.ofPropertyValuesHolder(pulseView,
394 return ObjectAnimator.ofPropertyValuesHolder(button,
405 final ValueAnimator bounceAnimator = ObjectAnimator.ofFloat(mAlarmButton,
415 ObjectAnimator.ofFloat(mHintView, View.ALPHA, 0.0f, 1.0f).start();
447 final ValueAnimator sourceAnimator = ObjectAnimator.ofFloat(source, View.ALPHA, 0.0f);
476 final ValueAnimator fadeAnimator = ObjectAnimator.ofFloat(revealView, View.ALPHA, 0.0f);
  /packages/apps/DeskClock/src/com/android/deskclock/timer/
TimerFullScreenFragment.java 22 import android.animation.ObjectAnimator;
574 final ValueAnimator fadeAnimator = ObjectAnimator.ofFloat(revealView, View.ALPHA, 1.0f);
699 ObjectAnimator a = ObjectAnimator.ofFloat(mTimersListPage, View.SCALE_X, 1f, 0f);
708 ObjectAnimator b = ObjectAnimator.ofFloat(mTimerSetup, View.SCALE_X, 0f, 1f);
729 ObjectAnimator a = ObjectAnimator.ofFloat(mTimerSetup, View.SCALE_X, 1f, 0f);
738 ObjectAnimator b =
739 ObjectAnimator.ofFloat(mTimersListPage, View.SCALE_X, 0f, 1f)
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
MainKeyboardView.java 20 import android.animation.ObjectAnimator;
119 private ObjectAnimator mLanguageOnSpacebarFadeoutAnimator;
133 private final ObjectAnimator mAltCodeKeyWhileTypingFadeoutAnimator;
134 private final ObjectAnimator mAltCodeKeyWhileTypingFadeinAnimator;
280 private ObjectAnimator loadObjectAnimator(final int resId, final Object target) {
285 final ObjectAnimator animator = (ObjectAnimator)AnimatorInflater.loadAnimator(
293 private static void cancelAndStartAnimators(final ObjectAnimator animatorToCancel,
294 final ObjectAnimator animatorToStart) {
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
DessertCaseView.java 22 import android.animation.ObjectAnimator;
422 ObjectAnimator.ofFloat(v, View.SCALE_X, (float) scale),
423 ObjectAnimator.ofFloat(v, View.SCALE_Y, (float) scale)
430 ObjectAnimator.ofFloat(v, View.ROTATION, rot),
431 ObjectAnimator.ofFloat(v, View.X, i* mCellSize + (scale-1) * mCellSize /2),
432 ObjectAnimator.ofFloat(v, View.Y, j* mCellSize + (scale-1) * mCellSize /2)
  /packages/apps/Launcher2/src/com/android/launcher2/
AppWidgetResizeFrame.java 4 import android.animation.ObjectAnimator;
447 ObjectAnimator oa =
449 ObjectAnimator leftOa = LauncherAnimUtils.ofFloat(mLeftHandle, "alpha", 1.0f);
450 ObjectAnimator rightOa = LauncherAnimUtils.ofFloat(mRightHandle, "alpha", 1.0f);
451 ObjectAnimator topOa = LauncherAnimUtils.ofFloat(mTopHandle, "alpha", 1.0f);
452 ObjectAnimator bottomOa = LauncherAnimUtils.ofFloat(mBottomHandle, "alpha", 1.0f);
  /packages/apps/Launcher3/src/com/android/launcher3/
AppWidgetResizeFrame.java 4 import android.animation.ObjectAnimator;
443 ObjectAnimator oa =
445 ObjectAnimator leftOa = LauncherAnimUtils.ofFloat(mLeftHandle, "alpha", 1.0f);
446 ObjectAnimator rightOa = LauncherAnimUtils.ofFloat(mRightHandle, "alpha", 1.0f);
447 ObjectAnimator topOa = LauncherAnimUtils.ofFloat(mTopHandle, "alpha", 1.0f);
448 ObjectAnimator bottomOa = LauncherAnimUtils.ofFloat(mBottomHandle, "alpha", 1.0f);
  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
MainActivity.java 21 import android.animation.ObjectAnimator;
173 ObjectAnimator objectAnimator = ObjectAnimator.ofPropertyValuesHolder(
184 objectAnimator.addUpdateListener(new ValueAnimator.AnimatorUpdateListener() {
201 objectAnimator.addListener(new AnimatorListenerAdapter() {
211 objectAnimator.addListener(new AnimatorListenerAdapter() {
233 objectAnimator.start();
234 mCurrentTitlesAnimator = objectAnimator;
  /development/samples/devbytes/graphics/FoldingLayout/src/com/example/android/foldinglayout/
FoldingLayoutActivity.java 19 import android.animation.ObjectAnimator;
330 ObjectAnimator animator = ObjectAnimator.ofFloat(mFoldLayout, "foldFactor", foldFactor, 1);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
KeyguardUserSwitcher.java 21 import android.animation.ObjectAnimator;
54 private ObjectAnimator mBgAnimator;
159 mBgAnimator = ObjectAnimator.ofInt(mBackground, "alpha", 0, 255);
  /frameworks/support/v17/leanback/kitkat/android/support/v17/leanback/transition/
SlideKitkat.java 21 import android.animation.ObjectAnimator;
216 final ObjectAnimator anim = ObjectAnimator.ofFloat(view, property, start, end);
  /packages/apps/Browser/src/com/android/browser/
BrowserSnapshotPage.java 21 import android.animation.ObjectAnimator;
220 ObjectAnimator.ofFloat(null, View.SCALE_X, 0f, 1f),
221 ObjectAnimator.ofFloat(null, View.SCALE_Y, 0f, 1f));
TitleBar.java 21 import android.animation.ObjectAnimator;
178 mTitleBarAnimator = ObjectAnimator.ofFloat(this,
195 mTitleBarAnimator = ObjectAnimator.ofFloat(this,
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/
BaseDialogFragment.java 21 import android.animation.ObjectAnimator;
214 ObjectAnimator oa = ObjectAnimator.ofInt(mBgDrawable, "alpha", 255);
  /development/samples/devbytes/animation/ListViewExpandingCells/src/com/example/android/expandingcells/
ExpandingListView.java 22 import android.animation.ObjectAnimator;
297 animations.add(ObjectAnimator.ofFloat(view.findViewById(R.id.expanding_layout),
490 animations.add(ObjectAnimator.ofFloat(expandingLayout, View.ALPHA, 1, 0));
538 return ObjectAnimator.ofPropertyValuesHolder(view, translationTop, translationBottom);
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/banners/
SwipableOverlayView.java 10 import android.animation.ObjectAnimator;
538 ObjectAnimator.ofPropertyValuesHolder(this,
541 ObjectAnimator.ofPropertyValuesHolder(this,
544 ObjectAnimator.ofPropertyValuesHolder(this,
  /packages/apps/Dialer/src/com/android/dialer/list/
SpeedDialFragment.java 20 import android.animation.ObjectAnimator;
366 animators.add(ObjectAnimator.ofFloat(
380 animators.add(ObjectAnimator.ofFloat(
388 animators.add(ObjectAnimator.ofFloat(
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/picker/
Picker.java 22 import android.animation.ObjectAnimator;
422 ObjectAnimator anim;
425 anim = ObjectAnimator.ofFloat(view, "alpha", startAlpha, destAlpha);
428 anim = ObjectAnimator.ofFloat(view, "alpha", destAlpha);

Completed in 1824 milliseconds

1 2 3 4 5 67 8 91011