summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorZak Cohen <zakcohen@google.com>2019-06-03 14:58:18 -0700
committerZak Cohen <zakcohen@google.com>2019-06-03 14:58:18 -0700
commitf3231f417db08185ec204b247d331dba6a9b0383 (patch)
tree3bfdcf2abc5140e72cc8edf6a432ba32caeda3c5 /src
parentdcff2f18750be17537f659c7175b3f26c4fbdb34 (diff)
downloadandroid_packages_apps_Trebuchet-f3231f417db08185ec204b247d331dba6a9b0383.tar.gz
android_packages_apps_Trebuchet-f3231f417db08185ec204b247d331dba6a9b0383.tar.bz2
android_packages_apps_Trebuchet-f3231f417db08185ec204b247d331dba6a9b0383.zip
Remove unused hints code.
This layout is handled by the provider of the hints now. Test: manual Change-Id: Ifc0db2395a7503b1b03dcb796961ef6647c0413b
Diffstat (limited to 'src')
-rw-r--r--src/com/android/launcher3/DeviceProfile.java7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/com/android/launcher3/DeviceProfile.java b/src/com/android/launcher3/DeviceProfile.java
index c1f898c5d..883e8c642 100644
--- a/src/com/android/launcher3/DeviceProfile.java
+++ b/src/com/android/launcher3/DeviceProfile.java
@@ -99,10 +99,6 @@ public class DeviceProfile {
public int folderChildTextSizePx;
public int folderChildDrawablePaddingPx;
- // Hints
- public int chipHintHeightPx;
- public int chipHintBottomMarginPx;
-
// Hotseat
public int hotseatCellHeightPx;
// In portrait: size = height, in landscape: size = width
@@ -200,9 +196,6 @@ public class DeviceProfile {
workspaceCellPaddingXPx = res.getDimensionPixelSize(R.dimen.dynamic_grid_cell_padding_x);
- chipHintHeightPx = res.getDimensionPixelSize(R.dimen.chip_hint_height);
- chipHintBottomMarginPx = res.getDimensionPixelSize(R.dimen.chip_hint_bottom_margin);
-
hotseatBarTopPaddingPx =
res.getDimensionPixelSize(R.dimen.dynamic_grid_hotseat_top_padding);
hotseatBarBottomPaddingPx = (isTallDevice ? 0