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.java2009 int bmpHeight = v.getMeasuredHeight(); in onExternalDragStartedWithItem() local
2016 bmpHeight = bounds.height(); in onExternalDragStartedWithItem()
2020 Bitmap b = Bitmap.createBitmap(bmpWidth, bmpHeight, in onExternalDragStartedWithItem()
2383 final int bmpHeight = b.getHeight(); in beginDragShared() local
2387 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