Searched refs:getBorderLine (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/glrenderer/ |
D | UploadedTexture.java | 118 private static Bitmap getBorderLine( in getBorderLine() method in UploadedTexture 240 Bitmap line = getBorderLine(true, config, texHeight); in uploadToCanvas() 244 line = getBorderLine(false, config, texWidth); in uploadToCanvas() 250 Bitmap line = getBorderLine(true, config, texHeight); in uploadToCanvas() 256 Bitmap line = getBorderLine(false, config, texWidth); in uploadToCanvas()
|
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/ |
D | UploadedTexture.java | 118 private static Bitmap getBorderLine( in getBorderLine() method in UploadedTexture 240 Bitmap line = getBorderLine(true, config, texHeight); in uploadToCanvas() 244 line = getBorderLine(false, config, texWidth); in uploadToCanvas() 250 Bitmap line = getBorderLine(true, config, texHeight); in uploadToCanvas() 256 Bitmap line = getBorderLine(false, config, texWidth); in uploadToCanvas()
|