Searched refs:interpolatedDozeAmount (Results 1 – 1 of 1) sorted by relevance
23 @JvmField var interpolatedDozeAmount = 0.0f variable in com.android.systemui.statusbar.FakeStatusBarStateController131 override fun getInterpolatedDozeAmount() = interpolatedDozeAmount in getInterpolatedDozeAmount()133 fun fakeInterpolatedDozeAmountChanged(interpolatedDozeAmount: Float) { in getInterpolatedDozeAmount()134 this.interpolatedDozeAmount = interpolatedDozeAmount in getInterpolatedDozeAmount()135 callbacks.forEach { it.onDozeAmountChanged(dozeAmount, interpolatedDozeAmount) } in getInterpolatedDozeAmount()