HomeSort by relevance Sort by last modified time
    Searched refs:newLastChild (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/tests/coretests/src/android/widget/gridview/touch/
GridTouchVerticalSpacingStackFromBottomTest.java 70 View newLastChild = mGridView.getChildAt(mGridView.getChildCount() - 1);
72 assertEquals("View scrolled too early", lastTop, newLastChild.getTop());
74 newLastChild.getId());
92 View newLastChild = mGridView.getChildAt(mGridView.getChildCount() - 1);
94 assertEquals("View scrolled to wrong position", lastTop, newLastChild.getTop() - 10);
96 newLastChild.getId());
  /frameworks/base/core/tests/coretests/src/android/widget/listview/touch/
ListTouchBottomGravityManyTest.java 108 View newLastChild = mListView.getChildAt(mListView.getChildCount() - 1);
110 assertEquals("View scrolled too early", lastTop, newLastChild.getTop());
112 newLastChild.getId());
130 View newLastChild = mListView.getChildAt(mListView.getChildCount() - 1);
132 assertEquals("View scrolled to wrong position", lastTop, newLastChild.getTop() - 10);
134 newLastChild.getId());
  /external/webkit/Source/WebCore/dom/
Element.cpp     [all...]

Completed in 66 milliseconds