Searched defs:mOrientation (Results 26 - 29 of 29) sorted by relevance

12

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DGridLayoutManager.java203 private int mOrientation = HORIZONTAL; field in class:GridLayoutManager
399 mOrientation = orientation;
406 if (mOrientation == HORIZONTAL) {
512 if (mOrientation == HORIZONTAL) {
520 if (mOrientation == HORIZONTAL) {
601 return mOrientation == HORIZONTAL || mNumRows > 1;
608 return mOrientation == VERTICAL || mNumRows > 1;
656 return (mOrientation == HORIZONTAL) ? getOpticalLeft(v) : getOpticalTop(v);
660 return (mOrientation == HORIZONTAL) ? getOpticalRight(v) : getOpticalBottom(v);
664 return (mOrientation
[all...]
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java248 int mOrientation = DEFAULT_ORIENTATION; field in class:GridLayout
304 return mOrientation;
344 if (this.mOrientation != orientation) {
345 this.mOrientation = orientation;
721 final boolean horizontal = (mOrientation == HORIZONTAL);
907 boolean horizontal = (mOrientation == HORIZONTAL);
950 if (mOrientation == HORIZONTAL) {
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DStaggeredGridLayoutManager.java108 private int mOrientation; field in class:StaggeredGridLayoutManager
207 mOrientation = orientation;
287 final int preferredSpanDir = mOrientation == VERTICAL && isLayoutRTL() ? 1 : -1;
389 if (orientation == mOrientation) {
392 mOrientation = orientation;
494 mPrimaryOrientation = OrientationHelper.createOrientationHelper(this, mOrientation);
496 .createOrientationHelper(this, 1 - mOrientation);
508 if (mOrientation == VERTICAL || !isLayoutRTL()) {
764 if (mOrientation == VERTICAL) {
971 if (mOrientation
[all...]
/frameworks/native/services/inputflinger/
H A DInputReader.h1070 int32_t mOrientation; // orientation for dpad keys member in class:android::KeyboardInputMapper
1162 int32_t mOrientation; member in class:android::CursorInputMapper

Completed in 1288 milliseconds

12