/packages/apps/Phone/res/anim/ |
touch_lock_fade_in.xml | 17 <!-- Fade-in animation for the in-call "touch lock" overlay. 20 a smooth fade from "invisible" to "semi-transparent".)
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
TouchPaint.java | 42 /** Used as a pulse to gradually fade the contents of the window. */ 50 /** How often to fade the contents of the window (in ms). */ 74 menu.add(0, FADE_ID, 0, "Fade").setCheckable(true); 104 // to run pulse to fade the contents. 125 * Start up the pulse to fade the screen, clearing any existing pulse to 135 * Stop the pulse to fade the screen. 144 // Upon receiving the fade pulse, we have the view perform a 145 // fade and then enqueue a new message to pulse at the desired 148 mView.fade(); 194 public void fade() { method in class:TouchPaint.MyView [all...] |
/frameworks/base/core/java/android/widget/ |
ZoomControls.java | 83 fade(View.VISIBLE, 0.0f, 1.0f); method 87 fade(View.GONE, 1.0f, 0.0f); method 90 private void fade(int visibility, float startAlpha, float endAlpha) { method in class:ZoomControls
|
/development/samples/ApiDemos/res/anim/ |
layout_grid_fade.xml | 20 android:animation="@anim/fade" />
|
layout_grid_inverse_fade.xml | 21 android:animation="@anim/fade" />
|
layout_random_fade.xml | 20 android:animation="@anim/fade" />
|
/external/webkit/WebCore/manual-tests/animation/ |
transitions-and-paused-animations.html | 28 -webkit-animation: fade 1s infinite linear alternate; 35 @-webkit-keyframes fade {
|
/external/webkit/WebCore/manual-tests/ |
transitions.html | 31 {className:"green", description:"instantly change into a rectangle and fade from yellow to green over 5 seconds"}, 36 {className:"green", description:"instantly change into a yellow rectangle and fade from yellow to green over 5 seconds"},
|
animate-none.html | 110 -webkit-animation-name: 'fade', 'sway6'; 126 @-webkit-keyframes 'fade' { 202 will set the animation-name on the fade to 'none'. The other
|
/frameworks/base/docs/html/resources/articles/ |
listview-backgrounds.jd | 20 <p>The fade effect is implemented using a combination of 32 <img style="margin-right: 12px;" src="images/list_fade_2.png" alt="Dark fade"> 37 earlier that the fade effect is implemented using a Porter-Duff blending mode. 80 <div style="text-align: center;"><img src="images/list_fade_4.png" alt="Fade on a custom background"></div> 82 <p>As you can see, the fade works perfectly against the custom wooden
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
TransitionDrawable.java | 24 * An extension of LayerDrawables that is intended to cross-fade between 212 * Enables or disables the cross fade of the drawables. When cross fade 214 * fade enabled, the first drawable is drawn with the opposite alpha of 224 * Indicates whether the cross fade is enabled for this transition.
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
Animation.java | 57 // Supply a custom animation. This one will just fade the new 61 overridePendingTransition(R.anim.fade, R.anim.hold);
|
/frameworks/base/core/java/android/view/ |
ViewConfiguration.java | 34 * Duration of the fade when scrollbars fade away in milliseconds 39 * Default delay before the scrollbars fade in milliseconds 243 * @return Duration of the fade when scrollbars fade away in milliseconds 250 * @return Default delay before the scrollbars fade in milliseconds
|
View.java | 6851 final Shader fade = scrollabilityCache.shader; local [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
Animation2.java | 86 "Push up", "Push left", "Cross fade", "Hyperspace"};
|
/external/webkit/WebCore/platform/graphics/mac/ |
WebTiledLayer.mm | 40 // Set a zero duration for the fade in of tiles
|
/frameworks/base/core/java/android/appwidget/ |
AppWidgetHostView.java | 79 * Create a host view. Uses default fade animations. 179 // we just won't do the fade 253 // the new view will pop in on top of the old one during the cross fade,
|
/frameworks/base/core/java/android/view/animation/ |
AnimationUtils.java | 186 * Make an animation for objects becoming visible. Uses a slide and fade 207 * Make an animation for objects becoming invisible. Uses a slide and fade 229 * Make an animation for objects becoming visible. Uses a slide up and fade
|
/packages/apps/Email/res/layout/ |
message_view.xml | 35 <!-- Note, height is 2+35+0. There is a 4pixel fade on top of header image -->
|
/packages/wallpapers/MusicVisualization/res/raw/ |
waveform.rs | 82 // fade waveform to 0
|
many.rs | 174 // fade waveform to 0
|
/packages/apps/Gallery3D/src/com/cooliris/media/ |
StringTexture.java | 202 // Fade the right edge of the string if the text overflows. TODO: 203 // BIDI text should fade on the left.
|
/packages/apps/Calendar/src/com/android/calendar/ |
AgendaAdapter.java | 78 // Fade text if event was declined.
|
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/ |
SDL_QuartzVideo.m | 385 Do this first to avoid trash on the display before fade 431 /* Fade to black to hide resolution-switching flicker (and garbage 610 /* Fade in again (asynchronously) */ 670 /* Fade to black to hide resolution-switching flicker (and garbage 844 /* Fade in again (asynchronously) if we came from a fullscreen mode and faded to black */ [all...] |
/external/webkit/WebCore/rendering/ |
RenderMedia.cpp | 432 // Don't fade for audio controls. 437 // Don't fade if the media element is not visible
|