Home
last modified time | relevance | path

Searched refs:animated (Results 1 – 25 of 52) sorted by relevance

123

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/events/activity/
DDismissRecentsToHomeAnimationStarted.java26 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/
Dcomplex-xml-resources.jd7 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 &lt;animated-vector xmlns:android="http://schemas.android.com/apk/res/android"
105 &lt;/animated-vector&gt;
/frameworks/support/
Dsettings.gradle59 include ':support-animated-vector-drawable'
60 project(':support-animated-vector-drawable').projectDir = new File(rootDir, 'graphics/drawable/anim…
/frameworks/support/graphics/drawable/
DAndroid.mk61 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/
DDrawableStubActivity.java20 import android.support.graphics.drawable.animated.test.R;
/frameworks/base/core/java/android/gesture/
DGestureOverlayView.java415 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/
Danimations.jd435 &lt;animated-selector
455 &lt;/animated-selector>
470 <li>анимированный векторный элемент с элементом <code>&lt;animated-vector&gt;</code> в
509 &lt;animated-vector xmlns:android="http://schemas.android.com/apk/res/android"
517 &lt;/animated-vector>
/frameworks/base/docs/html-intl/intl/zh-cn/training/material/
Danimations.jd435 &lt;animated-selector
455 &lt;/animated-selector>
471 <code>res/drawable/</code> 中拥有 <code>&lt;animated-vector&gt;</code> 元素且已添加动画的矢量图片</li>
509 &lt;animated-vector xmlns:android="http://schemas.android.com/apk/res/android"
517 &lt;/animated-vector>
/frameworks/base/docs/html-intl/intl/zh-tw/training/material/
Danimations.jd435 &lt;animated-selector
455 &lt;/animated-selector>
470 <li>在 <code>res/drawable/</code> 中包含 <code>&lt;animated-vector&gt;</code> 元素的可動矢量可繪
509 &lt;animated-vector xmlns:android="http://schemas.android.com/apk/res/android"
517 &lt;/animated-vector>
/frameworks/base/docs/html-intl/intl/ja/training/material/
Danimations.jd435 &lt;animated-selector
455 &lt;/animated-selector>
471 <code>&lt;animated-vector&gt;</code> 要素を持つ AnimatedVectorDrawable の xml ファイル</li>
509 &lt;animated-vector xmlns:android="http://schemas.android.com/apk/res/android"
517 &lt;/animated-vector>
/frameworks/base/docs/html-intl/intl/ko/training/material/
Danimations.jd435 &lt;animated-selector
455 &lt;/animated-selector>
471 <code>res/drawable/</code>의 <code>&lt;animated-vector&gt;</code> 요소를 가진 애니메이트된 벡터 드로어블</li>
509 &lt;animated-vector xmlns:android="http://schemas.android.com/apk/res/android"
517 &lt;/animated-vector>
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DActivatableNotificationView.java461 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()
DExpandableView.java201 public void setHideSensitive(boolean hideSensitive, boolean animated, long delay, in setHideSensitive() argument
/frameworks/base/docs/html/training/material/
Danimations.jd440 &lt;animated-selector
460 &lt;/animated-selector>
470 <p>You normally define animated vector drawables in three XML files:</p>
475 <li>An animated vector drawable with the <code>&lt;animated-vector&gt;</code> element in
509 <p>The animated vector drawable definition refers to the groups and paths in the vector drawable
514 &lt;animated-vector xmlns:android="http://schemas.android.com/apk/res/android"
522 &lt;/animated-vector>
/frameworks/base/docs/html/topic/instant-apps/
Dindex.jd92 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/
Dprop-animation.jd93 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/
DPasswordTextView.java271 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/
Dbuild.gradle3 archivesBaseName = 'animated-vector-drawable'
/frameworks/base/docs/html/distribute/googleplay/
Dcast.jd38 <li>While content is loading, provide animated loading indicators and use transitions
/frameworks/support/v7/appcompat/
Dbuild.gradle8 compile project(':support-animated-vector-drawable')
/frameworks/base/docs/html/training/animation/
Dlayout.jd76 and the items are animated automatically:
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/tv/
DRecentsTvActivity.java277 boolean dismissRecentsToHomeIfVisible(boolean animated) { in dismissRecentsToHomeIfVisible() argument
281 dismissRecentsToHome(animated); in dismissRecentsToHomeIfVisible()
/frameworks/base/docs/html-intl/intl/in/training/material/
Danimations.jd435 &lt;animated-selector
455 &lt;/animated-selector>
470 <li>Drawable vektor animasi dengan elemen <code>&lt;animated-vector&gt;</code> dalam
509 &lt;animated-vector xmlns:android="http://schemas.android.com/apk/res/android"
517 &lt;/animated-vector>
/frameworks/base/docs/html/training/maps/
Dindex.jd32 and hybrid maps; vector-based tiles for efficient caching and drawing; animated transitions; and
/frameworks/base/docs/html/training/graphics/opengl/
Dindex.jd37 animated graphics that are limited only by your imagination and can also benefit from the

123