Home
last modified time | relevance | path

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

/packages/apps/Email/src/com/android/email/activity/
DMailboxListFragment.java212 private int mDragItemHeight = -1; field in MailboxListFragment
935 if (itemCount > 0 && mDragItemHeight < 0) { in updateChildViews()
936 mDragItemHeight = lv.getChildAt(0).getHeight(); in updateChildViews()
968 if (mDragItemHeight <= 0) { in onDragLocation()
1042 int pixelsToScroll = (itemsToScroll + 1) * mDragItemHeight; in onDragLocation()
1049 int pixelsToScroll = (lv.getFirstVisiblePosition() + 1) * mDragItemHeight; in onDragLocation()