OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lastvisibleview
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/
ListWithOffScreenNextSelectableTest.java
65
final View
lastVisibleView
= mListView.getChildAt(mListView.getChildCount() - 1);
68
listBottom - mListView.getVerticalFadingEdgeLength(),
lastVisibleView
.getBottom());
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/widget/
AnimatedRecyclerView.java
487
View
lastVisibleView
= getChildAt(getChildCount() - 1);
488
if (
lastVisibleView
!= null) {
490
(RecyclerView.LayoutParams)
lastVisibleView
.getLayoutParams();
506
newTop =
lastVisibleView
.getTop() + view.getHeight() *
Completed in 66 milliseconds