Home
last modified time | relevance | path

Searched defs:bitmapName (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/holo/src/android/holo/cts/
DBitmapAssets.java96 public static Bitmap getBitmap(Context context, String bitmapName) { in getBitmap()
102 public static File getBitmapPath(String bitmapName, int type) { in getBitmapPath()
121 public static String saveBitmap(Bitmap bitmap, String bitmapName, int type) throws IOException { in saveBitmap()
DThemeTestActivity.java144 String bitmapName = data.getStringExtra(LayoutTestActivity.EXTRA_BITMAP_NAME); in handleResult() local
166 private void addFailedBitmapName(String bitmapName) { in addFailedBitmapName()