Searched refs:mLastScrolledFocus (Results 1 – 1 of 1) sorted by relevance
624 WeakReference<View> mLastScrolledFocus; field in ViewRootImpl2924 if (mLastScrolledFocus != null) { in performTraversals()2925 mLastScrolledFocus.clear(); in performTraversals()4709 View lastScrolledFocus = (mLastScrolledFocus != null) ? mLastScrolledFocus.get() : null; in scrollToRectOrFocus()4729 mLastScrolledFocus = new WeakReference<View>(focus); in scrollToRectOrFocus()