Home
last modified time | relevance | path

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

/packages/modules/Permission/PermissionController/iconloaderlib/src/com/android/launcher3/icons/
DShadowGenerator.java100 float bottomSpace = BLUR_FACTOR + KEY_SHADOW_DISTANCE; in getScaleForBounds() local
101 if (bounds.bottom < bottomSpace) { in getScaleForBounds()
103 (HALF_DISTANCE - bottomSpace) / (HALF_DISTANCE - bounds.bottom)); in getScaleForBounds()
/packages/apps/Settings/src/com/android/settings/widget/
DUsageView.java82 View bottomSpace = bottomLabels.findViewById(R.id.bottom_label_space); in UsageView() local
83 bottomLabels.removeView(bottomSpace); in UsageView()
84 bottomLabels.addView(bottomSpace); in UsageView()