Searched defs:mLastScrolledFocus (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DViewRootImpl.java336 WeakReference<View> mLastScrolledFocus; field in class:ViewRootImpl
1863 if (mLastScrolledFocus != null) {
1864 mLastScrolledFocus.clear();
3039 View lastScrolledFocus = (mLastScrolledFocus != null) ? mLastScrolledFocus.get() : null;
3059 mLastScrolledFocus = new WeakReference<View>(focus);

Completed in 65 milliseconds