/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
D | GravityHelper.java | 188 int horizontal = gravity & GRAVITY_HORIZ_MASK; in getGravity() local 191 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()
|
D | GridLayoutRule.java | 390 String horizontal = GRAVITY_VALUE_LEFT; in computeDefaultGravity() local 393 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()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
D | completion5-expected-applyCompletion19.diff | 1 Code completion in completion5.xml for android:orientation='^' selecting horizontal: 4 + android:orientation='horizontal'^
|
D | completion6-expected-applyCompletion22.diff | 1 Code completion in completion6.xml for android:orientation="^" selecting horizontal: 4 + android:orientation="horizontal"^
|
D | completion7-expected-applyCompletion23.diff | 1 Code completion in completion7.xml for android:orientation="^ selecting horizontal: 4 + android:orientation="horizontal^
|
D | completionvalues1-expected-applyCompletion37.diff | 1 …etion in completionvalues1.xml for <item name="android:orientation">h^</item> selecting horizontal: 4 + <item name="android:orientation">horizontal^</item>
|
D | completionvalues1-expected-completion37.txt | 2 horizontal
|
D | completionvalues1-expected-completion23.txt | 2 android:textScaleX : Sets the horizontal scaling factor for the text. [float]
|
D | completion12-expected-completion75.txt | 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 …
|
D | completion5-expected-completion40.txt | 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 …
|
D | completion1-expected-completion39.txt | 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 …
|
D | completionvalues1-expected-completion32.txt | 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]
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/ |
D | ExplodedRenderingHelper.java | 147 boolean horizontal = orientation == null || in computePadding() 149 combineLinearLayout(childrenPadding.values(), padding, horizontal); in computePadding() local 185 boolean horizontal) { in combineLinearLayout() argument 191 int sumIndex = horizontal ? 0 : 1; in combineLinearLayout() 193 int maxIndex = horizontal ? 1 : 0; in combineLinearLayout()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/ |
D | ExplodeRenderingHelperTest.java | 242 private MockXmlNode createLinearLayout(boolean horizontal, MockXmlNode[] children) { in createLinearLayout() argument 246 horizontal ? "horizontal" : "vertical"); in createLinearLayout()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/graphics/ |
D | NinePatchedImage.java | 419 Tick horizontal = getContentArea(mHorizontalContents); in getContentArea() local 428 if (horizontal != null) { in getContentArea() 429 rect.x = horizontal.start; in getContentArea() 430 rect.width = horizontal.getLength(); in getContentArea()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/ |
D | GridModel.java | 882 Object horizontal = horizontalAxis.get(view); in getAxisBounds() local 884 Field locations = horizontal.getClass().getDeclaredField("locations"); //$NON-NLS-1$ in getAxisBounds() 887 Object horizontalLocations = locations.get(horizontal); in getAxisBounds()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/ |
D | ViewMetadataRepository.java | 668 return ResizePolicy.horizontal(); in getResizePolicy()
|
/sdk/eclipse/ |
D | changes.txt | 309 offered both in horizontal and vertical configurations.
|