Searched refs:mLastScrolledFocus (Results 1 – 1 of 1) sorted by relevance
901 WeakReference<View> mLastScrolledFocus; field in ViewRootImpl3801 if (mLastScrolledFocus != null) { in performTraversals()3802 mLastScrolledFocus.clear(); in performTraversals()6067 View lastScrolledFocus = (mLastScrolledFocus != null) ? mLastScrolledFocus.get() : null; in scrollToRectOrFocus()6087 mLastScrolledFocus = new WeakReference<View>(focus); in scrollToRectOrFocus()