Home
last modified time | relevance | path

Searched refs:endCenterY (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/docking/ui/viewmodel/
DKeyboardDockingIndicationViewModel.kt73 val endCenterY: Float in createEffectConfig() constant
80 endCenterY = height * 0.5f in createEffectConfig()
82 startCenterY = endCenterY in createEffectConfig()
88 endCenterY = 0f in createEffectConfig()
90 startCenterY = endCenterY - OFFSET in createEffectConfig()
96 endCenterY = height * 0.5f in createEffectConfig()
98 startCenterY = endCenterY in createEffectConfig()
104 endCenterY = height in createEffectConfig()
106 startCenterY = endCenterY + OFFSET in createEffectConfig()
112 endCenterY = height * 0.5f in createEffectConfig()
[all …]
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/surfaceeffects/glowboxeffect/
DGlowBoxEffect.kt96 lerp(config.startCenterY, config.endCenterY, progress) in playEaseIn()
142 lerp(config.endCenterY, config.startCenterY, progress) in playEaseOut()
DGlowBoxConfig.kt28 val endCenterY: Float, constant in com.android.systemui.surfaceeffects.glowboxeffect.GlowBoxConfig
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/surfaceeffects/glowboxeffect/
DGlowBoxEffectTest.kt54 endCenterY = 0f, in setup()
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
DWindowMagnificationAnimationController.java220 final float endCenterY = in setupEnableAnimationSpecs() local
225 Float.isNaN(centerY) ? endCenterY : centerY); in setupEnableAnimationSpecs()