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

/frameworks/base/core/java/android/view/
H A DViewRootImpl.java402 WeakReference<View> mLastScrolledFocus; field in class:ViewRootImpl
1999 if (mLastScrolledFocus != null) {
2000 mLastScrolledFocus.clear();
3219 View lastScrolledFocus = (mLastScrolledFocus != null) ? mLastScrolledFocus.get() : null;
3239 mLastScrolledFocus = new WeakReference<View>(focus);

Completed in 67 milliseconds