HomeSort by relevance Sort by last modified time
    Searched refs:HORIZONTAL (Results 76 - 100 of 357) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
GridLayoutManagerWrapContentTest.java 21 import static androidx.recyclerview.widget.LinearLayoutManager.HORIZONTAL;
65 lm.setOrientation(mHorizontal ? HORIZONTAL : VERTICAL);
175 .aspectRatio(HORIZONTAL, .5f),
GridLayoutManagerTest.java 22 import static androidx.recyclerview.widget.LinearLayoutManager.HORIZONTAL;
503 .orientation(HORIZONTAL).reverseLayout(true),
593 .orientation(HORIZONTAL).reverseLayout(false),
    [all...]
LinearLayoutManagerTest.java 22 import static androidx.recyclerview.widget.LinearLayoutManager.HORIZONTAL;
417 setupByConfig(new Config(HORIZONTAL, false, false).adapter(adapter).reverseLayout(true),
503 setupByConfig(new Config(HORIZONTAL, false, false).adapter(adapter), false);
    [all...]
FocusSearchNavigationTest.java 20 import static androidx.recyclerview.widget.RecyclerView.HORIZONTAL;
82 new Object[]{HORIZONTAL, ViewCompat.LAYOUT_DIRECTION_LTR},
83 new Object[]{HORIZONTAL, ViewCompat.LAYOUT_DIRECTION_RTL}
89 new Object[]{HORIZONTAL, ViewCompat.LAYOUT_DIRECTION_LTR}
LinearLayoutManagerBaseConfigSetTest.java 21 import static androidx.recyclerview.widget.LinearLayoutManager.HORIZONTAL;
213 if (config.mOrientation == HORIZONTAL) {
249 if (mConfig.mOrientation == HORIZONTAL) {
283 if (mConfig.mOrientation == HORIZONTAL) {
  /frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
OrientationHelper.java 25 * It is developed to easily support vertical and horizontal orientations in a LayoutManager but
38 public static final int HORIZONTAL = RecyclerView.HORIZONTAL;
84 * For example, for the horizontal helper, if a View's left is at pixel 20, has 2px left
96 * For example, for the horizontal helper, if a View's right is at pixel 200, has 2px right
202 * Returns the padding at the end of the layout. For horizontal helper, this is the right
236 * @param orientation Desired orientation. Should be {@link #HORIZONTAL} or {@link #VERTICAL}
242 case HORIZONTAL:
251 * Creates a horizontal OrientationHelper for the given LayoutManager.
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
IconView.java 39 public static final int HORIZONTAL = 1;
45 private int mOrientation = HORIZONTAL;
91 if (mOrientation == HORIZONTAL) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DockState.java 65 @IntDef({HORIZONTAL, VERTICAL})
67 private static final int HORIZONTAL = 0;
71 public static final DockState NONE = new DockState(DOCKED_INVALID, -1, 80, 255, HORIZONTAL,
78 SPLIT_SCREEN_CREATE_MODE_TOP_OR_LEFT, DOCK_AREA_ALPHA, 0, HORIZONTAL,
86 SPLIT_SCREEN_CREATE_MODE_BOTTOM_OR_RIGHT, DOCK_AREA_ALPHA, 0, HORIZONTAL,
  /frameworks/support/leanback/src/main/java/androidx/leanback/widget/
GridLayoutManager.java 16 import static androidx.recyclerview.widget.RecyclerView.HORIZONTAL;
176 if (orientation == HORIZONTAL) {
262 if (mOrientation == HORIZONTAL) {
376 if (mOrientation == HORIZONTAL) {
438 int mOrientation = HORIZONTAL;
539 * Set to true for RTL layout in horizontal orientation
719 if (orientation != HORIZONTAL && orientation != VERTICAL) {
733 if (mOrientation == HORIZONTAL) {
743 mWindowAlignment.horizontal.setReversedFlow(layoutDirection == View.LAYOUT_DIRECTION_RTL);
856 if (mOrientation == HORIZONTAL) {
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
ScrollController.java 617 private int mOrientation = ScrollAdapterView.HORIZONTAL;
623 final public Axis horizontal = new Axis(mLerper, "horizontal"); field in class:ScrollController
625 private Axis mMainAxis = horizontal;
638 /** the major movement is in horizontal or vertical */
670 if (mOrientation == ScrollAdapterView.HORIZONTAL) {
671 mMainAxis = horizontal;
675 mSecondAxis = horizontal;
732 return (dx == 0 || horizontal.canScroll(dx < 0)) &&
767 horizontal.setOperationMode(operationMode)
    [all...]
  /external/proguard/src/proguard/gui/
FilterDialog.java 78 textConstraints.fill = GridBagConstraints.HORIZONTAL;
90 textFieldConstraints.fill = GridBagConstraints.HORIZONTAL;
97 panelConstraints.fill = GridBagConstraints.HORIZONTAL;
TabbedPane.java 75 buttonConstraints.fill = GridBagConstraints.HORIZONTAL;
  /development/samples/ApiDemos/src/com/example/android/apis/view/
LinearLayout8.java 32 * Demonstrates horizontal and vertical gravity
80 mLinearLayout.setOrientation(LinearLayout.HORIZONTAL);
  /external/python/cpython2/Demo/tix/samples/
ComboBox.py 79 box = Tix.ButtonBox(w, orientation=Tix.HORIZONTAL)
Control.py 75 box = Tix.ButtonBox(w, orientation=Tix.HORIZONTAL)
PanedWin.py 79 box = Tix.ButtonBox(w, orientation=Tix.HORIZONTAL)
SHList1.py 102 box= Tix.ButtonBox(top, orientation=Tix.HORIZONTAL )
Tree.py 29 box = Tix.ButtonBox(w, orientation=Tix.HORIZONTAL)
  /frameworks/base/core/java/com/android/internal/widget/
ButtonBarLayout.java 146 setOrientation(stacked ? LinearLayout.VERTICAL : LinearLayout.HORIZONTAL);
  /frameworks/base/core/tests/coretests/src/android/widget/focus/
HorizontalFocusSearch.java 62 mLayout.setOrientation(LinearLayout.HORIZONTAL);
VerticalFocusSearch.java 29 * Holds a few buttons of various sizes and horizontal placements in a
134 ll.setOrientation(LinearLayout.HORIZONTAL);
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
AdjacentListsWithAdjacentISVsInside.java 91 ll.setOrientation(LinearLayout.HORIZONTAL);
  /frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
NavigationBar.java 98 if (orientation == HORIZONTAL) {
  /frameworks/support/viewpager2/src/main/java/androidx/viewpager2/widget/
ViewPager2.java 115 a.getInt(R.styleable.ViewPager2_android_orientation, Orientation.HORIZONTAL));
510 @IntDef({Orientation.HORIZONTAL, Orientation.VERTICAL})
512 int HORIZONTAL = RecyclerView.HORIZONTAL;
  /hardware/interfaces/camera/device/3.4/default/include/ext_device_v3_4_impl/
ExternalCameraUtils.h 144 HORIZONTAL = 0,

Completed in 1667 milliseconds

1 2 34 5 6 7 8 91011>>