Searched refs:chipLayoutOptional (Results 1 – 1 of 1) sorted by relevance
479 Optional<Integer> chipLayoutOptional = SpeakEasyComponent.get(getContext()).speakEasyChip(); in initChips() local480 if (chipLayoutOptional.isPresent()) { in initChips()483 (LinearLayout) getLayoutInflater().inflate(chipLayoutOptional.get(), null); in initChips()