Home
last modified time | relevance | path

Searched refs:box (Results 1 – 9 of 9) 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/app/components/
Dtrace_config_component_test.ts83 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/
DFileSelect.vue55 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
56 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
DFileList.vue4 class="list-box"
121 .list-box {
DJobDisplay.vue48 box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.2);
/development/tools/winscope/src/viewers/components/
Dproperties_component_test.ts104 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/
Ddrawer.scss41 box-sizing: border-box;
140 box-sizing: border-box;
/development/tools/winscope/src/
Dstyles.css72 box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15), 0px 1px 2px rgba(0, 0, 0, 0.3);
/development/tools/repo_pull/
DREADME.md59 `[query]` is the query string that can be entered to the Gerrit search box.