OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:oldTopView
(Results
1 - 2
of
2
) sorted by null
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/widget/
RecyclerViewActivity.java
110
final View
oldTopView
= getChildCount() > 0 ? getChildAt(0) : null;
112
if (
oldTopView
!= null) {
113
oldTop =
oldTopView
.getTop();
AnimatedRecyclerView.java
450
final View
oldTopView
= getChildCount() > 0 ? getChildAt(0) : null;
452
if (
oldTopView
!= null) {
453
oldTop = Math.min(
oldTopView
.getTop(), oldTop);
Completed in 650 milliseconds