Home
last modified time | relevance | path

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

/aosp14/frameworks/base/test-runner/src/android/test/
H A DTouchUtils.java809 final int mLastBottom; field in TouchUtils.ViewStateSnapshot
815 mFirstTop = mLastBottom = Integer.MIN_VALUE; in ViewStateSnapshot()
820 mLastBottom = mLast.getBottom(); in ViewStateSnapshot()
835 mLastBottom == that.mLastBottom && in equals()
846 result = 31 * result + mLastBottom; in hashCode()