Searched refs:mLast (Results 1 – 1 of 1) sorted by relevance
592 final View mLast; field in CtsTouchUtils.ViewStateSnapshot599 mFirst = mLast = null; in ViewStateSnapshot()603 mLast = viewGroup.getChildAt(mChildCount - 1); in ViewStateSnapshot()605 mLastBottom = mLast.getBottom(); in ViewStateSnapshot()622 mLast == that.mLast && in equals()629 result = 31 * result + (mLast != null ? mLast.hashCode() : 0); in hashCode()