Searched refs:mLastScrolledFocus (Results 1 – 1 of 1) sorted by relevance
335 WeakReference<View> mLastScrolledFocus; field in ViewRootImpl1864 if (mLastScrolledFocus != null) { in performTraversals()1865 mLastScrolledFocus.clear(); in performTraversals()3035 View lastScrolledFocus = (mLastScrolledFocus != null) ? mLastScrolledFocus.get() : null; in scrollToRectOrFocus()3055 mLastScrolledFocus = new WeakReference<View>(focus); in scrollToRectOrFocus()