Searched defs:mLinesPortrait (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Browser/src/com/android/browser/
H A DSuggestionsAdapter.java72 final int mLinesPortrait; field in class:SuggestionsAdapter
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 61 milliseconds