Searched refs:BUTTON_SEPARATOR (Results 1 – 1 of 1) sorted by relevance
68 public static final String BUTTON_SEPARATOR = ","; field in NavigationBarInflaterView252 String[] start = sets[0].split(BUTTON_SEPARATOR); in inflateLayout()253 String[] center = sets[1].split(BUTTON_SEPARATOR); in inflateLayout()254 String[] end = sets[2].split(BUTTON_SEPARATOR); in inflateLayout()