Searched refs:HORIZONTAL (Results 1 - 25 of 30) sorted by relevance

12

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
H A DFakeActionBar.java33 super(context, density, LinearLayout.HORIZONTAL, "/bars/action_bar.xml", "action_bar.xml");
H A DTitleBar.java33 super(context, density, LinearLayout.HORIZONTAL, "/bars/title_bar.xml", "title_bar.xml");
H A DStatusBar.java37 super(context, density, LinearLayout.HORIZONTAL, "/bars/status_bar.xml", "status_bar.xml");
H A DCustomBar.java68 if (orientation == LinearLayout.HORIZONTAL) {
/frameworks/base/core/tests/coretests/src/android/widget/focus/
H A DGoneParentFocusedChild.java59 mLayout.setOrientation(LinearLayout.HORIZONTAL);
66 mGoneGroup.setOrientation(LinearLayout.HORIZONTAL);
H A DAdjacentVerticalRectLists.java67 mLayout.setOrientation(LinearLayout.HORIZONTAL);
H A DHorizontalFocusSearch.java62 mLayout.setOrientation(LinearLayout.HORIZONTAL);
H A DVerticalFocusSearch.java134 ll.setOrientation(LinearLayout.HORIZONTAL);
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DMultiLayersActivity.java37 row1.setOrientation(LinearLayout.HORIZONTAL);
42 row2.setOrientation(LinearLayout.HORIZONTAL);
/frameworks/support/v4/java/android/support/v4/widget/
H A DAutoScrollHelper.java133 private static final int HORIZONTAL = 0; field in class:AutoScrollHelper
294 mMaximumVelocity[HORIZONTAL] = horizontalMax / 1000f;
312 mMinimumVelocity[HORIZONTAL] = horizontalMin / 1000f;
333 mRelativeVelocity[HORIZONTAL] = horizontal / 1000f;
373 mRelativeEdges[HORIZONTAL] = horizontal;
395 mMaximumEdges[HORIZONTAL] = horizontalMax;
468 HORIZONTAL, event.getX(), v.getWidth(), mTarget.getWidth());
/frameworks/base/core/java/com/android/internal/widget/
H A DAutoScrollHelper.java132 private static final int HORIZONTAL = 0; field in class:AutoScrollHelper
293 mMaximumVelocity[HORIZONTAL] = horizontalMax / 1000f;
311 mMinimumVelocity[HORIZONTAL] = horizontalMin / 1000f;
332 mRelativeVelocity[HORIZONTAL] = horizontal / 1000f;
372 mRelativeEdges[HORIZONTAL] = horizontal;
394 mMaximumEdges[HORIZONTAL] = horizontalMax;
467 HORIZONTAL, event.getX(), v.getWidth(), mTarget.getWidth());
H A DRotarySelector.java48 public static final int HORIZONTAL = 0; field in class:RotarySelector
158 * Either {@link #HORIZONTAL} or {@link #VERTICAL}.
175 mOrientation = a.getInt(R.styleable.RotarySelector_orientation, HORIZONTAL);
235 return mOrientation == HORIZONTAL;
H A DSlidingTab.java56 private static final int HORIZONTAL = 0; // as defined in attrs.xml field in class:SlidingTab
76 * Either {@link #HORIZONTAL} or {@link #VERTICAL}.
452 mOrientation = a.getInt(R.styleable.SlidingTab_orientation, HORIZONTAL);
714 return mOrientation == HORIZONTAL;
/frameworks/base/graphics/java/android/graphics/drawable/
H A DClipDrawable.java52 public static final int HORIZONTAL = 1; field in class:ClipDrawable
60 * @param orientation Bitwise-or of {@link #HORIZONTAL} and/or {@link #VERTICAL}
85 HORIZONTAL);
209 if ((mClipState.mOrientation & HORIZONTAL) != 0) {
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DMultiPaneChallengeLayout.java40 public static final int HORIZONTAL = LinearLayout.HORIZONTAL; field in class:MultiPaneChallengeLayout
76 HORIZONTAL);
297 if (mOrientation == HORIZONTAL) {
378 final boolean fixedLayoutHorizontal = fixedLayoutSize && mOrientation == HORIZONTAL;
524 if (parent.mOrientation == HORIZONTAL) {
/frameworks/base/core/tests/coretests/src/android/widget/listview/
H A DAdjacentListsWithAdjacentISVsInside.java91 ll.setOrientation(LinearLayout.HORIZONTAL);
/frameworks/base/core/tests/coretests/src/android/util/
H A DListItemFactory.java94 ll.setOrientation(LinearLayout.HORIZONTAL);
238 ll.setOrientation(LinearLayout.HORIZONTAL);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DDeadZone.java35 public static final int HORIZONTAL = 0; field in class:DeadZone
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderSessionImpl.java129 private int mNavigationBarOrientation = LinearLayout.HORIZONTAL;
259 topLayout.setOrientation(LinearLayout.HORIZONTAL);
377 if (mNavigationBarOrientation == LinearLayout.HORIZONTAL &&
382 hardwareConfig.getDensity(), LinearLayout.HORIZONTAL, isRtl,
1157 mNavigationBarOrientation = LinearLayout.HORIZONTAL;
/frameworks/base/core/java/android/widget/
H A DGridLayout.java171 public static final int HORIZONTAL = LinearLayout.HORIZONTAL; field in class:GridLayout
236 private static final int DEFAULT_ORIENTATION = HORIZONTAL;
305 * @return either {@link #HORIZONTAL} or {@link #VERTICAL}
325 * when orientation is {@link #HORIZONTAL} the horizontal axis is laid out first.
336 * orientation as {@code HORIZONTAL} - because {@code TextView} is capable of
340 * GridLayout, so it's fine to leave GridLayout in {@code HORIZONTAL} mode even if
343 * The default value of this property is {@link #HORIZONTAL}.
345 * @param orientation either {@link #HORIZONTAL} or {@link #VERTICAL}
729 final boolean horizontal = (mOrientation == HORIZONTAL);
[all...]
H A DTabHost.java313 case LinearLayout.HORIZONTAL:
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java171 public static final int HORIZONTAL = LinearLayout.HORIZONTAL; field in class:GridLayout
236 private static final int DEFAULT_ORIENTATION = HORIZONTAL;
305 * @return either {@link #HORIZONTAL} or {@link #VERTICAL}
325 * when orientation is {@link #HORIZONTAL} the horizontal axis is laid out first.
336 * orientation as {@code HORIZONTAL} - because {@code TextView} is capable of
340 * GridLayout, so it's fine to leave GridLayout in {@code HORIZONTAL} mode even if
343 * The default value of this property is {@link #HORIZONTAL}.
345 * @param orientation either {@link #HORIZONTAL} or {@link #VERTICAL}
729 final boolean horizontal = (mOrientation == HORIZONTAL);
[all...]
/frameworks/support/v13/java/android/support/v13/app/
H A DFragmentTabHost.java152 tw.setOrientation(TabWidget.HORIZONTAL);
/frameworks/support/v4/java/android/support/v4/app/
H A DFragmentTabHost.java160 tw.setOrientation(TabWidget.HORIZONTAL);
/frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/
H A DActivityTestMain.java343 item.setOrientation(LinearLayout.HORIZONTAL);

Completed in 2163 milliseconds

12