Searched refs:mDragItemHeight (Results 1 – 1 of 1) sorted by relevance
212 private int mDragItemHeight = -1; field in MailboxListFragment935 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()