Searched refs:getBorderLine (Results 1 – 2 of 2) sorted by relevance
/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()
|
/packages/apps/WallpaperPicker/src/com/android/gallery3d/glrenderer/ |
D | UploadedTexture.java | 61 private static Bitmap getBorderLine(boolean vertical, Config config, int length) { in getBorderLine() method in UploadedTexture 165 Bitmap line = getBorderLine(true, config, texHeight); in uploadToCanvas() 171 Bitmap line = getBorderLine(false, config, texWidth); in uploadToCanvas()
|