Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavigationBarInflaterView.java74 public static final String BUTTON_SEPARATOR = ","; field in NavigationBarInflaterView
265 String[] start = sets[0].split(BUTTON_SEPARATOR); in inflateLayout()
266 String[] center = sets[1].split(BUTTON_SEPARATOR); in inflateLayout()
267 String[] end = sets[2].split(BUTTON_SEPARATOR); in inflateLayout()