HomeSort by relevance Sort by last modified time
    Searched full:mlinesportrait (Results 1 - 1 of 1) sorted by null

  /packages/apps/Browser/src/com/android/browser/
SuggestionsAdapter.java 72 final int mLinesPortrait;
90 mLinesPortrait = mContext.getResources().
322 int maxLines = mLandscapeMode ? mLinesLandscape : mLinesPortrait;
356 return Math.min((mLandscapeMode ? mLinesLandscape : mLinesPortrait), items.size());
457 Integer.toString(Math.max(mLinesLandscape, mLinesPortrait)));

Completed in 340 milliseconds