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

/frameworks/base/core/java/android/view/
H A DViewRootImpl.java256 View mLastScrolledFocus; field in class:ViewRootImpl
1318 mLastScrolledFocus = null;
2088 if (focus != mLastScrolledFocus) {
2097 if (focus == mLastScrolledFocus && !mScrollMayChange
2108 mLastScrolledFocus = focus;

Completed in 54 milliseconds