Searched refs:box (Results 1 – 4 of 4) sorted by relevance
268 .filter(box -> hasSuggestion(suggestions, box)) in suggestFlags()269 .forEach(box -> { in suggestFlags()270 box.setButtonTintList(mSuggestTint); in suggestFlags()271 box.setTag(TAG_SUGGESTED, true); in suggestFlags()275 private boolean hasSuggestion(List<String> suggestions, CheckBox box) { in hasSuggestion() argument276 IntentFlag flag = (IntentFlag) box.getTag(TAG_FLAG); in hasSuggestion()280 Log.w(TAG, "Unknown flag: " + box.getText()); in hasSuggestion()286 getAllCheckBoxes().forEach(box -> box.setButtonTintList(mDefaultTint)); in clearSuggestions()293 getAllCheckBoxes().forEach(box -> box.setChecked(false)); in clearFlags()329 getAllCheckBoxes().forEach(box -> { in selectFlags()[all …]
29 background-clip: padding-box;32 box-shadow:43 box-sizing: border-box;
22 box-sizing: inherit;29 transition-property: box-shadow,opacity;
57 `[query]` is the query string that can be entered to the Gerrit search box.