OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getBitmapDir
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/holo/src/android/holo/cts/
BitmapAssets.java
57
File dir =
getBitmapDir
(type);
72
public static File
getBitmapDir
(int type) {
118
return new File(
getBitmapDir
(type), prefix + bitmapName + ".png");
HoloTest.java
144
+ " Check " + BitmapAssets.
getBitmapDir
(BitmapAssets.TYPE_FAILED)
145
+ " and " + BitmapAssets.
getBitmapDir
(BitmapAssets.TYPE_DIFF) + " for details."
Completed in 48 milliseconds