Searched refs:BUTTON_SEPARATOR (Results 1 – 1 of 1) sorted by relevance
74 public static final String BUTTON_SEPARATOR = ","; field in NavigationBarInflaterView265 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()