Searched refs:SCROLL_AXIS_HORIZONTAL (Results 1 - 5 of 5) sorted by relevance

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DTestedFrameLayout.java181 return ViewCompat.SCROLL_AXIS_HORIZONTAL | ViewCompat.SCROLL_AXIS_VERTICAL;
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderSessionImpl.java1113 int axis = scrollPosX != 0 ? View.SCROLL_AXIS_HORIZONTAL : 0;
/frameworks/support/v4/java/android/support/v4/view/
H A DViewCompat.java289 public static final int SCROLL_AXIS_HORIZONTAL = 1 << 0; field in class:ViewCompat
3120 * @param axes Flags consisting of a combination of {@link ViewCompat#SCROLL_AXIS_HORIZONTAL}
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java2479 nestedScrollAxis |= ViewCompat.SCROLL_AXIS_HORIZONTAL;
2586 nestedScrollAxis |= ViewCompat.SCROLL_AXIS_HORIZONTAL;
/frameworks/base/core/java/android/view/
H A DView.java3186 public static final int SCROLL_AXIS_HORIZONTAL = 1 << 0; field in class:View
21033 * @param axes Flags consisting of a combination of {@link #SCROLL_AXIS_HORIZONTAL} and/or

Completed in 4370 milliseconds