Searched refs:mBoundsWithoutHeader (Results 1 – 1 of 1) sorted by relevance
220 private Rect mBoundsWithoutHeader = new Rect(); field in ContactListItemView488 mBoundsWithoutHeader.set(left + leftBound, topBound, left + rightBound, bottomBound); in onLayout()500 mActivatedBackgroundDrawable.setBounds(mBoundsWithoutHeader); in onLayout()648 bounds.top += mBoundsWithoutHeader.top; in adjustListItemSelectionBounds()649 bounds.bottom = bounds.top + mBoundsWithoutHeader.height(); in adjustListItemSelectionBounds()650 bounds.left = mBoundsWithoutHeader.left; in adjustListItemSelectionBounds()651 bounds.right = mBoundsWithoutHeader.right; in adjustListItemSelectionBounds()1463 if (mBoundsWithoutHeader.contains((int) x, (int) y) || !pointIsInView(x, y)) { in onTouchEvent()