Home
last modified time | relevance | path

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

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DKeyguardPatternView.java407 long duration, float translationY, final boolean appearing, in createAnimation() argument
411 1f, appearing ? 1f : 0f, /* alpha */ in createAnimation()
412 appearing ? translationY : 0f, appearing ? 0f : translationY, /* translation */ in createAnimation()
413 appearing ? 0f : 1f, 1f /* scale */, in createAnimation()
418 appearing, interpolator, null); in createAnimation()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/animation/
DAppearAnimationUtils.java185 boolean appearing, Interpolator interpolator, final Runnable endRunnable) { in createAnimation() argument
187 view.setAlpha(appearing ? 0f : 1.0f); in createAnimation()
188 view.setTranslationY(appearing ? translationY : 0); in createAnimation()
190 float targetAlpha = appearing ? 1f : 0f; in createAnimation()
220 startTranslationYAnimation(view, delay, duration, appearing ? 0 : translationY, in createAnimation()
DAppearAnimationCreator.java27 float translationY, boolean appearing, Interpolator interpolator, in createAnimation() argument
/frameworks/base/docs/html/tools/performance/profile-gpu-rendering/
Dindex.jd111 <li>As you interact with your application, vertical bars show up on your screen, appearing
/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/tools/projects/
Dprojects-cmdline.jd253 uniformly without "holes". References appearing in the index after a hole are ignored.</p>
/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/training/tv/start/
Dhardware.jd189 devices or appearing in the Android TV home screen launcher.
/frameworks/base/docs/html/guide/topics/manifest/
Dapplication-element.jd439 number of action items appearing in the action bar at the top of the screen, the action bar is
Dactivity-element.jd987 number of action items appearing in the action bar at the top of the screen, the action bar is
/frameworks/base/docs/html/ndk/reference/
Dgroup___native_activity.jd348 <p>Treat the content of the window as secure, preventing it from appearing in screenshots or from b…
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DGSMPhoneTest.java.broken765 // This happens when a call terminated before ever appearing in a
/frameworks/base/docs/html/guide/topics/connectivity/nfc/
Dnfc.jd79 prevent the Activity Chooser from appearing.</p>