Searched defs:BACK_GESTURE (Results 1 – 6 of 6) sorted by relevance
106 public static final Interpolator BACK_GESTURE = new BackGestureInterpolator(); field in Interpolators
45 public static final int BACK_GESTURE = 16; field in Classifier
74 private static final Interpolator BACK_GESTURE = new BackGestureInterpolator(); field in ImeBackAnimationControllerTest
266 public static final Interpolator BACK_GESTURE = new PathInterpolator(0.1f, 0.1f, 0f, 1f); field in Interpolators
272 public static final Interpolator BACK_GESTURE = new PathInterpolator(0.1f, 0.1f, 0f, 1f); field in InterpolatorsAndroidX
54 private static final Interpolator BACK_GESTURE = new BackGestureInterpolator(); field in ImeBackAnimationController