Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
DNavigationBarInflaterView.java72 public static final String GRAVITY_SEPARATOR = ";"; field in NavigationBarInflaterView
238 String[] sets = newLayout.split(GRAVITY_SEPARATOR, 3); in inflateLayout()
242 sets = newLayout.split(GRAVITY_SEPARATOR, 3); in inflateLayout()