Home
last modified time | relevance | path

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

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DAppearAnimationUtils.java172 boolean appearing, Interpolator interpolator, Runnable endRunnable) { in createAnimation() argument
174 view.setAlpha(appearing ? 0f : 1.0f); in createAnimation()
175 view.setTranslationY(appearing ? translationY : 0); in createAnimation()
177 .alpha(appearing ? 1f : 0f) in createAnimation()
178 .translationY(appearing ? 0 : translationY) in createAnimation()
DKeyguardPatternView.java368 long duration, float translationY, final boolean appearing, in createAnimation() argument
371 if (appearing) { in createAnimation()
375 animatedCell.translateY = appearing ? translationY : 0; in createAnimation()
377 appearing ? 0 : translationY); in createAnimation()
385 if (appearing) { in createAnimation()
404 appearing, interpolator, null); in createAnimation()
DAppearAnimationCreator.java28 float translationY, boolean appearing, Interpolator interpolator, in createAnimation() argument
/frameworks/base/docs/html/distribute/monetize/
Dads.jd89 block</a> certain of those advertisements from appearing, depending on
/frameworks/base/docs/html/training/custom-views/
Dmaking-interactive.jd257 instead of appearing and
/frameworks/base/docs/html/guide/topics/graphics/
Dprop-animation.jd612 android.animation.LayoutTransition} class. Views inside a ViewGroup can go through an appearing
624 appearing in the container.</li>
627 changing due to a new item appearing in the container.</li>
/frameworks/base/docs/html/design/patterns/
Dnavigation.jd140 <p><em>Pop-up notifications</em> bypass the notification drawer, instead appearing directly in
Dnotifications.jd187 appearing on top of an
/frameworks/base/docs/html/tools/projects/
Dprojects-cmdline.jd253 uniformly without "holes". References appearing in the index after a hole are ignored.</p>
/frameworks/base/docs/html/training/tv/start/
Dhardware.jd189 devices or appearing in the Android TV home screen launcher.
/frameworks/base/docs/html/guide/topics/manifest/
Dapplication-element.jd438 number of action items appearing in the action bar at the top of the screen, the action bar is
Dactivity-element.jd986 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/connectivity/nfc/
Dnfc.jd79 prevent the Activity Chooser from appearing.</p>