Searched refs:endCenterX (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/docking/ui/viewmodel/ |
D | KeyboardDockingIndicationViewModel.kt | 72 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/ |
D | GlowBoxEffect.kt | 95 lerp(config.startCenterX, config.endCenterX, progress), in playEaseIn() 141 lerp(config.endCenterX, config.startCenterX, progress), in playEaseOut()
|
D | GlowBoxConfig.kt | 26 val endCenterX: Float, constant in com.android.systemui.surfaceeffects.glowboxeffect.GlowBoxConfig
|
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/ |
D | TransitionAnimator.kt | 293 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/ |
D | GlowBoxEffectTest.kt | 53 endCenterX = 0f, in setup()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/ |
D | WindowMagnificationAnimationController.java | 218 final float endCenterX = in setupEnableAnimationSpecs() local 224 Float.isNaN(centerX) ? endCenterX : centerX, in setupEnableAnimationSpecs()
|