Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/widget/
DUsageView.java78 LinearLayout bottomLabels = findViewById(R.id.bottom_label_group); in UsageView() local
79 View bottomSpace = bottomLabels.findViewById(R.id.bottom_label_space); in UsageView()
80 bottomLabels.removeView(bottomSpace); in UsageView()
81 bottomLabels.addView(bottomSpace); in UsageView()
/packages/apps/Settings/src/com/android/settings/widget/
DUsageView.java81 LinearLayout bottomLabels = findViewById(R.id.bottom_label_group); in UsageView() local
82 View bottomSpace = bottomLabels.findViewById(R.id.bottom_label_space); in UsageView()
83 bottomLabels.removeView(bottomSpace); in UsageView()
84 bottomLabels.addView(bottomSpace); in UsageView()