Home
last modified time | relevance | path

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

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