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

/frameworks/base/core/java/android/view/
H A DViewRootImpl.java273 WeakReference<View> mLastScrolledFocus; field in class:ViewRootImpl
1656 if (mLastScrolledFocus != null) {
1657 mLastScrolledFocus.clear();
2766 View lastScrolledFocus = (mLastScrolledFocus != null) ? mLastScrolledFocus.get() : null;
2786 mLastScrolledFocus = new WeakReference<View>(focus);

Completed in 21 milliseconds