HomeSort by relevance Sort by last modified time
    Searched refs:sLinearInterpolator (Results 1 - 3 of 3) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/
SwipeHelper.java 47 private static LinearInterpolator sLinearInterpolator = new LinearInterpolator();
283 anim.setInterpolator(sLinearInterpolator);
  /packages/apps/DeskClock/src/com/android/deskclock/widget/swipeablelistview/
SwipeHelper.java 50 private static LinearInterpolator sLinearInterpolator = new LinearInterpolator();
133 anim.setInterpolator(sLinearInterpolator);
  /frameworks/base/core/java/android/widget/
AbsListView.java 676 static final Interpolator sLinearInterpolator = new LinearInterpolator();
    [all...]

Completed in 168 milliseconds