Home
last modified time | relevance | path

Searched refs:px (Results 1 – 25 of 25) sorted by relevance

/development/tools/motion/motion_test_watcher_app/src/app/screenshot-golden/
Dscreenshot-golden.component.scss9 margin: 16px;
10 padding: 16px;
14 border-radius: 12px;
15 border: 1px solid #c4c6d0;
20 top: -12px;
21 padding: 0 16px;
28 border-radius: 8px;
30 padding: 12px;
38 background-size: 20px 20px;
41 0 10px,
[all …]
/development/tools/motion/motion_test_watcher_app/src/app/motion-golden/
Dmotion-golden.component.scss9 margin: 16px;
10 padding: 16px;
14 border-radius: 12px;
15 border: 1px solid #c4c6d0;
20 top: -12px;
21 padding: 0 16px;
32 border-radius: 8px;
34 padding: 12px;
42 background-size: 20px 20px;
45 0 10px,
[all …]
/development/tools/otagui/src/components/
DFileSelect.vue52 border: 1px solid;
54 border-radius: 3px;
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);
64 top: 9px;
65 right: 10px;
67 border: 4px dashed;
78 margin-top: 7px;
87 padding: 6px 8px 6px 10px;
89 text-shadow: 0 1px white;
[all …]
DJobDisplay.vue42 border: 1px solid #39495c;
43 margin-bottom: 18px;
48 box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.2);
DPartialCheckbox.vue102 top: 0px;
103 height: 50px;
109 padding-left: 35px;
110 margin-bottom: 12px;
DBaseCheckbox.vue36 padding-left: 35px;
37 margin-bottom: 12px;
DUploadFile.vue51 height: 40px;
DBaseFile.vue63 border: 4px dashed #eaebec;
/development/tools/motion/motion_test_watcher_app/src/app/test-overview/
Dtest-overview.component.scss9 margin: 16px;
10 padding: 16px;
14 border-radius: 12px;
15 border: 1px solid #c4c6d0;
20 top: -12px;
21 padding: 0 16px;
26 border-radius: 10px;
27 padding: 4px 8px;
/development/tools/winscope/src/
Dstyles.css49 padding-top: 4px;
50 padding-bottom: 4px;
54 padding-left: 4px;
68 border-radius: 4px;
72 box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15), 0px 1px 2px rgba(0, 0, 0, 0.3);
76 padding: 8px 0px;
81 font: 14px 'Roboto', sans-serif;
82 min-width: 64px;
83 line-height: 36px;
87 padding: 0px 16px;
[all …]
/development/tools/otagui/src/views/
DJobConfigure.vue87 height: calc(100vh - 80px);
91 border: 3px solid #eee;
92 border-radius: 2px;
93 padding: 20px;
97 padding: 6px 10px;
98 border-top-left-radius: 3px;
99 border-top-right-radius: 3px;
100 border: 1px solid #ccc;
103 margin-bottom: -1px;
104 margin-right: -1px;
[all …]
DJobDetails.vue125 height: 160px;
/development/samples/SampleSyncAdapter/samplesyncadapter_server/static/css/
Dmain.css22 padding: 20px;
36 border-bottom: solid 1px #ccc;
37 margin: 0 0 20px 0;
38 padding: 0 0 5px 0;
49 margin-bottom: 20px;
53 padding: 5px 8px;
67 border-bottom: solid 1px #000;
71 border-bottom: solid 1px #eee;
/development/samples/ApiDemos/src/com/example/android/apis/animation/
DFixedGridLayout.java45 public void setCellWidth(int px) { in setCellWidth() argument
46 mCellWidth = px; in setCellWidth()
50 public void setCellHeight(int px) { in setCellHeight() argument
51 mCellHeight = px; in setCellHeight()
/development/samples/FixedGridLayout/src/com/example/android/fixedgridlayout/
DFixedGridLayout.java58 public void setCellWidth(int px) { in setCellWidth() argument
59 mCellWidth = px; in setCellWidth()
63 public void setCellHeight(int px) { in setCellHeight() argument
64 mCellHeight = px; in setCellHeight()
/development/tools/motion/motion_test_watcher_app/src/app/
Dapp.component.scss14 flex: 0 0 64px;
18 margin-left: 8px;
/development/tools/ota_analysis/src/components/
DPayloadDetail.vue72 height: 200px;
79 padding: 5px;
DPartialCheckbox.vue73 top: 0px;
74 height: 50px;
DPayloadComposition.vue172 width: 120px;
176 border-radius: 6px;
177 padding: 5px 0;
DPieChart.vue51 height: 400px;
DBaseFile.vue63 border: 4px dashed #eaebec;
DOperationDetail.vue64 padding: 5px;
DBasicInfo.vue99 padding-right: 10px; /* Ensures colon does not overlay the text */
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DTouchPaint.java553 float px = (float) (vx * pd); in drawSplat() local
557 mCanvas.drawCircle(x + px - cx, y + py - cy, 1.0f, paint); in drawSplat()
/development/tools/winscope/src/app/components/bottomnav/
Ddrawer.scss130 $high-contrast-border: solid 1px currentColor;