Searched refs:appearing (Results 1 – 7 of 7) sorted by relevance
57 void createAnimation(boolean appearing) { in createAnimation() argument63 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 …]
367 void createAnimation(boolean appearing) { in createAnimation() argument375 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() argument410 if (DEBUG) Slog.d(TAG, "startAnimation(appearing=" + appearing + ")"); in startAnimation()412 createAnimation(appearing); in startAnimation()415 mVisible = appearing; in startAnimation()
588 android.animation.LayoutTransition} class. Views inside a ViewGroup can go through an appearing600 appearing in the container.</li>603 changing due to a new item appearing in the container.</li>
253 uniformly without "holes". References appearing in the index after a hole are ignored.</p>
295 number of action items appearing in the action bar at the top of the screen, the action bar is
774 number of action items appearing in the action bar at the top of the screen, the action bar is
79 prevent the Activity Chooser from appearing.</p>