HomeSort by relevance Sort by last modified time
    Searched full:fade_in (Results 1 - 25 of 80) sorted by null

1 2 3 4

  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
AnimationUtilsTest.java 27 Animation anim = AnimationUtils.loadAnimation(new Activity(), R.anim.fade_in);
28 assertThat(Robolectric.shadowOf(anim).getLoadedFromResourceId(), equalTo(R.anim.fade_in));
AnimationTest.java 127 shadow.setLoadedFromResourceId(R.anim.fade_in);
128 assertThat(shadow.getLoadedFromResourceId(), equalTo(R.anim.fade_in));
  /development/samples/ApiDemos/res/transition/
changebounds_fadein_together.xml 18 <fade android:fadingMode="fade_in" >
  /development/samples/Home/res/anim/
show_applications.xml 21 android:animation="@anim/fade_in" />
grid_entry.xml 3 /* //device/apps/common/res/anim/fade_in.xml
  /frameworks/base/core/res/res/anim/
fade_in.xml 3 /* //device/apps/common/res/anim/fade_in.xml
fast_fade_in.xml 3 /* //device/apps/common/res/anim/fade_in.xml
input_method_extract_enter.xml 3 /* //device/apps/common/res/anim/fade_in.xml
slow_fade_in.xml 3 /* //device/apps/common/res/anim/fade_in.xml
toast_enter.xml 3 /* //device/apps/common/res/anim/fade_in.xml
grow_fade_in.xml 3 /* //device/apps/common/res/anim/fade_in.xml
grow_fade_in_center.xml 3 /* //device/apps/common/res/anim/fade_in.xml
grow_fade_in_from_bottom.xml 3 /* //device/apps/common/res/anim/fade_in.xml
input_method_enter.xml 3 /* //device/apps/common/res/anim/fade_in.xml
input_method_fancy_enter.xml 3 /* //device/apps/common/res/anim/fade_in.xml
  /packages/apps/Gallery/res/anim/
transition_in.xml 3 /* //device/apps/common/res/anim/fade_in.xml
  /external/chromium/chrome/browser/ui/views/bubble/
bubble.cc 175 bool fade_in = delegate_ && delegate_->FadeInOnShow(); local
176 if (fade_in)
183 if (fade_in) {
272 if (fade_in)
340 Fade(true); // |fade_in|.
354 Fade(false); // |fade_in|.
357 void Bubble::Fade(bool fade_in) {
362 animation_->Reset(fade_in ? 0.0 : 1.0);
363 if (fade_in)
  /packages/apps/LegacyCamera/res/anim/
setting_popup_grow_fade_in.xml 3 /* //device/apps/common/res/anim/fade_in.xml
  /packages/apps/LegacyCamera/res/anim-sw600dp/
setting_popup_grow_fade_in.xml 3 /* //device/apps/common/res/anim/fade_in.xml
  /developers/samples/android/ui/views/TextSwitcher/TextSwitcher/src/main/java/com/example/android/ui/views/textswitcher/
MainActivity.java 56 * Set the in and out animations. Using the fade_in/out animations
60 android.R.anim.fade_in);
  /development/samples/ApiDemos/src/com/example/android/apis/view/
TextSwitcher1.java 52 android.R.anim.fade_in);
Animation2.java 69 android.R.anim.fade_in));
  /external/chromium_org/ash/wm/workspace/
desktop_background_fade_controller.h 42 FADE_IN,
  /frameworks/base/tests/HwAccelerationTest/res/layout/
widget.xml 41 android:inAnimation="@anim/fade_in"
  /external/chromium_org/ui/views/bubble/
bubble_delegate.cc 262 void BubbleDelegateView::StartFade(bool fade_in) {
267 if (fade_in)
274 fade_animation_->Reset(fade_in ? 0.0 : 1.0);
275 if (fade_in) {

Completed in 345 milliseconds

1 2 3 4