Home
last modified time | relevance | path

Searched refs:box (Results 1 – 4 of 4) sorted by relevance

/development/samples/IntentPlayground/src/com/example/android/intentplayground/
DIntentBuilderView.java268 .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() argument
276 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 …]
/development/tools/winscope/src/
DNodeContextMenu.vue29 background-clip: padding-box;
32 box-shadow:
43 box-sizing: border-box;
/development/tools/winscope/src/components/
DFlatCard.vue22 box-sizing: inherit;
29 transition-property: box-shadow,opacity;
/development/tools/repo_pull/
DREADME.md57 `[query]` is the query string that can be entered to the Gerrit search box.