Home
last modified time | relevance | path

Searched refs:bottomSpace (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/iconloaderlib/src/com/android/launcher3/icons/
DShadowGenerator.java94 float bottomSpace = BLUR_FACTOR + KEY_SHADOW_DISTANCE; in getScaleForBounds() local
95 if (bounds.bottom < bottomSpace) { in getScaleForBounds()
96 … scale = Math.min(scale, (HALF_DISTANCE - bottomSpace) / (HALF_DISTANCE - bounds.bottom)); in getScaleForBounds()
/packages/apps/Settings/src/com/android/settings/widget/
DUsageView.java79 View bottomSpace = bottomLabels.findViewById(R.id.bottom_label_space); in UsageView() local
80 bottomLabels.removeView(bottomSpace); in UsageView()
81 bottomLabels.addView(bottomSpace); in UsageView()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/widget/
DUsageView.java79 View bottomSpace = bottomLabels.findViewById(R.id.bottom_label_space); in UsageView() local
80 bottomLabels.removeView(bottomSpace); in UsageView()
81 bottomLabels.addView(bottomSpace); in UsageView()