OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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