Home
last modified time | relevance | path

Searched refs:border (Results 1 – 16 of 16) sorted by relevance

/development/tools/otagui/src/components/
DFileSelect.vue52 border: 1px solid;
53 border-color: white #f7f7f7 whitesmoke;
54 border-radius: 3px;
67 border: 4px dashed;
68 border-color: #888888 transparent;
73 border-bottom-style: solid;
74 border-top: none;
79 border-top-style: solid;
80 border-bottom: none;
97 border: 0;
[all …]
DBaseFile.vue62 border-radius: 0.3rem;
63 border: 4px dashed #eaebec;
DJobDisplay.vue42 border: 1px solid #39495c;
/development/tools/otagui/src/views/
DJobConfigure.vue91 border: 3px solid #eee;
92 border-radius: 2px;
98 border-top-left-radius: 3px;
99 border-top-right-radius: 3px;
100 border: 1px solid #ccc;
113 border: 1px solid #ccc;
DNotFound.vue17 color: var(--border);
/development/tools/motion/motion_test_watcher_app/src/app/test-overview/
Dtest-overview.component.scss14 border-radius: 12px;
15 border: 1px solid #c4c6d0;
26 border-radius: 10px;
/development/tools/motion/motion_test_watcher_app/src/app/screenshot-golden/
Dscreenshot-golden.component.scss14 border-radius: 12px;
15 border: 1px solid #c4c6d0;
28 border-radius: 8px;
/development/tools/motion/motion_test_watcher_app/src/app/motion-golden/
Dmotion-golden.component.scss14 border-radius: 12px;
15 border: 1px solid #c4c6d0;
32 border-radius: 8px;
/development/samples/SampleSyncAdapter/samplesyncadapter_server/static/css/
Dmain.css36 border-bottom: solid 1px #ccc;
48 border-collapse: collapse;
67 border-bottom: solid 1px #000;
71 border-bottom: solid 1px #eee;
/development/tools/winscope/src/
Dmaterial-theme.scss60 @mixin border-color($theme) {
65 --border-color: #{mat.get-color-from-palette($foreground, divider)};
83 @include border-color($light-theme);
98 --slider-border-color: #8AB4F8;
108 @include border-color($dark-theme);
123 --slider-border-color: #E8F0FE;
Dstyles.css48 border-top: 0;
68 border-radius: 4px;
96 border-radius: 20px !important;
/development/tools/winscope/src/app/components/bottomnav/
Ddrawer.scss41 box-sizing: border-box;
130 $high-contrast-border: solid 1px currentColor;
140 box-sizing: border-box;
146 border-right: $high-contrast-border;
152 border-left: $high-contrast-border;
153 border-right: none;
/development/tools/ota_analysis/src/components/
DBaseFile.vue62 border-radius: 0.3rem;
63 border: 4px dashed #eaebec;
DPayloadComposition.vue176 border-radius: 6px;
/development/tools/ota_analysis/src/views/
DNotFound.vue17 color: var(--border);
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
DMatrixTrackingGL.java147 int internalformat, int width, int height, int border, in glCompressedTexImage2D() argument
150 height, border, imageSize, data); in glCompressedTexImage2D()
161 int x, int y, int width, int height, int border) { in glCopyTexImage2D() argument
163 height, border); in glCopyTexImage2D()
623 int width, int height, int border, int format, int type, in glTexImage2D() argument
625 mgl.glTexImage2D(target, level, internalformat, width, height, border, in glTexImage2D()