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

/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DContactListItemView.java228 private Rect mBoundsWithoutHeader = new Rect(); field in class:ContactListItemView
534 mBoundsWithoutHeader.set(0, topBound, width, bottomBound);
537 mActivatedBackgroundDrawable.setBounds(mBoundsWithoutHeader);
684 bounds.top += mBoundsWithoutHeader.top;
685 bounds.bottom = bounds.top + mBoundsWithoutHeader.height();
1540 if (mBoundsWithoutHeader.contains((int) x, (int) y) || !pointInView(x, y, 0)) {

Completed in 475 milliseconds