Home
last modified time | relevance | path

Searched refs:mLast (Results 1 – 1 of 1) sorted by relevance

/cts/common/device-side/util/src/com/android/compatibility/common/util/
DCtsTouchUtils.java405 final View mLast; field in CtsTouchUtils.ViewStateSnapshot
412 mFirst = mLast = null; in ViewStateSnapshot()
416 mLast = viewGroup.getChildAt(mChildCount - 1); in ViewStateSnapshot()
418 mLastBottom = mLast.getBottom(); in ViewStateSnapshot()
435 mLast == that.mLast && in equals()
442 result = 31 * result + (mLast != null ? mLast.hashCode() : 0); in hashCode()