/packages/apps/DeskClock/src/com/android/deskclock/ |
DeskClock.java | 535 private void doDim(boolean fade) { 555 fade ? R.anim.dim 564 fade ? R.anim.undim [all...] |
/packages/apps/Gallery/res/values/ |
strings.xml | 239 <!-- Slide show transition to fade in and fade out --> 240 <item>Fade in & out</item>
|
/external/quake/quake/src/QW/progs/ |
world.qc | 339 // 11 SLOW PULSE NOT FADE TO BLACK
|
/external/quake/quake/src/QW/ |
qwchangelog.txt | 58 - Made rocket trails fade out in GL
|
qwrlnote.txt | 161 - Made rocket trails fade out in GL
|
/packages/apps/Gallery3D/src/com/cooliris/media/ |
PopupMenu.java | 103 // Fade in the menu if it is not already visible, otherwise snap to the
|
/external/webkit/SunSpider/tests/parse-only/ |
mootools-1.2.2-core-nc.js | [all...] |
concat-jquery-mootools-prototype.js | [all...] |
/external/kernel-headers/original/linux/ |
input.h | 699 __u16 fade_length; /* Duration of fade (ms) */ 700 __u16 fade_level; /* Level at end of fade */
|
/frameworks/base/docs/html/guide/topics/resources/ |
animation-resource.jd | 113 <dd>A fade-in or fade-out animation. Represents an {@link
|
/development/samples/GlobalTime/src/com/android/globaltime/ |
GlobalTime.java | 170 // Start time for clock fade animation 173 // Interpolator for clock fade animation 686 * Fade the clock in or out. [all...] |
/external/webkit/WebKit/mac/WebView/ |
WebVideoFullscreenHUDWindowController.mm | 269 if (!_mouseIsInHUD && [self playing]) // Don't fade out when paused.
|
/frameworks/base/core/java/android/widget/ |
FastScroller.java | 42 // Not implemented yet - fade-in transition
|
AbsListView.java | [all...] |
/frameworks/base/core/java/android/view/animation/ |
Animation.java | 674 * matrix. For instance, a fade animation will not affect the matrix whereas 686 * animated view. For instance, a fade animation will not affect the bounds [all...] |
/packages/apps/Phone/src/com/android/phone/ |
DTMFTwelveKeyDialer.java | 729 // TODO: add a fade-in animation if "animate" is true? 760 // TODO: add a fade-out animation if "animate" is true? [all...] |
InCallScreen.java | [all...] |
/external/quake/quake/src/WinQuake/ |
cl_main.cpp | 104 // bring the console down and fade the colors back to normal
|
/frameworks/base/opengl/libagl/ |
copybit.cpp | 366 /* and now the alpha-plane hack. This handles the "Fade" case of a
|
/frameworks/base/opengl/tests/angeles/ |
demo.c | 790 // Draw fade quad over whole window (when changing cameras).
|
/ndk/samples/san-angeles/jni/ |
demo.c | 790 // Draw fade quad over whole window (when changing cameras).
|
/packages/apps/IM/res/values-tr/ |
strings.xml | 49 <string name="menu_insert_smiley" msgid="2555290958985391105">"?fade ekle"</string>
|
/packages/apps/Music/src/com/android/music/ |
MusicPicker.java | 567 * and show the list view, doing fade animations between them.
|
/packages/apps/Mms/res/values-tr/ |
strings.xml | 292 <string name="menu_insert_smiley" msgid="4964504393061025071">"?fade ekle"</string>
|
/frameworks/base/core/java/android/webkit/ |
WebView.java | 328 fade(View.VISIBLE, 0.0f, 1.0f); method 332 fade(View.GONE, 1.0f, 0.0f); method 335 private void fade(int visibility, float startAlpha, float endAlpha) { method in class:WebView.ExtendedZoomControls [all...] |