Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
DUploadedTexture.java118 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/
DUploadedTexture.java61 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()