/external/markdown/tests/misc/ |
para-with-hr.txt | 1 Here is a paragraph, followed by a horizontal rule.
|
para-with-hr.html | 1 <p>Here is a paragraph, followed by a horizontal rule.</p>
|
blockquote-hr.html | 4 <p>Block quote with horizontal lines.</p>
|
blockquote-hr.txt | 5 > Block quote with horizontal lines.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
completion5-expected-applyCompletion19.diff | 1 Code completion in completion5.xml for android:orientation='^' selecting horizontal: 4 > android:orientation='horizontal'^
|
completion6-expected-applyCompletion22.diff | 1 Code completion in completion6.xml for android:orientation="^" selecting horizontal: 4 > android:orientation="horizontal"^
|
completion7-expected-applyCompletion23.diff | 1 Code completion in completion7.xml for android:orientation="^ selecting horizontal: 4 > android:orientation="horizontal^
|
completionvalues1-expected-applyCompletion37.diff | 1 Code completion in completionvalues1.xml for <item name="android:orientation">h^</item> selecting horizontal: 4 > <item name="android:orientation">horizontal^</item>
|
completionvalues1-expected-completion37.txt | 2 horizontal
|
/packages/experimental/BugReportSender/res/layout/ |
bugreport_preview.xml | 10 android:scrollbars="horizontal|vertical"
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/ |
ExplodeRenderingHelperTest.java | 41 // Single layout, horizontal, 2 buttons. 42 MockXmlNode layout = createLinearLayout(true /*horizontal*/, 51 // Single layout, horizontal, with 2 buttons. 53 MockXmlNode layout = createLinearLayout(false /*horizontal*/, 69 MockXmlNode layout = createLinearLayout(false /*horizontal*/, 71 createLinearLayout(true /*horizontal*/, 73 createLinearLayout(true /*horizontal*/, 91 createLinearLayout(true /*horizontal*/, 114 MockXmlNode linear1 = createLinearLayout(true /*horizontal*/, 118 MockXmlNode linear2 = createLinearLayout(true /*horizontal*/, [all...] |
/external/webkit/Source/WebCore/platform/qt/ |
ScrollbarQt.cpp | 56 bool horizontal = (m_orientation == HorizontalScrollbar); 62 QAction* actScrollTop = menu.addAction(horizontal ? QCoreApplication::translate("QWebPage", "Left edge") : QCoreApplication::translate("QWebPage", "Top")); 63 QAction* actScrollBottom = menu.addAction(horizontal ? QCoreApplication::translate("QWebPage", "Right edge") : QCoreApplication::translate("QWebPage", "Bottom")); 66 QAction* actPageUp = menu.addAction(horizontal ? QCoreApplication::translate("QWebPage", "Page left") : QCoreApplication::translate("QWebPage", "Page up")); 67 QAction* actPageDown = menu.addAction(horizontal ? QCoreApplication::translate("QWebPage", "Page right") : QCoreApplication::translate("QWebPage", "Page down")); 70 QAction* actScrollUp = menu.addAction(horizontal ? QCoreApplication::translate("QWebPage", "Scroll left") : QCoreApplication::translate("QWebPage", "Scroll up")); 71 QAction* actScrollDown = menu.addAction(horizontal ? QCoreApplication::translate("QWebPage", "Scroll right") : QCoreApplication::translate("QWebPage", "Scroll down")); 83 moveThumb(horizontal ? pos.x() : pos.y()); 85 scrollableArea()->scroll(horizontal ? ScrollLeft : ScrollUp, ScrollByDocument); 87 scrollableArea()->scroll(horizontal ? ScrollRight : ScrollDown, ScrollByDocument) [all...] |
/cts/tests/res/layout/ |
view_layout.xml | 35 android:scrollbars="horizontal|vertical" 36 android:fadingEdge="horizontal|vertical" 43 android:scrollbars="horizontal|vertical" 44 android:requiresFadingEdge="horizontal|vertical"
|
/development/apps/Development/res/layout/ |
connectivity.xml | 29 android:orientation="horizontal" 48 android:orientation="horizontal" 63 android:orientation="horizontal" 77 android:orientation="horizontal" 91 android:orientation="horizontal" 110 android:orientation="horizontal" 125 android:orientation="horizontal" 139 android:orientation="horizontal" 153 android:orientation="horizontal" 172 android:orientation="horizontal" [all...] |
/external/chromium/chrome/browser/ui/cocoa/location_bar/ |
instant_opt_in_view.h | 12 // bottom corners and a horizontal gray line at the top.
|
instant_opt_in_view.mm | 15 // How far from the top of the view to place the horizontal line. 18 // How far from the sides to inset the horizontal line. 40 // Draw a horizontal line 2 px down from the top of the view, inset at the
|
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-values/ |
other | 13 scrollbargripper-horizontal
|
/frameworks/base/tests/StatusBar/res/layout/ |
button_notification.xml | 4 android:orientation="horizontal"
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/ |
omxVCM4P10_DeblockLuma_I.c | 29 * This function performs deblock filtering the horizontal and vertical edges of a luma macroblock 38 * vertical edge, internal vertical edge, external horizontal 39 * edge, internal horizontal edge } 41 * vertical edge, internal vertical edge, external horizontal edge, 42 * internal horizontal edge } 45 * and then in horizontal block order) 46 * [in] pBS pointer to a 16x2 table of BS parameters arranged in scan block order for vertical edges and then horizontal edges;
|
omxVCM4P10_DeblockChroma_I.c | 37 * horizontal edge, internal horizontal edge } 39 * vertical edge, internal vertical edge, external horizontal edge, 40 * internal horizontal edge } 43 * and then in horizontal block order) 44 * [in] pBS array of size 16x2 of BS parameters (arranged in scan block order for vertical edges and then horizontal edges);
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/ |
omxVCM4P10_DeblockLuma_I.c | 29 * This function performs deblock filtering the horizontal and vertical edges of a luma macroblock 38 * vertical edge, internal vertical edge, external horizontal 39 * edge, internal horizontal edge } 41 * vertical edge, internal vertical edge, external horizontal edge, 42 * internal horizontal edge } 45 * and then in horizontal block order) 46 * [in] pBS pointer to a 16x2 table of BS parameters arranged in scan block order for vertical edges and then horizontal edges;
|
omxVCM4P10_DeblockChroma_I.c | 37 * horizontal edge, internal horizontal edge } 39 * vertical edge, internal vertical edge, external horizontal edge, 40 * internal horizontal edge } 43 * and then in horizontal block order) 44 * [in] pBS array of size 16x2 of BS parameters (arranged in scan block order for vertical edges and then horizontal edges);
|
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
ClipDrawableTest.java | 56 new ClipDrawable((Drawable) null, Gravity.BOTTOM, ClipDrawable.HORIZONTAL); 59 new ClipDrawable(bmpDrawable, Gravity.BOTTOM, ClipDrawable.HORIZONTAL); 74 Gravity.BOTTOM, ClipDrawable.HORIZONTAL); 97 Gravity.BOTTOM, ClipDrawable.HORIZONTAL); 105 Gravity.BOTTOM, ClipDrawable.HORIZONTAL); 119 Gravity.BOTTOM, ClipDrawable.HORIZONTAL); 123 clipDrawable = new ClipDrawable(mockDrawable, Gravity.BOTTOM, ClipDrawable.HORIZONTAL); 139 Gravity.BOTTOM, ClipDrawable.HORIZONTAL); 145 clipDrawable = new ClipDrawable(bmpDrawable, Gravity.BOTTOM, ClipDrawable.HORIZONTAL); 159 Gravity.BOTTOM, ClipDrawable.HORIZONTAL); [all...] |
/development/samples/ApiDemos/res/layout/ |
rotating_view.xml | 24 android:orientation="horizontal" 39 android:orientation="horizontal" 54 android:orientation="horizontal" 62 android:orientation="horizontal" 77 android:orientation="horizontal" 92 android:orientation="horizontal" 100 android:orientation="horizontal" 115 android:orientation="horizontal" 130 android:orientation="horizontal" 145 android:orientation="horizontal" [all...] |
/external/webkit/Source/WebCore/inspector/front-end/ |
popover.css | 104 /* Horizontal Scrollbar Styles */ 106 .popover ::-webkit-scrollbar:horizontal:corner-present { 110 .popover ::-webkit-scrollbar-thumb:horizontal { 117 .popover ::-webkit-scrollbar-thumb:horizontal:hover { 121 .popover ::-webkit-scrollbar-thumb:horizontal:active { 125 .popover ::-webkit-scrollbar-track-piece:horizontal:start { 129 .popover ::-webkit-scrollbar-track-piece:horizontal:end { 133 .popover ::-webkit-scrollbar-track-piece:horizontal:end:corner-present { 137 .popover ::-webkit-scrollbar-track-piece:horizontal:decrement { 143 .popover ::-webkit-scrollbar-track-piece:horizontal:increment [all...] |