Home
last modified time | relevance | path

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

/frameworks/base/test-runner/src/android/test/
DTouchUtils.java810 final int mChildCount; field in TouchUtils.ViewStateSnapshot
812 mChildCount = viewGroup.getChildCount(); in ViewStateSnapshot()
813 if (mChildCount == 0) { in ViewStateSnapshot()
818 mLast = viewGroup.getChildAt(mChildCount - 1); in ViewStateSnapshot()
838 mChildCount == that.mChildCount; in equals()
847 result = 31 * result + mChildCount; in hashCode()