Searched refs:ZOOM_OUT (Results 1 – 8 of 8) sorted by relevance
48 ZOOM_OUT = 1019, enumConstant
218 return DECELERATE_3.getInterpolation(1 - ZOOM_OUT.getInterpolation(1 - v));222 public static final Interpolator ZOOM_OUT = new Interpolator() { field in Interpolators
224 return DECELERATE_3.getInterpolation(1 - ZOOM_OUT.getInterpolation(1 - v));228 public static final Interpolator ZOOM_OUT = new Interpolator() { field in InterpolatorsAndroidX
132 key 419 ZOOM_OUT
378 key 419 ZOOM_OUT
204 DEFINE_KEYCODE(ZOOM_OUT), \
144 public static final int TYPE_ZOOM_OUT = PointerIconType.ZOOM_OUT;
1263 TYPE_ZOOM_OUT = static_cast<int32_t>(::android::os::PointerIconType::ZOOM_OUT),