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

/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
H A DUploadedTexture.java118 private static Bitmap getBorderLine( method in class:UploadedTexture
240 Bitmap line = getBorderLine(true, config, texHeight);
244 line = getBorderLine(false, config, texWidth);
250 Bitmap line = getBorderLine(true, config, texHeight);
256 Bitmap line = getBorderLine(false, config, texWidth);
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/glrenderer/
H A DUploadedTexture.java118 private static Bitmap getBorderLine( method in class:UploadedTexture
240 Bitmap line = getBorderLine(true, config, texHeight);
244 line = getBorderLine(false, config, texWidth);
250 Bitmap line = getBorderLine(true, config, texHeight);
256 Bitmap line = getBorderLine(false, config, texWidth);

Completed in 87 milliseconds