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

  /cts/tests/tests/holo/src/android/holo/cts/
BitmapAssets.java 92 public static String getBitmapName(ThemeInfo themeInfo, LayoutInfo layoutInfo) {
93 return themeInfo.getBitmapName() + "_" + layoutInfo.getBitmapName();
ThemeAdapter.java 52 public String getBitmapName() {
LayoutAdapter.java 74 public String getBitmapName() {
LayoutTestActivity.java 76 mBitmapName = BitmapAssets.getBitmapName(themeInfo, layoutInfo);

Completed in 9151 milliseconds