Searched refs:bottomSpace (Results 1 – 2 of 2) sorted by relevance
100 float bottomSpace = BLUR_FACTOR + KEY_SHADOW_DISTANCE; in getScaleForBounds() local101 if (bounds.bottom < bottomSpace) { in getScaleForBounds()103 (HALF_DISTANCE - bottomSpace) / (HALF_DISTANCE - bounds.bottom)); in getScaleForBounds()
82 View bottomSpace = bottomLabels.findViewById(R.id.bottom_label_space); in UsageView() local83 bottomLabels.removeView(bottomSpace); in UsageView()84 bottomLabels.addView(bottomSpace); in UsageView()