Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/list/
DContactListItemView.java253 private Rect mBoundsWithoutHeader = new Rect(); field in ContactListItemView
639 mBoundsWithoutHeader.set(left + leftBound, topBound, left + rightBound, bottomBound); in onLayout()
649 mActivatedBackgroundDrawable.setBounds(mBoundsWithoutHeader); in onLayout()
901 bounds.top += mBoundsWithoutHeader.top; in adjustListItemSelectionBounds()
902 bounds.bottom = bounds.top + mBoundsWithoutHeader.height(); in adjustListItemSelectionBounds()
903 bounds.left = mBoundsWithoutHeader.left; in adjustListItemSelectionBounds()
904 bounds.right = mBoundsWithoutHeader.right; in adjustListItemSelectionBounds()
1883 if (mBoundsWithoutHeader.contains((int) x, (int) y) || !pointIsInView(x, y)) { in onTouchEvent()