OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full: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/chromium_org/third_party/WebKit/Source/core/dom/
Element.cpp
[
all
...]
Completed in 1575 milliseconds