Searched refs:backgroundHeight (Results 1 – 3 of 3) sorted by relevance
37 class BubbleBarBackground(context: Context, private var backgroundHeight: Float) : Drawable() { variable126 val topOffset = backgroundHeight - bounds.height().toFloat() in draw()127 val radius = backgroundHeight / 2f in draw()185 backgroundHeight = newHeight in setBackgroundHeight()
57 var backgroundHeight = context.deviceProfile.taskbarHeight.toFloat() variable162 val persistentTaskbarHeight = min(maxPersistentTaskbarHeight, backgroundHeight) in drawPersistentBackground()180 if (isAnimatingPinning) transientTaskbarHeight else backgroundHeight in drawTransientBackground()
195 float backgroundHeight = mControllerCallbacks.getTaskbarBackgroundHeight() in dispatchDraw() local197 mBackgroundRenderer.setBackgroundHeight(backgroundHeight); in dispatchDraw()