Searched defs:mDragItemHeight (Results 1 - 1 of 1) sorted by relevance

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

Completed in 23 milliseconds