Home
last modified time | relevance | path

Searched refs:appearing (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
DChoreographer.java57 void createAnimation(boolean appearing) { in createAnimation() argument
63 if (appearing) { in createAnimation()
75 posAnim.setInterpolator(appearing in createAnimation()
78 posAnim.setDuration(appearing ? OPEN_DURATION : CLOSE_DURATION); in createAnimation()
81 mContentView.getAlpha(), appearing ? 1.0f : 0.0f); in createAnimation()
82 glowAnim.setInterpolator(appearing in createAnimation()
85 glowAnim.setDuration(appearing ? OPEN_DURATION : CLOSE_DURATION); in createAnimation()
91 mContentView.getAlpha(), appearing ? 1.0f : 0.0f); in createAnimation()
92 noRecentAppsFadeAnim.setInterpolator(appearing in createAnimation()
95 noRecentAppsFadeAnim.setDuration(appearing ? OPEN_DURATION : CLOSE_DURATION); in createAnimation()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
DNotificationPanel.java367 void createAnimation(boolean appearing) { in createAnimation() argument
375 if (appearing) { in createAnimation()
390 posAnim.setInterpolator(appearing ? sDecelerateInterpolator : sAccelerateInterpolator); in createAnimation()
397 appearing ? 1.0f : 0.0f); in createAnimation()
398 fadeAnim.setInterpolator(appearing ? sAccelerateInterpolator : sDecelerateInterpolator); in createAnimation()
405 mContentAnim.setDuration((DEBUG?10:1)*(appearing ? OPEN_DURATION : CLOSE_DURATION)); in createAnimation()
409 void startAnimation(boolean appearing) { in startAnimation() argument
410 if (DEBUG) Slog.d(TAG, "startAnimation(appearing=" + appearing + ")"); in startAnimation()
412 createAnimation(appearing); in startAnimation()
415 mVisible = appearing; in startAnimation()
/frameworks/base/docs/html/guide/topics/graphics/
Dprop-animation.jd588 android.animation.LayoutTransition} class. Views inside a ViewGroup can go through an appearing
600 appearing in the container.</li>
603 changing due to a new item appearing in the container.</li>
/frameworks/base/docs/html/guide/developing/projects/
Dprojects-cmdline.jd253 uniformly without "holes". References appearing in the index after a hole are ignored.</p>
/frameworks/base/docs/html/guide/topics/manifest/
Dapplication-element.jd295 number of action items appearing in the action bar at the top of the screen, the action bar is
Dactivity-element.jd774 number of action items appearing in the action bar at the top of the screen, the action bar is
/frameworks/base/docs/html/guide/topics/nfc/
Dnfc.jd79 prevent the Activity Chooser from appearing.</p>