HomeSort by relevance Sort by last modified time
    Searched full:slidein (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/pdf/
thumbnail_control.h 30 void SlideIn();
thumbnail_control.cc 121 void ThumbnailControl::SlideIn() {
instance.cc 441 thumbnails_.SlideIn();
    [all...]
  /external/chromium_org/tools/perf/page_sets/page_cycler/
dhtml.py 39 'file://../../../../data/page_cycler/dhtml/slidein/',
  /frameworks/base/core/java/android/widget/
StackView.java 258 ObjectAnimator slideIn = ObjectAnimator.ofPropertyValuesHolder(animationSlider,
260 slideIn.setDuration(duration);
261 slideIn.setInterpolator(new LinearInterpolator());
262 ((StackFrame) view).setSliderAnimator(slideIn);
263 slideIn.start();
    [all...]
FastScroller.java 844 final Animator slideIn = groupAnimatorOfFloat(
848 mDecorAnimation.playTogether(fadeIn, fadeOut, slideIn);
865 final Animator slideIn = groupAnimatorOfFloat(
869 mDecorAnimation.playTogether(fadeIn, slideIn);
    [all...]

Completed in 150 milliseconds