/packages/apps/VideoEditor/res/layout/ |
empty_project_layout.xml | 20 android:orientation="horizontal"
|
loading_layout.xml | 20 android:orientation="horizontal"
|
/packages/experimental/LoaderApp/res/layout/ |
home_xlarge.xml | 32 android:orientation="horizontal"
|
two_pane.xml | 32 android:orientation="horizontal"
|
/packages/inputmethods/LatinIME/java/res/layout/ |
mini_keyboard.xml | 24 android:orientation="horizontal"
|
more_suggestions.xml | 24 android:orientation="horizontal"
|
sound_effect_volume_dialog.xml | 28 android:orientation="horizontal"
|
suggestions_strip.xml | 27 android:orientation="horizontal"
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
sample1a-expected-gridLayout1.xml | 7 android:orientation="horizontal" >
|
sample5-expected-gridLayout5.xml | 7 android:orientation="horizontal" >
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/testdata/ |
mock_attrs.xml | 50 <!-- Defines an horizontal widget. --> 51 <enum name="horizontal" value="0" /> 71 <!-- Place object in the horizontal center of its container, not changing its size. --> 73 <!-- Grow the horizontal size of the object if needed so it completely fills its container. --> 75 <!-- Place the object in the center of its container in both the vertical and horizontal axis, not changing its size. --> 77 <!-- Grow the horizontal and vertical size of the object if needed so it completely fills its container. --> 97 <!-- Place object in the horizontal center of its container, not changing its size. --> 99 <!-- Grow the horizontal size of the object if needed so it completely fills its container. --> 101 <!-- Place the object in the center of its container in both the vertical and horizontal axis, not changing its size. --> 103 <!-- Grow the horizontal and vertical size of the object if needed so it completely fills its container. -- [all...] |
/sdk/layoutopt/libs/uix/src/resources/rules/ |
UselessLayout.rule | 8 // - The node's parent is not a scroll view (horizontal or vertical)
|
/development/samples/Home/src/com/example/android/home/ |
ApplicationsStackLayout.java | 38 * This layout supports two different orientations: vertical and horizontal. When horizontal, 55 * orientation: horizontal or vertical 62 public static final int HORIZONTAL = 0; 122 * Return the current orientation, either VERTICAL (default) or HORIZONTAL.
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/ |
omxVCM4P2_PredictReconCoefIntra_s.s | 148 LDRNESH absCoeffDC,[pPredBufCol] ;// If horizontal load the coeff from column Prediction Buffer 201 BNE Horizontal ;// If the Prediction direction is horizontal branch to Horizontal 236 Horizontal
|
/frameworks/base/tests/BiDiTests/res/layout/ |
linear_layout_locale.xml | 27 <LinearLayout android:orientation="horizontal" 51 <LinearLayout android:orientation="horizontal" 76 <LinearLayout android:orientation="horizontal" 101 <LinearLayout android:orientation="horizontal" 126 <LinearLayout android:orientation="horizontal"
|
linear_layout_ltr.xml | 27 <LinearLayout android:orientation="horizontal" 51 <LinearLayout android:orientation="horizontal" 76 <LinearLayout android:orientation="horizontal" 101 <LinearLayout android:orientation="horizontal" 126 <LinearLayout android:orientation="horizontal"
|
linear_layout_rtl.xml | 27 <LinearLayout android:orientation="horizontal" 51 <LinearLayout android:orientation="horizontal" 76 <LinearLayout android:orientation="horizontal" 101 <LinearLayout android:orientation="horizontal" 126 <LinearLayout android:orientation="horizontal"
|
/packages/apps/Launcher2/res/values/ |
attrs.xml | 24 <!-- Horizontal widget. --> 25 <enum name="horizontal" value="1" /> 42 <!-- The number of horizontal cells in the CellLayout --> 51 <!-- The number of horizontal cells in the CellLayout --> 132 <!-- Horizontal spacing between widgets and wallpapers -->
|
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/ |
post_proc_semaphore.cpp | 35 horizontal deblocking, and deringing bits set up accordingly 52 zero. This case can induce horizontal and vertical blocking artifacts, 53 therefore, both horizontal and vertical deblocking bits are enabled. 55 The following conditions are tested when setting up the horizontal/vertical 62 (q_block[n*B_SIZE], n = 0, ..., B_SIZE-1) are non-zero, horizontal blocking 63 artifacts may result, therefore, only the horizontal deblocking bit is 64 enabled. Otherwise, the horizontal deblocking bit is disabled. 69 The 3 least significant bits of postmode defines vertical or horizontal 78 | Horizontal Deblocking (Bit #1) | 1 | 0 | 136 /* Set default value to vertical and horizontal deblocking enabled * [all...] |
/external/freetype/include/freetype/internal/ |
tttypes.h | 423 /* horiBearingX :: The horizontal left bearing. */ 425 /* horiBearingY :: The horizontal top bearing. */ 427 /* horiAdvance :: The horizontal advance. */ 491 /* bitmap strike, for either a horizontal or vertical layout. */ 513 /* horizontal advance - */ 1269 TT_HoriHeader horizontal; \/* TrueType horizontal header *\/ member in struct:TT_FaceRec_ [all...] |
/external/webkit/Source/WebCore/rendering/ |
InlineBox.h | 174 void setIsHorizontal(bool horizontal) { m_isHorizontal = horizontal; } 235 // The logicalLeft position is the left edge of the line box in a horizontal line and the top edge in a vertical line. 248 // The logicalTop[ position is the top edge of the line box in a horizontal line and the left edge in a vertical line. 259 // The logical width is our extent in the line's overall inline direction, i.e., width for horizontal text and height for vertical text. 263 // The logical height is our extent in the block flow direction, i.e., height for horizontal text and width for vertical text.
|
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-values/ |
mozilla | 97 -moz-scrollbars-horizontal 269 horizontal 414 scale-horizontal 416 scalethumb-horizontal 430 scrollbarthumb-horizontal 432 scrollbartrack-horizontal
|
/frameworks/base/core/java/android/view/animation/ |
ScaleAnimation.java | 136 * @param fromX Horizontal scaling factor to apply at the start of the 138 * @param toX Horizontal scaling factor to apply at the end of the animation 156 * @param fromX Horizontal scaling factor to apply at the start of the 158 * @param toX Horizontal scaling factor to apply at the end of the animation 186 * @param fromX Horizontal scaling factor to apply at the start of the 188 * @param toX Horizontal scaling factor to apply at the end of the animation
|
/frameworks/media/libvideoeditor/vss/video_filters/src/ |
M4VIFI_ResizeYUVtoBGR565.c | 127 /* Compute horizontal ratio between src and destination width for Y Plane. */ 147 /* Compute horizontal ratio between src and destination width for U and V Planes. */ 270 /* Horizontal weight factor for Y plane */ 272 /* Horizontal weight factor for U and V planes */ 317 /* Horizontal weight factor */ 391 } /* End of horizontal scanning */
|
M4VIFI_ResizeYUVtoRGB565.c | 131 /* Compute horizontal ratio between src and destination width for Y Plane.*/ 151 /* Compute horizontal ratio between src and destination width for U and V Planes.*/ 274 /* Horizontal weight factor for Y Plane */ 276 /* Horizontal weight factor for U and V Planes */ 320 /* Horizontal weight factor */ 392 } /* End of horizontal scanning */
|