Searched refs:mTopOfVisibleScreen (Results 1 – 1 of 1) sorted by relevance
149 private int mTopOfVisibleScreen; field in ConversationViewFragment361 mTopOfVisibleScreen = screen.top + mActivity.getSupportActionBar().getHeight(); in onActivityCreated()1281 } else if (coords[1] < mTopOfVisibleScreen) { in focusAndScrollToView()1282 mWebView.scrollBy(0, coords[1] - mTopOfVisibleScreen); in focusAndScrollToView()