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

/frameworks/base/core/java/android/view/
H A DViewRootImpl.java265 WeakReference<View> mLastScrolledFocus; field in class:ViewRootImpl
1561 if (mLastScrolledFocus != null) {
1562 mLastScrolledFocus.clear();
2626 View lastScrolledFocus = (mLastScrolledFocus != null) ? mLastScrolledFocus.get() : null;
2646 mLastScrolledFocus = new WeakReference<View>(focus);

Completed in 18 milliseconds