Searched refs:ShadeInterpolation (Results 1 – 9 of 9) sorted by relevance
8 import com.android.systemui.animation.ShadeInterpolation94 verify(view).setAlpha(ShadeInterpolation.getContentAlpha(0.5f))
22 import com.android.systemui.animation.ShadeInterpolation84 statusBar.alpha = ShadeInterpolation.getContentAlpha(value)
50 import com.android.systemui.animation.ShadeInterpolation;588 expansionFraction = ShadeInterpolation.getNotificationScrimAlpha(expansionFraction); in setQsPosition()929 return ShadeInterpolation.getNotificationScrimAlpha(mPanelExpansionFraction); in getInterpolatedFraction()
5 object ShadeInterpolation { regex
35 import com.android.systemui.animation.ShadeInterpolation185 ShadeInterpolation.getNotificationScrimAlpha(189 val qsExpandedRatio = ShadeInterpolation.getNotificationScrimAlpha(qsPanelExpansion) *
35 import com.android.systemui.animation.ShadeInterpolation;173 viewState.alpha = ShadeInterpolation.getContentAlpha(expansion); in updateState()
27 import com.android.systemui.animation.ShadeInterpolation225 eq(ShadeInterpolation.getNotificationScrimAlpha(0.25f)))
42 import com.android.systemui.animation.ShadeInterpolation;584 float alpha = ShadeInterpolation.getContentAlpha(progress); in setAlphaAnimationProgress()
31 import com.android.systemui.animation.ShadeInterpolation;429 viewState.alpha = ShadeInterpolation.getContentAlpha(expansion); in updateChild()