Searched refs:TAG_FLAG (Results 1 – 1 of 1) sorted by relevance
58 protected final int TAG_FLAG = R.id.tag_flag; field in IntentBuilderView187 itemView.setTag(TAG_FLAG, flag); in fillCheckBoxLayout()235 IntentFlag flag = (IntentFlag) compoundButton.getTag(TAG_FLAG); in onCheckedChanged()276 IntentFlag flag = (IntentFlag) box.getTag(TAG_FLAG); in hasSuggestion()355 return getChecked().stream().map(checkBox -> (IntentFlag) checkBox.getTag(TAG_FLAG)) in getCheckedFlags()