Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DNavigationBarInflaterView.java73 public static final String BUTTON_SEPARATOR = ","; field in NavigationBarInflaterView
244 String[] start = sets[0].split(BUTTON_SEPARATOR); in inflateLayout()
245 String[] center = sets[1].split(BUTTON_SEPARATOR); in inflateLayout()
246 String[] end = sets[2].split(BUTTON_SEPARATOR); in inflateLayout()