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
182 (int) ((initialDragViewScale * bmp.getWidth() - bmp.getWidth()) / 2);
184 (int) ((initialDragViewScale * bmp.getHeight() - bmp.getHeight()) / 2);
186 startDrag(bmp, dragLayerX, dragLayerY, source, dragInfo, dragAction, null, dragRegion,

Completed in 58 milliseconds