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

12 3 4 5 6 7 8 91011>>

  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
Tkconstants.py 42 HORIZONTAL='horizontal'
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
Tkconstants.py 42 HORIZONTAL='horizontal'
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkconstants.py 42 HORIZONTAL='horizontal'
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkconstants.py 42 HORIZONTAL='horizontal'
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
MultiLayersActivity.java 37 row1.setOrientation(LinearLayout.HORIZONTAL);
42 row2.setOrientation(LinearLayout.HORIZONTAL);
  /frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
NoIdTest.java 44 mBinder.setOrientation(LinearLayout.HORIZONTAL);
46 assertEquals(LinearLayout.HORIZONTAL, linearLayout.getOrientation());
  /frameworks/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/widget/
LinearLayoutManagerActivity.java 54 return mLayoutManager.getOrientation() == LinearLayoutManager.HORIZONTAL;
59 mLayoutManager.setOrientation(newValue ? LinearLayoutManager.HORIZONTAL
GridLayoutManagerActivity.java 58 return mLayoutManager.getOrientation() == LinearLayoutManager.HORIZONTAL;
63 mLayoutManager.setOrientation(newValue ? LinearLayoutManager.HORIZONTAL
  /frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
GridLayoutManagerCachedBordersTest.java 19 import static androidx.recyclerview.widget.LinearLayoutManager.HORIZONTAL;
77 for (int orientation : new int[]{VERTICAL, HORIZONTAL}) {
LinearLayoutManagerResizeTest.java 19 import static androidx.recyclerview.widget.LinearLayoutManager.HORIZONTAL;
76 if (config.mOrientation == HORIZONTAL) {
BaseGridLayoutManagerTest.java 18 import static androidx.recyclerview.widget.LinearLayoutManager.HORIZONTAL;
64 for (int orientation : new int[]{VERTICAL, HORIZONTAL}) {
96 if (mGlm.getOrientation() == GridLayoutManager.HORIZONTAL) {
134 + ",mOrientation=" + (mOrientation == GridLayoutManager.HORIZONTAL ? "h" : "v")
198 if (getOrientation() == RecyclerView.HORIZONTAL) {
203 RecyclerView.HORIZONTAL);
241 if (getOrientation() == HORIZONTAL) {
LinearLayoutManagerPrepareForDropTest.java 19 import static androidx.recyclerview.widget.LinearLayoutManager.HORIZONTAL;
133 if (config.mOrientation == HORIZONTAL) {
168 if (config.mOrientation == HORIZONTAL) {
StaggeredGridLayoutManagerCacheTest.java 19 import static androidx.recyclerview.widget.LinearLayoutManager.HORIZONTAL;
130 if ((config.mOrientation == HORIZONTAL && mDx == 0)
136 boolean reverseScroll = config.mOrientation == HORIZONTAL ? mDx < 0 : mDy < 0;
StaggeredGridLayoutManagerWrapContentTest.java 22 import static androidx.recyclerview.widget.StaggeredGridLayoutManager.HORIZONTAL;
61 unspecifiedWithHintTest(mOrientation == StaggeredGridLayoutManager.HORIZONTAL);
86 mOrientation = HORIZONTAL;
RecyclerViewFocusTest.java 108 setupRecyclerView(true, RecyclerView.HORIZONTAL, true);
119 setupRecyclerView(true, RecyclerView.HORIZONTAL, false);
143 setupRecyclerView(true, RecyclerView.HORIZONTAL, true);
158 setupRecyclerView(true, RecyclerView.HORIZONTAL, false);
182 setupRecyclerView(true, RecyclerView.HORIZONTAL, true);
193 setupRecyclerView(true, RecyclerView.HORIZONTAL, false);
GridLayoutManagerWrapContentWithAspectRatioTest.java 25 import static androidx.recyclerview.widget.LinearLayoutManager.HORIZONTAL;
51 for (int orientation : new int[]{VERTICAL, HORIZONTAL}) {
97 mTestOrientation = HORIZONTAL;
118 mTestOrientation == HORIZONTAL ? MATCH_PARENT : WRAP_CONTENT,
122 mTestOrientation == HORIZONTAL ? 30 : 10,
204 mTestOrientation == HORIZONTAL ? MATCH_PARENT : WRAP_CONTENT,
208 mTestOrientation == HORIZONTAL ? 15 : 10,
284 mTestOrientation == HORIZONTAL ? 15 : 10,
  /frameworks/support/compat/src/main/java/androidx/core/widget/
AutoScrollHelper.java 61 * horizontal edges.
75 * Default value is 100% per second for both vertical and horizontal.
134 private static final int HORIZONTAL = 0;
288 * @param horizontalMax The maximum horizontal scrolling velocity, or
296 mMaximumVelocity[HORIZONTAL] = horizontalMax / 1000f;
307 * @param horizontalMin The minimum horizontal scrolling velocity, or
315 mMinimumVelocity[HORIZONTAL] = horizontalMin / 1000f;
327 * @param horizontal The target horizontal velocity as a fraction of the
336 public AutoScrollHelper setRelativeVelocity(float horizontal, float vertical)
    [all...]
  /external/libavc/encoder/arm/
ih264e_evaluate_intra_chroma_modes_a9q.s 298 @DO HORIZONTAL
300 vdup.16 q10, d9[3] @/HORIZONTAL VALUE ROW=0;
303 vdup.16 q11, d9[2] @/HORIZONTAL VALUE ROW=1;
305 vdup.16 q12, d9[1] @/HORIZONTAL VALUE ROW=2;
307 vdup.16 q13, d9[0] @/HORIZONTAL VALUE ROW=3;
309 vdup.16 q14, d8[3] @/HORIZONTAL VALUE ROW=4;
311 vdup.16 q15, d8[2] @/HORIZONTAL VALUE ROW=5;
313 vdup.16 q1, d8[1] @/HORIZONTAL VALUE ROW=6;
315 vdup.16 q2, d8[0] @/HORIZONTAL VALUE ROW=7;
  /frameworks/support/viewpager2/src/androidTest/java/androidx/viewpager2/widget/
SwipeTest.java 27 import static androidx.viewpager2.widget.ViewPager2.Orientation.HORIZONTAL;
141 NO_CONFIG_CHANGES, NO_MUTATIONS, 8, activityClass, HORIZONTAL));
147 activityClass, HORIZONTAL));
150 asList(3, 5, 7), NO_MUTATIONS, 7, activityClass, HORIZONTAL));
154 NO_MUTATIONS, 10, activityClass, HORIZONTAL));
157 NO_CONFIG_CHANGES, NO_MUTATIONS, 10, activityClass, HORIZONTAL));
160 NO_CONFIG_CHANGES, NO_MUTATIONS, 10, activityClass, HORIZONTAL));
167 Pair.create(5, 500)), 7, FragmentAdapterActivity.class, HORIZONTAL));
236 totalPages, activityClass, HORIZONTAL);
  /frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
