Home
last modified time | relevance | path

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

/cts/common/device-side/util/src/com/android/compatibility/common/util/
DCtsTouchUtils.java332 final int mLastBottom; field in CtsTouchUtils.ViewStateSnapshot
338 mFirstTop = mLastBottom = Integer.MIN_VALUE; in ViewStateSnapshot()
343 mLastBottom = mLast.getBottom(); in ViewStateSnapshot()
358 mLastBottom == that.mLastBottom && in equals()
369 result = 31 * result + mLastBottom; in hashCode()