Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/animation/
H A DInterpolators.java69 public static final PathInterpolator DIM_INTERPOLATOR = field in Interpolators
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/
H A DSplitLayout.java30 import static com.android.wm.shell.animation.Interpolators.DIM_INTERPOLATOR;
616 mDismissingDimValue = DIM_INTERPOLATOR.getInterpolation(fraction); in applyDividerPosition()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/legacysplitscreen/
H A DDividerView.java23 import static com.android.wm.shell.animation.Interpolators.DIM_INTERPOLATOR;
1193 fraction = DIM_INTERPOLATOR.getInterpolation(fraction); in getDimFraction()