Searched refs:horizontal (Results 1 – 19 of 19) sorted by relevance
188 int horizontal = gravity & GRAVITY_HORIZ_MASK; in getGravity() local191 if ((horizontal & (GRAVITY_LEFT|GRAVITY_START)) != 0) { in getGravity()192 if ((horizontal & GRAVITY_LEFT) != 0) { in getGravity()195 if ((horizontal & GRAVITY_START) != 0) { in getGravity()201 } else if ((horizontal & (GRAVITY_RIGHT|GRAVITY_END)) != 0) { in getGravity()202 if ((horizontal & GRAVITY_RIGHT) != 0) { in getGravity()205 if ((horizontal & GRAVITY_END) != 0) { in getGravity()211 } else if ((horizontal & GRAVITY_CENTER_HORIZ) != 0) { in getGravity()213 } else if ((horizontal & GRAVITY_FILL_HORIZ) != 0) { in getGravity()
390 String horizontal = GRAVITY_VALUE_LEFT; in computeDefaultGravity() local393 horizontal = GRAVITY_VALUE_FILL_HORIZONTAL; in computeDefaultGravity()399 if (horizontal == GRAVITY_VALUE_FILL_HORIZONTAL in computeDefaultGravity()403 gravity = horizontal + '|' + vertical; in computeDefaultGravity()405 gravity = horizontal; in computeDefaultGravity()
1 Code completion in completion7.xml for android:orientation="^ selecting horizontal:4 + android:orientation="horizontal^
1 Code completion in completion5.xml for android:orientation='^' selecting horizontal:4 + android:orientation='horizontal'^
1 Code completion in completion6.xml for android:orientation="^" selecting horizontal:4 + android:orientation="horizontal"^
1 …etion in completionvalues1.xml for <item name="android:orientation">h^</item> selecting horizontal:4 + <item name="android:orientation">horizontal^</item>
2 horizontal
2 android:textScaleX : Sets the horizontal scaling factor for the text. [float]
6 android:scrollX : The initial horizontal scroll offset, in pixels. [dimension]26 android:scrollbarSize : Sets the width of vertical scrollbars and height of horizontal scrollbars.…27 android:scrollbarThumbHorizontal : Defines the horizontal scrollbar thumb drawable. [reference]29 android:scrollbarTrackHorizontal : Defines the horizontal scrollbar track drawable. [reference]31 android:scrollbarAlwaysDrawHorizontalTrack : Defines whether the horizontal scrollbar track should …
11 android:textScaleX : Sets the horizontal scaling factor for the text. [float]81 android:scrollX : The initial horizontal scroll offset, in pixels. [dimension]101 android:scrollbarSize : Sets the width of vertical scrollbars and height of horizontal scrollbars.…102 android:scrollbarThumbHorizontal : Defines the horizontal scrollbar thumb drawable. [reference]104 android:scrollbarTrackHorizontal : Defines the horizontal scrollbar track drawable. [reference]106 android:scrollbarAlwaysDrawHorizontalTrack : Defines whether the horizontal scrollbar track should …
124 android:horizontalSpacing : Defines the default horizontal spacing between columns. [dimension]185 android:orientation : Should the layout be a column or a row? Use "horizontal" for a row, "vertica…221 android:scrollX : The initial horizontal scroll offset, in pixels. [dimension]223 android:scrollbarAlwaysDrawHorizontalTrack : Defines whether the horizontal scrollbar track should …227 android:scrollbarSize : Sets the width of vertical scrollbars and height of horizontal scrollbars.…229 android:scrollbarThumbHorizontal : Defines the horizontal scrollbar thumb drawable. [reference]231 android:scrollbarTrackHorizontal : Defines the horizontal scrollbar track drawable. [reference]288 android:textScaleX : Sets the horizontal scaling factor for the text. [float]
... int PENDING private static final int COMPLETE public final boolean horizontal public int definedCount private int maxIndex android.support. ...
147 boolean horizontal = orientation == null || in computePadding()149 combineLinearLayout(childrenPadding.values(), padding, horizontal); in computePadding() local185 boolean horizontal) { in combineLinearLayout() argument191 int sumIndex = horizontal ? 0 : 1; in combineLinearLayout()193 int maxIndex = horizontal ? 1 : 0; in combineLinearLayout()
242 private MockXmlNode createLinearLayout(boolean horizontal, MockXmlNode[] children) { in createLinearLayout() argument246 horizontal ? "horizontal" : "vertical"); in createLinearLayout()
419 Tick horizontal = getContentArea(mHorizontalContents); in getContentArea() local428 if (horizontal != null) { in getContentArea()429 rect.x = horizontal.start; in getContentArea()430 rect.width = horizontal.getLength(); in getContentArea()
882 Object horizontal = horizontalAxis.get(view); in getAxisBounds() local884 Field locations = horizontal.getClass().getDeclaredField("locations"); //$NON-NLS-1$ in getAxisBounds()887 Object horizontalLocations = locations.get(horizontal); in getAxisBounds()
668 return ResizePolicy.horizontal(); in getResizePolicy()
309 offered both in horizontal and vertical configurations.