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

/packages/apps/Launcher2/src/com/android/launcher2/
H A DDragController.java169 * @param bmp The bitmap that represents the view being dragged
177 public void startDrag(View v, Bitmap bmp, DragSource source, Object dragInfo, int dragAction, argument
184 (int) ((initialDragViewScale * bmp.getWidth() - bmp.getWidth()) / 2);
186 (int) ((initialDragViewScale * bmp.getHeight() - bmp.getHeight()) / 2);
188 startDrag(bmp, dragLayerX, dragLayerY, source, dragInfo, dragAction, null,

Completed in 67 milliseconds