Home
last modified time | relevance | path

Searched refs:DIM_INTERPOLATOR (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/animation/
DInterpolators.java96 public static final PathInterpolator DIM_INTERPOLATOR = field in Interpolators
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/
DSplitLayout.java29 import static com.android.wm.shell.animation.Interpolators.DIM_INTERPOLATOR;
1011 mDismissingDimValue = DIM_INTERPOLATOR.getInterpolation(fraction); in applyDividerPosition()