HomeSort by relevance Sort by last modified time
    Searched refs:getBorderLine (Results 1 - 3 of 3) sorted by null

  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
UploadedTexture.java 118 private static Bitmap getBorderLine(
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/Gallery2/src/com/android/gallery3d/glrenderer/
UploadedTexture.java 118 private static Bitmap getBorderLine(
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/WallpaperPicker/src/com/android/gallery3d/glrenderer/
UploadedTexture.java 61 private static Bitmap getBorderLine(boolean vertical, Config config, int length) {
165 Bitmap line = getBorderLine(true, config, texHeight);
171 Bitmap line = getBorderLine(false, config, texWidth);

Completed in 240 milliseconds