DividerItemDecoration.java 33 * between items of a {@link LinearLayoutManager}. It supports both {@link #HORIZONTAL} and
43 public static final int HORIZONTAL = LinearLayout.HORIZONTAL;
52 * Current orientation. Either {@link #HORIZONTAL} or {@link #VERTICAL}.
63 * @param orientation Divider orientation. Should be {@link #HORIZONTAL} or {@link #VERTICAL}.
80 * @param orientation {@link #HORIZONTAL} or {@link #VERTICAL}
83 if (orientation != HORIZONTAL && orientation != VERTICAL) {
85 "Invalid orientation. It should be either HORIZONTAL or VERTICAL");
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
ScrollAdapterView.java 53 * Supports {@link #HORIZONTAL} and {@link #VERTICAL} set by {@link #setOrientation(int)}.
54 * So you could have a vertical ScrollAdapterView with a nested expanding Horizontal ScrollAdapterView.
149 public static final int HORIZONTAL = 0;
161 private int mOrientation = HORIZONTAL;
476 setOrientation(a.getInt(R.styleable.ScrollAdapterView_orientation, HORIZONTAL));
578 if (mOrientation == HORIZONTAL) {
682 (mOrientation == HORIZONTAL ? View.FOCUS_RIGHT : View.FOCUS_DOWN) :
683 (mOrientation == HORIZONTAL ? View.FOCUS_LEFT : View.FOCUS_UP);
790 scrollTo(mScroll.horizontal.getSystemScrollPos(), mScroll.vertical.getSystemScrollPos());
795 mScroll.horizontal.setSize(w)
    [all...]
  /frameworks/support/leanback/src/main/java/androidx/leanback/widget/
ItemAlignmentFacetHelper.java 17 import static androidx.recyclerview.widget.RecyclerView.HORIZONTAL;
46 if (orientation == HORIZONTAL) {
  /frameworks/support/viewpager2/src/androidTest/java/androidx/viewpager2/widget/swipe/
PageSwiper.java 48 mActionPrevious = orientation == ViewPager2.Orientation.HORIZONTAL
50 mActionNext = orientation == ViewPager2.Orientation.HORIZONTAL
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiSeparatorAttributeNode.java 87 Label sep = toolkit.createSeparator(row, SWT.HORIZONTAL);
95 sep = toolkit.createSeparator(row, SWT.HORIZONTAL);
  /development/samples/ApiDemos/src/com/example/android/apis/view/
InternalSelectionFocus.java 47 layout.setOrientation(LinearLayout.HORIZONTAL);

Completed in 1269 milliseconds

12 3 4 5 6 7 8 91011>>