Home | History | Annotate | Download | only in widget

Lines Matching refs:mOrientation

166     private int mOrientation = HORIZONTAL;
547 mOrientation = orientation;
552 return mOrientation;
588 if (mOrientation == HORIZONTAL) {
692 (mOrientation == HORIZONTAL ? View.FOCUS_RIGHT : View.FOCUS_DOWN) :
693 (mOrientation == HORIZONTAL ? View.FOCUS_LEFT : View.FOCUS_UP);
957 if (mOrientation == HORIZONTAL) {
1003 if (mOrientation == HORIZONTAL) {
1102 if (mOrientation == HORIZONTAL) {
1113 if (mOrientation == HORIZONTAL) {
1153 if (mOrientation == VERTICAL) {
1198 : mOrientation == HORIZONTAL ?
1211 (widthMode == MeasureSpec.AT_MOST && mOrientation == VERTICAL)) {
1212 int size = mOrientation == VERTICAL ? mScrapWidth * mItemsOnOffAxis
1222 (heightMode == MeasureSpec.AT_MOST && mOrientation == HORIZONTAL)) {
1223 int size = mOrientation == HORIZONTAL ?
1228 mMeasuredSpec = mOrientation == HORIZONTAL ? heightMeasureSpec : widthMeasureSpec;
1234 int scrollMax = (mOrientation == HORIZONTAL ? heightSize : widthSize) -
1291 maxSize = Math.max(maxSize, mOrientation == HORIZONTAL ? child.getMeasuredWidth() :
1298 if (mOrientation == HORIZONTAL) {
1308 if (mOrientation == HORIZONTAL) {
1358 if (mOrientation == HORIZONTAL) {
1390 if (mOrientation == HORIZONTAL) {
1398 if (mOrientation == HORIZONTAL) {
1415 if (mOrientation == HORIZONTAL) {
1492 if (mOrientation == HORIZONTAL) {
1518 int finalLocation = (mOrientation == HORIZONTAL) ? mScroll.getFinalX() :
1557 if (mOrientation == HORIZONTAL) {
1574 if (mOrientation == VERTICAL) {
1727 isOnOffAxis = mOrientation == VERTICAL;
1729 isOnOffAxis = mOrientation == HORIZONTAL;
1911 info.viewLocation = mOrientation == HORIZONTAL ? view.getLeft() : view.getTop();
1969 if (mOrientation == HORIZONTAL) {
2074 if (mOrientation != HORIZONTAL || mAdapter == null || getChildCount() == 0) {
2089 if (mOrientation != HORIZONTAL || mAdapter == null || getChildCount() == 0) {
2123 return mOrientation == HORIZONTAL ? (v.getLeft() + v.getRight()) / 2 : (v.getTop()
2128 return mOrientation == VERTICAL ? (v.getLeft() + v.getRight()) / 2 : (v.getTop()
2137 return mOrientation == HORIZONTAL ? v.getHeight() : v.getWidth();
2248 int viewSizeOffAxis = mOrientation == HORIZONTAL ? view.getHeight() : view.getWidth();
2312 (mOrientation == HORIZONTAL ? thisExpanded.expandedView.getMeasuredWidth()
2319 (mOrientation == HORIZONTAL ? nextExpanded.expandedView.getMeasuredWidth()
2327 (mOrientation == HORIZONTAL ? thisExpanded.expandedView.getMeasuredWidth()
2356 if (mOrientation == HORIZONTAL) {
2364 maxSize = Math.max(maxSize, mOrientation == HORIZONTAL ? view.getMeasuredWidth() :
2367 int viewLow = mOrientation == HORIZONTAL ? view.getLeft() : view.getTop();
2383 int viewMeasuredSize = mOrientation == HORIZONTAL ? view.getMeasuredWidth()
2395 if (mOrientation == HORIZONTAL) {
2462 if (mOrientation == HORIZONTAL) {
2479 float target = (mOrientation == HORIZONTAL) ? view.getLeft() : view.getTop();
2481 if (mOrientation == HORIZONTAL) {
2534 if (mOrientation == HORIZONTAL) {
2629 center = mOrientation == HORIZONTAL ? firstView.getLeft() : firstView.getTop();
2632 center = mOrientation == HORIZONTAL ? firstView.getRight() : firstView.getBottom();