Searched refs:box (Results 1 – 9 of 9) sorted by relevance
/development/samples/IntentPlayground/src/com/example/android/intentplayground/ |
D | IntentBuilderView.java | 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() 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/app/components/ |
D | trace_config_component_test.ts | 83 const box = assertDefined(htmlElement.querySelector('.trace-checkbox')); constant 84 expect(box.innerHTML).toContain('aria-checked="true"'); 85 expect(box.innerHTML).toContain('layers_trace'); 91 const box = assertDefined(htmlElement.querySelector('.trace-checkbox')); constant 92 expect(box.innerHTML).toContain('aria-checked="false"');
|
/development/tools/otagui/src/components/ |
D | FileSelect.vue | 55 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08); 56 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
|
D | FileList.vue | 4 class="list-box" 121 .list-box {
|
D | JobDisplay.vue | 48 box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.2);
|
/development/tools/winscope/src/viewers/components/ |
D | properties_component_test.ts | 104 const box = htmlElement.querySelector('.view-controls .user-option'); constant 105 expect(box).toBeTruthy(); //renders at least one view control option
|
/development/tools/winscope/src/app/components/bottomnav/ |
D | drawer.scss | 41 box-sizing: border-box; 140 box-sizing: border-box;
|
/development/tools/winscope/src/ |
D | styles.css | 72 box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15), 0px 1px 2px rgba(0, 0, 0, 0.3);
|
/development/tools/repo_pull/ |
D | README.md | 59 `[query]` is the query string that can be entered to the Gerrit search box.
|