Searched refs:mDrawAdapter (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Gallery/src/com/android/camera/ |
D | GridViewSpecial.java | 117 private DrawAdapter mDrawAdapter = null; field in GridViewSpecial 176 mDrawAdapter = adapter; in setDrawAdapter() 238 mAllImages, mLoader, mDrawAdapter, mSpec, mColumns, width, in onLayout() 450 Assert(mDrawAdapter != null); in start() 657 if (!mDrawAdapter.needsDecoration()) return; in paintDecoration() 678 mDrawAdapter.drawDecoration(canvas, image, xPos, yPos, in paintDecoration() 730 private final GridViewSpecial.DrawAdapter mDrawAdapter; field in ImageBlockManager 753 mDrawAdapter = adapter; in ImageBlockManager() 1103 mDrawAdapter.drawImage(mCanvas, image, b, xPos, yPos, in drawBitmap()
|