Home | History | Annotate | Download | only in widget

Lines Matching defs:mOrientation

263     int mOrientation = DEFAULT_ORIENTATION;
315 return mOrientation;
355 if (this.mOrientation != orientation) {
356 this.mOrientation = orientation;
733 final boolean horizontal = (mOrientation == HORIZONTAL);
1018 boolean horizontal = (mOrientation == HORIZONTAL);
1061 if (mOrientation == HORIZONTAL) {