Home
last modified time | relevance | path

Searched refs:mMaxScreenHeight (Results 1 – 1 of 1) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DConversationViewFragment.java148 private int mMaxScreenHeight; field in ConversationViewFragment
360 mMaxScreenHeight = screen.bottom; in onActivityCreated()
1279 if (bottom > mMaxScreenHeight) { in focusAndScrollToView()
1280 mWebView.scrollBy(0, bottom - mMaxScreenHeight); in focusAndScrollToView()