HomeSort by relevance Sort by last modified time
    Searched defs:animateHeight (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
AnimationFilter.java 35 boolean animateHeight;
77 public AnimationFilter animateHeight() {
78 animateHeight = true;
144 animateHeight |= filter.animateHeight;
160 animateHeight = false;
  /external/skia/tools/viewer/
Viewer.cpp 907 int animateHeight = (int)(fAnimateTimes[i] * kPixelPerMS + 0.5);
921 endY = startY - animateHeight;
    [all...]

Completed in 479 milliseconds