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/statusbar/phone/
DNavigationBarInflaterView.java67 public static final String GRAVITY_SEPARATOR = ";"; field in NavigationBarInflaterView
246 String[] sets = newLayout.split(GRAVITY_SEPARATOR, 3); in inflateLayout()
250 sets = newLayout.split(GRAVITY_SEPARATOR, 3); in inflateLayout()