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

/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DContactListItemView.java248 private Rect mBoundsWithoutHeader = new Rect(); field in class:ContactListItemView
617 mBoundsWithoutHeader.set(left + leftBound, topBound, left + rightBound, bottomBound);
629 mActivatedBackgroundDrawable.setBounds(mBoundsWithoutHeader);
860 bounds.top += mBoundsWithoutHeader.top;
861 bounds.bottom = bounds.top + mBoundsWithoutHeader.height();
862 bounds.left = mBoundsWithoutHeader.left;
863 bounds.right = mBoundsWithoutHeader.right;
1756 if (mBoundsWithoutHeader.contains((int) x, (int) y) || !pointIsInView(x, y)) {

Completed in 29 milliseconds