Home
last modified time | relevance | path

Searched refs:INTERPOLATOR (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DLightRevealScrim.kt71 private val INTERPOLATOR = Interpolators.FAST_OUT_SLOW_IN_REVERSE constant
74 val interpolatedAmount = INTERPOLATOR.getInterpolation(amount) in setRevealAmountOnScrim()
/frameworks/layoutlib/bridge/bridge_client/src/com/android/ide/common/resources/deprecated/
DFrameworkResources.java158 case INTERPOLATOR: in loadPublicResources()
DResourceRepository.java216 case INTERPOLATOR : size = 13; break; in getResourceItem()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
DDisplayImeController.java72 public static final Interpolator INTERPOLATOR = new PathInterpolator(0.4f, 0f, 0.2f, 1f); field in DisplayImeController
532 mAnimation.setInterpolator(INTERPOLATOR); in startAnimation()