Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DExpandingEntryCardView.java1031 View touchedView = mTouchedView; in onTouch() local
1048 touchedView = mTouchedView; in onTouch()
1055 touchedView.getHitRect(slopBounds); in onTouch()
1069 event.setLocation(touchedView.getWidth() / 2, touchedView.getHeight() / 2); in onTouch()
1075 handled = touchedView.dispatchTouchEvent(event); in onTouch()