/sdk/rule_api/src/com/android/ide/common/api/ |
IViewMetadata.java | 69 /** This view wants to always fill both horizontal and vertical */ 82 /** This view wants to fill vertically, but only in a horizontal context */ 87 * vertical or horizontal as indicated by the parameter. 90 * horizontal. 100 * vertical or horizontal as indicated by the parameter. 103 * horizontal.
|
/cts/tests/src/android/theme/cts/ |
ProgressDialogBuilder.java | 38 * Builds a {@link ProgressDialog} that contains a horizontal 41 public static final int HORIZONTAL = 1; 58 case HORIZONTAL:
|
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/ |
ScrollViewListener.java | 29 * @param scrollX The current horizontal position 40 * @param scrollX The current horizontal position 51 * @param scrollX The current horizontal position
|
/cts/apps/CtsVerifier/res/layout/ |
fs_row.xml | 5 android:orientation="horizontal">
|
/development/samples/ApiDemos/res/layout/ |
linear_layout_5.xml | 50 Use a horizontal layout to hold the two buttons. 52 horizontal LinearLayout is right aligned, not the individual 53 items within it. The horizontal LinearLayout's width is set to 58 android:orientation="horizontal"
|
animation_seeking.xml | 23 android:orientation="horizontal" 34 android:orientation="horizontal"
|
linear_layout_4.xml | 18 Demonstrates a horizontal linear layout with equally sized columns 22 android:orientation="horizontal"
|
/device/google/accessory/demokit/app/res/layout/ |
relay_tablet.xml | 3 android:orientation="horizontal" android:layout_height="wrap_content">
|
vertical_color_sliders.xml | 4 android:orientation="horizontal" >
|
/frameworks/base/core/res/res/layout/ |
status_bar_latest_event_content_large_icon.xml | 16 android:fadingEdge="horizontal" 25 android:fadingEdge="horizontal" 33 android:orientation="horizontal" 43 android:fadingEdge="horizontal"
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/ |
omxVCM4P10_FilterDeblockingChroma_HorEdge_I.c | 28 * Performs in-place deblock filtering on the horizontal edges of the chroma 36 * contains the threshold for the external horizontal edge, and the 37 * second element contains the threshold for internal horizontal 41 * contains the threshold for the external horizontal edge, and the 43 * horizontal edge. Per [ISO14496-10] beta values must be in the 46 * horizontal edge of each 2x4 chroma block, arranged in horizontal 50 * block, arranged in horizontal block order; valid in the range 117 /* Filter horizontal edge with q0 at (X,Y) */
|
omxVCM4P10_FilterDeblockingLuma_HorEdge_I.c | 28 * Performs in-place deblock filtering on four horizontal edges of the luma 37 * for the internal horizontal edge); per [ISO14496-10] alpha 40 * threshold for the external horizontal edge, and the second item 41 * is for the internal horizontal edge). Per [ISO14496-10] beta 44 * horizontal edge of each 4x4 block, arranged in horizontal block 47 * pBS - array of size 16 of BS parameters (arranged in horizontal block 112 /* Filter horizontal edge with q0 at (X,Y) */
|
omxVCM4P10_DeblockLuma_I.c | 29 * This function performs in-place deblock filtering the horizontal and 38 * external horizontal edge, internal horizontal edge }. Per 42 * horizontal edge, internal horizontal edge }. Per [ISO14496-10] 46 * arranged in vertical block order and then in horizontal block 50 * order for vertical edges and then horizontal edges; valid in the
|
/frameworks/base/packages/SystemUI/res/layout-land/ |
status_bar_recent_panel.xml | 40 android:orientation="horizontal" 50 android:fadingEdge="horizontal" 54 android:orientation="horizontal" 61 android:orientation="horizontal"
|
/frameworks/base/core/java/android/view/ |
Gravity.java | 40 /** Bits defining the horizontal axis. */ 61 /** Place object in the horizontal center of its container, not changing its 64 /** Grow the horizontal size of the object if needed so it completely fills 69 * and horizontal axis, not changing its size. */ 72 /** Grow the horizontal and vertical size of the object if needed so it 81 * horizontal axis. */ 90 * Binary mask to get the absolute horizontal gravity of a gravity. 108 * horizontal dimension. This is not applied by default by 121 * Binary mask for the horizontal gravity and script specific direction bit. 130 * @param w The horizontal size of the object [all...] |
/external/chromium/chrome/browser/resources/chromeos/ |
mobile_dialogs.css | 44 -webkit-box-orient: horizontal; 59 -webkit-box-orient: horizontal;
|
/external/chromium/chrome/browser/resources/options/ |
browser_options_page.css | 21 -webkit-box-orient: horizontal; 43 -webkit-box-orient: horizontal;
|
/frameworks/base/core/res/res/layout-sw600dp/ |
status_bar_latest_event_ticker.xml | 24 android:fadingEdge="horizontal" 34 android:fadingEdge="horizontal"
|
/frameworks/base/tests/BiDiTests/res/layout/ |
view_group_margin_mixed.xml | 32 <LinearLayout android:orientation="horizontal" 54 <LinearLayout android:orientation="horizontal" 85 <LinearLayout android:orientation="horizontal" 107 <LinearLayout android:orientation="horizontal" 138 <LinearLayout android:orientation="horizontal" 160 <LinearLayout android:orientation="horizontal" 191 <LinearLayout android:orientation="horizontal" 213 <LinearLayout android:orientation="horizontal"
|
/packages/apps/Browser/res/layout/ |
tab_bar.xml | 18 android:orientation="horizontal" 25 android:orientation="horizontal" />
|
/external/freetype/include/freetype/ |
ftadvanc.h | 45 * Retrieve horizontal and vertical advance values without processing 102 /* Otherwise, it is the horizontal advance in a */ 103 /* horizontal layout. */ 149 /* Otherwise, they are the horizontal advances in a */ 150 /* horizontal layout. */
|
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-pseudo/ |
webkit | 30 -webkit-meter-horizontal-bar 31 -webkit-meter-horizontal-even-less-good-value 32 -webkit-meter-horizontal-optimum-value 33 -webkit-meter-horizontal-suboptimal-value 70 horizontal
|
/packages/apps/Bluetooth/res/layout/ |
testactivity_main.xml | 6 <LinearLayout android:orientation="horizontal" 20 <LinearLayout android:orientation="horizontal" 40 <LinearLayout android:orientation="horizontal" 58 <LinearLayout android:orientation="horizontal" 76 <LinearLayout android:orientation="horizontal"
|
/external/freetype/src/sfnt/ |
ttmtx.c | 139 void* lm = &face->horizontal.long_metrics; 140 void** sm = &face->horizontal.short_metrics; 147 num_longs = face->horizontal.number_Of_HMetrics; 151 face->horizontal.number_Of_HMetrics = 0; 228 face->horizontal.number_Of_HMetrics = (FT_UShort)num_longs; 307 header = &face->horizontal; 331 /* Returns the horizontal or vertical metrics in font units for a */ 336 /* header :: A pointer to either the horizontal or vertical metrics */ 373 header = &face->horizontal; 435 void* h = &face->horizontal; [all...] |
/frameworks/base/tests/StatusBar/res/layout/ |
notification_builder_test.xml | 10 android:orientation="horizontal" 21 android:orientation="horizontal" 39 android:orientation="horizontal" 57 android:orientation="horizontal" 75 android:orientation="horizontal" 93 android:orientation="horizontal" 111 android:orientation="horizontal" 129 android:orientation="horizontal" 147 android:orientation="horizontal" 165 android:orientation="horizontal" [all...] |