Home | History | Annotate | Download | only in views

Lines Matching refs:mIsLandscape

1116         private final boolean mIsLandscape;
1127 mIsLandscape = curOrientation == Configuration.ORIENTATION_LANDSCAPE;
1144 mControlView.setMinimumWidth(mIsLandscape ? mDisplayMetrics.heightPixels
1151 if (mIsLandscape || height > mFirstTargetHeight) {
1254 if (!mIsLandscape) {
1295 if (mIsLandscape) {