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