Searched refs:bottomSpace (Results 1 – 3 of 3) sorted by relevance
94 float bottomSpace = BLUR_FACTOR + KEY_SHADOW_DISTANCE; in getScaleForBounds() local95 if (bounds.bottom < bottomSpace) { in getScaleForBounds()96 … scale = Math.min(scale, (HALF_DISTANCE - bottomSpace) / (HALF_DISTANCE - bounds.bottom)); in getScaleForBounds()
79 View bottomSpace = bottomLabels.findViewById(R.id.bottom_label_space); in UsageView() local80 bottomLabels.removeView(bottomSpace); in UsageView()81 bottomLabels.addView(bottomSpace); in UsageView()