HomeSort by relevance Sort by last modified time
    Searched refs:VERTICAL (Results 126 - 150 of 421) sorted by null

1 2 3 4 56 7 8 91011>>

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DeadZone.java 44 public static final int VERTICAL = 1; // Consume taps along the left edge.
107 mVertical = (index == VERTICAL);
111 + (mVertical ? " vertical" : " horizontal"));
138 // In the vertical orientation consume taps along the left edge.
  /frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
GridLayoutManagerWrapContentTest.java 22 import static androidx.recyclerview.widget.LinearLayoutManager.VERTICAL;
65 lm.setOrientation(mHorizontal ? HORIZONTAL : VERTICAL);
BaseLinearLayoutManagerTest.java 22 import static androidx.recyclerview.widget.LinearLayoutManager.VERTICAL;
56 for (int orientation : new int[]{VERTICAL, HORIZONTAL}) {
111 config.mOrientation == VERTICAL ? WRAP_CONTENT : MATCH_PARENT
126 setupByConfig(new Config(VERTICAL, false, false), true);
280 int mOrientation = VERTICAL;
RecyclerViewFastScrollerTest.java 19 import static androidx.recyclerview.widget.RecyclerView.VERTICAL;
128 layout.setOrientation(VERTICAL);
312 layout.setOrientation(VERTICAL);
  /frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
StaggeredGridLayoutManager.java 46 * It supports horizontal & vertical layout as well as an ability to layout children in reverse.
61 public static final int VERTICAL = RecyclerView.VERTICAL;
99 * than this factor times the total space of the list. If layout is vertical, total space is the
225 * "layoutManager". Defaults to single column and vertical.
241 * @param spanCount If orientation is vertical, spanCount is number of columns. If
243 * @param orientation {@link #VERTICAL} or {@link #HORIZONTAL}
345 final int preferredSpanDir = mOrientation == VERTICAL && isLayoutRTL() ? 1 : -1;
446 * @param orientation {@link #HORIZONTAL} or {@link #VERTICAL}
449 if (orientation != HORIZONTAL && orientation != VERTICAL) {
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
LinearLayoutManager.java 49 public static final int VERTICAL = OrientationHelper.VERTICAL;
56 * than this factor times the total space of the list. If layout is vertical, total space is the
63 * Current orientation. Either {@link #HORIZONTAL} or {@link #VERTICAL}
148 * Creates a vertical LinearLayoutManager
153 this(context, VERTICAL, false);
159 * #VERTICAL}.
170 * "layoutManager". Defaults to vertical orientation.
285 * @return true if {@link #getOrientation()} is {@link #VERTICAL}
289 return mOrientation == VERTICAL;
    [all...]
  /frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
Layout.java 51 import static android.widget.LinearLayout.VERTICAL;
66 * | Content, vertical extending | b |
80 * | Content, vertical extending |
504 mNavBarOrientation = barOnBottom ? LinearLayout.HORIZONTAL : VERTICAL;
562 * Return true if the nav bar is present and is vertical.
565 return hasNavBar() && mNavBarOrientation == VERTICAL;
  /frameworks/support/viewpager2/src/main/java/androidx/viewpager2/widget/
ViewPager2.java 510 @IntDef({Orientation.HORIZONTAL, Orientation.VERTICAL})
513 int VERTICAL = RecyclerView.VERTICAL;
  /cts/tests/inputmethod/src/android/view/inputmethod/cts/
OnScreenPositionTest.java 63 layout.setOrientation(LinearLayout.VERTICAL);
  /cts/tests/tests/text/src/android/text/method/cts/
TransformationMethodTest.java 81 layout.setOrientation(LinearLayout.VERTICAL);
  /cts/tests/tests/view/src/android/view/cts/
LayoutInflaterTest.java 224 linearLayout.setOrientation(LinearLayout.VERTICAL);
248 linearLayout.setOrientation(LinearLayout.VERTICAL);
277 linearLayout.setOrientation(LinearLayout.VERTICAL);
317 linearLayout.setOrientation(LinearLayout.VERTICAL);
  /development/apps/Development/src/com/android/development/
Details.java 79 mLinearLayout.setOrientation(LinearLayout.VERTICAL);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
MenuInflateFromXml.java 80 layout.setOrientation(LinearLayout.VERTICAL);
  /external/droiddriver/src/io/appium/droiddriver/scroll/
AccessibilityEventScrollStepStrategy.java 145 if (axis == Axis.VERTICAL) {
StepBasedScroller.java 72 * perScrollTimeoutMillis, vertical axis, not startFromBegining.
75 this(100, 1000L, Axis.VERTICAL, scrollStepStrategy, false);
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
DemoUtility.java 53 c.fill = GridBagConstraints.VERTICAL;
  /external/libmojo/mojo/public/cpp/bindings/tests/
sample_service_unittest.cc 45 bar->type = Bar::Type::VERTICAL;
49 Bar::Type type = i % 2 == 0 ? Bar::Type::VERTICAL : Bar::Type::HORIZONTAL;
125 EXPECT_EQ(Bar::Type::VERTICAL, foo.bar->type);
130 Bar::Type type = i % 2 == 0 ? Bar::Type::VERTICAL : Bar::Type::HORIZONTAL;
  /external/python/cpython2/Lib/idlelib/
textView.py 52 self.scrollbarView = Scrollbar(frameText, orient=VERTICAL,
  /external/python/cpython3/Lib/idlelib/
textview.py 52 self.scrollbarView = Scrollbar(frameText, orient=VERTICAL,
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
CirclePropActivity.java 42 layout.setOrientation(LinearLayout.VERTICAL);
HardwareCanvasSurfaceViewActivity.java 77 layout.setOrientation(LinearLayout.VERTICAL);
PixelCopyWindow.java 44 layout.setOrientation(LinearLayout.VERTICAL);
PointsActivity.java 44 container.setOrientation(LinearLayout.VERTICAL);
  /frameworks/base/tests/TransformTest/src/com/google/android/test/transform/
TransformTestActivity.java 53 root.setOrientation(LinearLayout.VERTICAL);
  /frameworks/base/tests/UiBench/src/com/android/test/uibench/
NotificationShadeActivity.java 95 setOrientation(LinearLayout.VERTICAL);

Completed in 848 milliseconds

1 2 3 4 56 7 8 91011>>