Home
last modified time | relevance | path

Searched refs:endCenterX (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/docking/ui/viewmodel/
DKeyboardDockingIndicationViewModel.kt72 val endCenterX: Float in createEffectConfig() constant
79 endCenterX = width in createEffectConfig()
81 startCenterX = endCenterX + OFFSET in createEffectConfig()
87 endCenterX = width * 0.5f in createEffectConfig()
89 startCenterX = endCenterX in createEffectConfig()
95 endCenterX = 0f in createEffectConfig()
97 startCenterX = endCenterX - OFFSET in createEffectConfig()
103 endCenterX = width * 0.5f in createEffectConfig()
105 startCenterX = endCenterX in createEffectConfig()
111 endCenterX = width in createEffectConfig()
[all …]
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/surfaceeffects/glowboxeffect/
DGlowBoxEffect.kt95 lerp(config.startCenterX, config.endCenterX, progress), in playEaseIn()
141 lerp(config.endCenterX, config.startCenterX, progress), in playEaseOut()
DGlowBoxConfig.kt26 val endCenterX: Float, constant in com.android.systemui.surfaceeffects.glowboxeffect.GlowBoxConfig
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DTransitionAnimator.kt293 var endCenterX = (endLeft + endRight) / 2f in <lambda>() variable
309 endCenterX = (endLeft + endRight) / 2f in <lambda>()
381 val xCenter = MathUtils.lerp(startCenterX, endCenterX, xProgress) in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/surfaceeffects/glowboxeffect/
DGlowBoxEffectTest.kt53 endCenterX = 0f, in setup()
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
DWindowMagnificationAnimationController.java218 final float endCenterX = in setupEnableAnimationSpecs() local
224 Float.isNaN(centerX) ? endCenterX : centerX, in setupEnableAnimationSpecs()