Searched refs:mChildCoordinates (Results 1 – 1 of 1) sorted by relevance
221 assertThat("behavior " + index, snapshot.mChildCoordinates.get(behavior.getId()), in layoutAndCheck()276 LongSparseArray<Rect> mChildCoordinates = new LongSparseArray<>(); field in BaseWrapContentTest.Snapshot346 assertMap("child coordinates. step:" + step, mChildCoordinates, in assertSame()347 other.mChildCoordinates); in assertSame()393 logInto(mChildCoordinates, sb); in toString()408 int result = mChildCoordinates.hashCode(); in hashCode()452 mChildCoordinates.put(getItemId(childViewHolder), childBounds); in collectChildCoordinates()