/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/events/activity/ |
D | DismissRecentsToHomeAnimationStarted.java | 26 public final boolean animated; field in DismissRecentsToHomeAnimationStarted 28 public DismissRecentsToHomeAnimationStarted(boolean animated) { in DismissRecentsToHomeAnimationStarted() argument 29 this.animated = animated; in DismissRecentsToHomeAnimationStarted()
|
/frameworks/base/docs/html/guide/topics/resources/ |
D | complex-xml-resources.jd | 7 One example is an animated vector drawable, which is a drawable resource encapsulating a vector 16 <animated-vector xmlns:android="http://schemas.android.com/apk/res/android" 21 </animated-vector> 61 <p>There are a lot of files here just to make a single animated vector drawable! 63 animated vector drawable. If they’re only ever used for this animated vector drawable, then there is 67 Since we’re making an animated vector drawable, we put the file under <code>res/drawable/</code>.</… 75 <animated-vector xmlns:android="http://schemas.android.com/apk/res/android" 105 </animated-vector>
|
/frameworks/support/ |
D | settings.gradle | 59 include ':support-animated-vector-drawable' 60 project(':support-animated-vector-drawable').projectDir = new File(rootDir, 'graphics/drawable/anim…
|
/frameworks/support/graphics/drawable/ |
D | Android.mk | 61 LOCAL_SRC_FILES := $(call all-java-files-under, animated/src) 71 support_module_api_dir := $(LOCAL_PATH)/animated/api
|
/frameworks/support/graphics/drawable/animated/tests/src/android/support/graphics/drawable/tests/ |
D | DrawableStubActivity.java | 20 import android.support.graphics.drawable.animated.test.R;
|
/frameworks/base/core/java/android/gesture/ |
D | GestureOverlayView.java | 415 public void clear(boolean animated) { in clear() argument 416 clear(animated, false, true); in clear() 419 private void clear(boolean animated, boolean fireActionPerformed, boolean immediate) { in clear() argument 426 if (animated && mCurrentGesture != null) { in clear()
|
/frameworks/base/docs/html-intl/intl/ru/training/material/ |
D | animations.jd | 435 <animated-selector 455 </animated-selector> 470 <li>анимированный векторный элемент с элементом <code><animated-vector></code> в 509 <animated-vector xmlns:android="http://schemas.android.com/apk/res/android" 517 </animated-vector>
|
/frameworks/base/docs/html-intl/intl/zh-cn/training/material/ |
D | animations.jd | 435 <animated-selector 455 </animated-selector> 471 <code>res/drawable/</code> 中拥有 <code><animated-vector></code> 元素且已添加动画的矢量图片</li> 509 <animated-vector xmlns:android="http://schemas.android.com/apk/res/android" 517 </animated-vector>
|
/frameworks/base/docs/html-intl/intl/zh-tw/training/material/ |
D | animations.jd | 435 <animated-selector 455 </animated-selector> 470 <li>在 <code>res/drawable/</code> 中包含 <code><animated-vector></code> 元素的可動矢量可繪 509 <animated-vector xmlns:android="http://schemas.android.com/apk/res/android" 517 </animated-vector>
|
/frameworks/base/docs/html-intl/intl/ja/training/material/ |
D | animations.jd | 435 <animated-selector 455 </animated-selector> 471 <code><animated-vector></code> 要素を持つ AnimatedVectorDrawable の xml ファイル</li> 509 <animated-vector xmlns:android="http://schemas.android.com/apk/res/android" 517 </animated-vector>
|
/frameworks/base/docs/html-intl/intl/ko/training/material/ |
D | animations.jd | 435 <animated-selector 455 </animated-selector> 471 <code>res/drawable/</code>의 <code><animated-vector></code> 요소를 가진 애니메이트된 벡터 드로어블</li> 509 <animated-vector xmlns:android="http://schemas.android.com/apk/res/android" 517 </animated-vector>
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | ActivatableNotificationView.java | 461 public void setTintColor(int color, boolean animated) { in setTintColor() argument 463 updateBackgroundTint(animated); in setTintColor() 470 private void updateBackgroundTint(boolean animated) { in updateBackgroundTint() argument 478 if (!animated) { in updateBackgroundTint()
|
D | ExpandableView.java | 201 public void setHideSensitive(boolean hideSensitive, boolean animated, long delay, in setHideSensitive() argument
|
/frameworks/base/docs/html/training/material/ |
D | animations.jd | 440 <animated-selector 460 </animated-selector> 470 <p>You normally define animated vector drawables in three XML files:</p> 475 <li>An animated vector drawable with the <code><animated-vector></code> element in 509 <p>The animated vector drawable definition refers to the groups and paths in the vector drawable 514 <animated-vector xmlns:android="http://schemas.android.com/apk/res/android" 522 </animated-vector>
|
/frameworks/base/docs/html/topic/instant-apps/ |
D | index.jd | 92 data-anim="/images/topic/instant-apps/s3-BandH-animated.gif"> 103 data-anim="/images/topic/instant-apps/s3-BuzzFeed-animated.gif"> 114 data-anim="/images/topic/instant-apps/s3-ParkandPay-animated.gif">
|
/frameworks/base/docs/html/guide/topics/graphics/ |
D | prop-animation.jd | 93 hypothetical object that is animated with its <code>x</code> property, which represents its 125 animated. For example, in Figure 2, the {@link android.animation.TimeInterpolator} used would be 178 View was drawn, and not the actual View itself. For instance, if you animated a button to move 219 property to be animated. It has all of the core functionality that calculates animation 222 types to evaluate. There are two pieces to animating properties: calculating the animated 223 values and setting those values on the object and property that is being animated. {@link 256 class, the animation's start and end value, and calculate the animated values of the property 291 to compute the object property's animated values. You can also specify a custom {@link 431 because the animated property updates automatically.</p> 482 updated animated values. You do this in the [all …]
|
/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
D | PasswordTextView.java | 271 public void reset(boolean animated, boolean announce) { in reset() argument 279 if (animated) { in reset() 297 if (!animated) { in reset()
|
/frameworks/support/graphics/drawable/animated/ |
D | build.gradle | 3 archivesBaseName = 'animated-vector-drawable'
|
/frameworks/base/docs/html/distribute/googleplay/ |
D | cast.jd | 38 <li>While content is loading, provide animated loading indicators and use transitions
|
/frameworks/support/v7/appcompat/ |
D | build.gradle | 8 compile project(':support-animated-vector-drawable')
|
/frameworks/base/docs/html/training/animation/ |
D | layout.jd | 76 and the items are animated automatically:
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/tv/ |
D | RecentsTvActivity.java | 277 boolean dismissRecentsToHomeIfVisible(boolean animated) { in dismissRecentsToHomeIfVisible() argument 281 dismissRecentsToHome(animated); in dismissRecentsToHomeIfVisible()
|
/frameworks/base/docs/html-intl/intl/in/training/material/ |
D | animations.jd | 435 <animated-selector 455 </animated-selector> 470 <li>Drawable vektor animasi dengan elemen <code><animated-vector></code> dalam 509 <animated-vector xmlns:android="http://schemas.android.com/apk/res/android" 517 </animated-vector>
|
/frameworks/base/docs/html/training/maps/ |
D | index.jd | 32 and hybrid maps; vector-based tiles for efficient caching and drawing; animated transitions; and
|
/frameworks/base/docs/html/training/graphics/opengl/ |
D | index.jd | 37 animated graphics that are limited only by your imagination and can also benefit from the
|