Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DWorkspace.java2061 int bmpHeight = v.getMeasuredHeight(); in onExternalDragStartedWithItem() local
2069 bmpHeight = bounds.height(); in onExternalDragStartedWithItem()
2073 Bitmap b = Bitmap.createBitmap(bmpWidth, bmpHeight, in onExternalDragStartedWithItem()
2733 final int bmpHeight = b.getHeight(); in beginDragShared() local
2737 int dragLayerY = Math.round(mTempXY[1] - (bmpHeight - scale * bmpHeight) / 2 in beginDragShared()
/packages/apps/Launcher2/src/com/android/launcher2/
DWorkspace.java1904 final int bmpHeight = b.getHeight();
1910 Math.round(mTempXY[1] - (bmpHeight - scale * bmpHeight) / 2