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

/frameworks/base/test-runner/src/android/test/
H A DTouchUtils.java791 final int mLastBottom; field in class:TouchUtils.ViewStateSnapshot
797 mFirstTop = mLastBottom = Integer.MIN_VALUE;
802 mLastBottom = mLast.getBottom();
817 mLastBottom == that.mLastBottom &&
828 result = 31 * result + mLastBottom;

Completed in 41 milliseconds