Home
last modified time | relevance | path

Searched refs:horizontal (Results 1 – 5 of 5) sorted by relevance

/cts/tests/tests/graphics/src/android/graphics/drawable/shapes/cts/
DPathShapeTest.java71 int horizontal = 0; in testDraw() local
79 horizontal += 1; in testDraw()
85 assertEquals(50, horizontal, TOLERANCE); in testDraw()
/cts/suite/cts/deviceTests/browserbench/assets/octane/css/
Dbootstrap-responsive.css102 .form-horizontal .control-group > label {
108 .form-horizontal .controls {
111 .form-horizontal .control-list {
114 .form-horizontal .form-actions {
151 .dl-horizontal dt {
157 .dl-horizontal dd {
Dbootstrap.css502 .dl-horizontal dt {
511 .dl-horizontal dd {
1176 .form-horizontal input,
1179 .form-horizontal textarea,
1182 .form-horizontal select,
1185 .form-horizontal .help-inline,
1188 .form-horizontal .uneditable-input,
1191 .form-horizontal .input-prepend,
1194 .form-horizontal .input-append {
1204 .form-horizontal .hide {
[all …]
Ddocs.css688 /* hide the bullets on mobile since our horizontal space is limited */
/cts/tests/tests/widget/src/android/widget/cts/
DLinearLayoutTest.java83 linearLayout = (LinearLayout) mActivity.findViewById(R.id.horizontal); in testAccessBaselineAligned()
233 LinearLayout parent = (LinearLayout) mActivity.findViewById(R.id.horizontal); in testLayoutHorizontal()