Home
last modified time | relevance | path

Searched refs:firstView (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/month/
DMonthListView.java176 View firstView = getChildAt(0); in doFling() local
177 int firstViewHeight = firstView.getHeight(); in doFling()
179 firstView.getLocalVisibleRect(mFirstViewRect); in doFling()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
DScrollAdapterView.java2582 View firstView = getChildAt(firstIndex);
2586 center = getCenter(firstView);
2589 center = mOrientation == HORIZONTAL ? firstView.getLeft() : firstView.getTop();
2592 center = mOrientation == HORIZONTAL ? firstView.getRight() : firstView.getBottom();
2596 center -= ((ChildViewHolder) firstView.getTag(