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

/packages/apps/Dialer/src/com/android/dialer/list/
H A DPhoneFavoriteListView.java230 public void onDragStarted(int x, int y, PhoneFavoriteSquareTileView tileView) { argument
236 mDragShadowBitmap = createDraggedChildBitmap(tileView);
241 tileView.getLocationOnScreen(mLocationOnScreen);
246 // and the on-screen location of the tileView, calculate the difference between
247 // the position of the user's finger and the position of the tileView. These will
249 // tileView is positioned directly under the user's finger.
266 public void onDragHovered(int x, int y, PhoneFavoriteSquareTileView tileView) { argument

Completed in 57 milliseconds