Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/widget/
H A DBottomLabelLayoutTest.java36 private BottomLabelLayout mBottomLabelLayout;
41 mBottomLabelLayout = new BottomLabelLayout(RuntimeEnvironment.application, null); in setUp()
/aosp12/packages/apps/Settings/src/com/android/settings/widget/
H A DBottomLabelLayout.java38 public class BottomLabelLayout extends LinearLayout { class
41 public BottomLabelLayout(Context context, in BottomLabelLayout() method in BottomLabelLayout