Home
last modified time | relevance | path

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

/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DCtsTouchUtils.java595 final int mChildCount; field in CtsTouchUtils.ViewStateSnapshot
597 mChildCount = viewGroup.getChildCount(); in ViewStateSnapshot()
598 if (mChildCount == 0) { in ViewStateSnapshot()
603 mLast = viewGroup.getChildAt(mChildCount - 1); in ViewStateSnapshot()
623 mChildCount == that.mChildCount; in equals()
632 result = 31 * result + mChildCount; in hashCode()