Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/display/
DPreviewPagerAdapter.java46 private static final Interpolator FADE_OUT_INTERPOLATOR = new AccelerateInterpolator(); field in PreviewPagerAdapter
157 : FADE_OUT_INTERPOLATOR); in setVisibility()
175 .setInterpolator(FADE_OUT_INTERPOLATOR) in setVisibility()
/packages/apps/Settings/src/com/android/settings/display/
DPreviewPagerAdapter.java46 private static final Interpolator FADE_OUT_INTERPOLATOR = new AccelerateInterpolator(); field in PreviewPagerAdapter
158 : FADE_OUT_INTERPOLATOR); in setVisibility()
176 .setInterpolator(FADE_OUT_INTERPOLATOR) in setVisibility()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/touchcontrollers/
DNoButtonQuickSwitchTouchController.java94 private static final Interpolator FADE_OUT_INTERPOLATOR = DEACCEL_5; field in NoButtonQuickSwitchTouchController
214 nonOverviewBuilder.setInterpolator(ANIM_WORKSPACE_FADE, FADE_OUT_INTERPOLATOR); in setupAnimators()
215 nonOverviewBuilder.setInterpolator(ANIM_ALL_APPS_FADE, FADE_OUT_INTERPOLATOR); in setupAnimators()
286 mIsHomeScreenVisible = FADE_OUT_INTERPOLATOR.getInterpolation(xProgress) in onDrag()