Searched refs:mLast (Results 1 – 1 of 1) sorted by relevance
405 final View mLast; field in CtsTouchUtils.ViewStateSnapshot412 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()