Home
last modified time | relevance | path

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

/packages/apps/Browser/src/com/android/browser/view/
DBookmarkExpandableView.java332 int realChildPosition = (childPosition * rowCount) + i; in getChildView() local
333 if (realChildPosition < childAdapter.getCount()) { in getChildView()
334 View v = childAdapter.getView(realChildPosition, cv, row); in getChildView()
336 v.setTag(R.id.child_position, realChildPosition); in getChildView()