HomeSort by relevance Sort by last modified time
    Searched full:objectanimator (Results 601 - 625 of 798) sorted by null

<<21222324252627282930>>

  /frameworks/base/docs/html-intl/intl/in/training/material/
animations.jd 373 <p>Kelas {@link android.animation.ObjectAnimator} memiliki konstruktor-konstruktor baru yang memungkinkan Anda menganimasikan
378 ObjectAnimator mAnimator;
379 mAnimator = ObjectAnimator.ofFloat(view, View.X, View.Y, path);
396 &lt;objectAnimator android:propertyName="translationZ"
400 &lt;!-- you could have other objectAnimator elements
408 &lt;objectAnimator android:propertyName="translationZ"
472 <li>Satu atau beberapa animator objek dengan elemen <code>&lt;objectAnimator&gt;</code> dalam
520 <p>Definisi animasi menyatakan objek {@link android.animation.ObjectAnimator} atau {@link
526 &lt;objectAnimator
540 &lt;objectAnimator
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/
Utils.java 21 import android.animation.ObjectAnimator;
255 ObjectAnimator.ofFloat(mSaverView, "alpha", 0f, 1f)
260 Animator xMove = ObjectAnimator.ofFloat(mSaverView,
262 Animator yMove = ObjectAnimator.ofFloat(mSaverView,
265 Animator xShrink = ObjectAnimator.ofFloat(mSaverView, "scaleX", 1f, 0.85f);
266 Animator xGrow = ObjectAnimator.ofFloat(mSaverView, "scaleX", 0.85f, 1f);
268 Animator yShrink = ObjectAnimator.ofFloat(mSaverView, "scaleY", 1f, 0.85f);
269 Animator yGrow = ObjectAnimator.ofFloat(mSaverView, "scaleY", 0.85f, 1f);
273 Animator fadeout = ObjectAnimator.ofFloat(mSaverView, "alpha", 1f, 0f);
274 Animator fadein = ObjectAnimator.ofFloat(mSaverView, "alpha", 0f, 1f)
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
MainKeyboardView.java 20 import android.animation.ObjectAnimator;
123 private ObjectAnimator mLanguageOnSpacebarFadeoutAnimator;
137 private final ObjectAnimator mAltCodeKeyWhileTypingFadeoutAnimator;
138 private final ObjectAnimator mAltCodeKeyWhileTypingFadeinAnimator;
284 private ObjectAnimator loadObjectAnimator(final int resId, final Object target) {
289 final ObjectAnimator animator = (ObjectAnimator)AnimatorInflater.loadAnimator(
297 private static void cancelAndStartAnimators(final ObjectAnimator animatorToCancel,
298 final ObjectAnimator animatorToStart) {
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
DessertCaseView.java 22 import android.animation.ObjectAnimator;
429 ObjectAnimator.ofFloat(v, View.SCALE_X, (float) scale),
430 ObjectAnimator.ofFloat(v, View.SCALE_Y, (float) scale)
437 ObjectAnimator.ofFloat(v, View.ROTATION, rot),
438 ObjectAnimator.ofFloat(v, View.X, i* mCellSize + (scale-1) * mCellSize /2),
439 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;
459 ObjectAnimator oa =
461 ObjectAnimator leftOa = LauncherAnimUtils.ofFloat(mLeftHandle, "alpha", 1.0f);
462 ObjectAnimator rightOa = LauncherAnimUtils.ofFloat(mRightHandle, "alpha", 1.0f);
463 ObjectAnimator topOa = LauncherAnimUtils.ofFloat(mTopHandle, "alpha", 1.0f);
464 ObjectAnimator bottomOa = LauncherAnimUtils.ofFloat(mBottomHandle, "alpha", 1.0f);
FastBitmapDrawable.java 20 import android.animation.ObjectAnimator;
183 ObjectAnimator
185 ObjectAnimator
  /frameworks/base/core/java/android/animation/
AnimationHandler.java 205 void autoCancelBasedOn(ObjectAnimator objectAnimator) {
211 if (objectAnimator.shouldAutoCancel(cb)) {
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/animation/
AppearAnimationUtils.java 21 import android.animation.ObjectAnimator;
197 alphaAnim = ObjectAnimator.ofFloat(view, View.ALPHA, view.getAlpha(), targetAlpha);
234 translationAnim = ObjectAnimator.ofFloat(view, View.TRANSLATION_Y,
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
KeyguardUserSwitcher.java 21 import android.animation.ObjectAnimator;
54 private ObjectAnimator mBgAnimator;
171 mBgAnimator = ObjectAnimator.ofInt(mBackground, "alpha", 0, 255);
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
AnimatedVectorDrawable_Delegate.java 27 import android.animation.ObjectAnimator;
68 ObjectAnimator animator = new ObjectAnimator();
  /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);
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
StreamingTextView.java 17 import android.animation.ObjectAnimator;
78 private ObjectAnimator mStreamingAnimation;
173 mStreamingAnimation = new ObjectAnimator();
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ConversationTipView.java 19 import android.animation.ObjectAnimator;
243 final ObjectAnimator heightAnimator =
244 ObjectAnimator.ofInt(this, "animatedHeight", start, end);
  /frameworks/base/packages/SystemUI/res/anim/
progress_indeterminate_horizontal_rect1_scale.xml 20 <objectAnimator
progress_indeterminate_horizontal_rect1_translate.xml 20 <objectAnimator
ic_hotspot_disable_animation_mask.xml 20 <objectAnimator
27 <objectAnimator
  /frameworks/base/tests/VectorDrawableTest/res/anim/
animation_linear_progress_bar_rect1_scale.xml 20 <objectAnimator
animation_linear_progress_bar_rect1_translate.xml 20 <objectAnimator
ic_rotate_2_portrait_v2_animation_device_2.xml 16 <objectAnimator
  /packages/apps/Settings/src/com/android/settings/fingerprint/
FingerprintEnrollEnrolling.java 21 import android.animation.ObjectAnimator;
78 private ObjectAnimator mProgressAnim;
199 ObjectAnimator anim = ObjectAnimator.ofInt(mProgressBar, "progress",
  /packages/screensavers/WebView/src/com/android/dreams/web/
Screensaver.java 21 import android.animation.ObjectAnimator;
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
CustomEvaluator.java 21 import android.animation.ObjectAnimator;
129 bounceAnim = ObjectAnimator.ofObject(ballHolder, "xY",
  /frameworks/base/core/java/com/android/internal/app/
PlatLogoActivity.java 20 import android.animation.ObjectAnimator;
113 ObjectAnimator.ofInt(overlay, "alpha", 0, 255)
  /frameworks/base/docs/html/guide/topics/resources/
complex-xml-resources.jd 53 &lt;objectAnimator xmlns:android="http://schemas.android.com/apk/android"
104 &lt;objectAnimator

Completed in 953 milliseconds

<<21222324252627282930>>