OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:themename
(Results
1 - 16
of
16
) sorted by null
/cts/tests/src/android/theme/cts/
ThemeInfo.java
23
public ThemeInfo(int resourceId, String
themeName
) {
25
mThemeName =
themeName
;
ThemeTestGeneratorActivity.java
48
String
themeName
= intent.getStringExtra(ThemeTests.EXTRA_THEME_NAME);
65
mTester = new ThemeTester(this,
themeName
+ "_" + oriented);
ThemeTestRunnerActivity.java
47
String
themeName
= intent.getStringExtra(ThemeTests.EXTRA_THEME_NAME);
64
mTester = new ThemeTester(this,
themeName
+ "_" + oriented);
ThemeTester.java
56
* @param
themeName
Name of the theme being tested.
58
public ThemeTester(Activity activity, String
themeName
) {
60
mThemeName =
themeName
;
/cts/tests/tests/theme/src/android/theme/cts/
ThemeTest.java
51
* @param
themeName
Name of the theme being tested, e.g., "holo", "holo_light", etc
53
private void runThemeTest(int resourceId, String
themeName
, int orientation) {
58
intent.putExtra(ThemeTests.EXTRA_THEME_NAME,
themeName
);
ThemeGenerator.java
53
private void generateThemeBitmap(int resourceId, String
themeName
, int orientation) {
58
intent.putExtra(ThemeTests.EXTRA_THEME_NAME,
themeName
);
/sdk/layoutlib_api/src/com/android/layoutlib/api/
ILayoutBridge.java
93
* @param
themeName
The name of the theme to use.
115
String
themeName
, boolean isProjectTheme,
130
* @param
themeName
The name of the theme to use.
151
String
themeName
, boolean isProjectTheme,
163
* @param
themeName
The name of the theme to use.
183
int screenWidth, int screenHeight, String
themeName
, boolean isProjectTheme,
195
* @param
themeName
The name of the theme to use. In order to differentiate project and platform
215
int screenWidth, int screenHeight, String
themeName
,
/sdk/layoutlib_api/sample/src/com/example/android/render/
RenderServiceFactory.java
166
* @param
themeName
173
String
themeName
,
183
themeName
, isProjectTheme);
211
* @param
themeName
219
String
themeName
,
224
config, projectResources,
themeName
, isProjectTheme);
/sdk/ide_common/src/com/android/ide/common/resources/
ResourceResolver.java
74
* @param
themeName
the name of the current theme.
81
String
themeName
, boolean isProjectTheme) {
86
resolver.computeStyleMaps(
themeName
, isProjectTheme);
403
* @param
themeName
the name of the current theme.
406
private void computeStyleMaps(String
themeName
, boolean isProjectTheme) {
407
mThemeName =
themeName
;
417
theme = projectStyleMap.get(
themeName
);
419
theme = frameworkStyleMap.get(
themeName
);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
PreviewIconFactory.java
173
String
themeName
= mPalette.getCurrentTheme();
174
if (
themeName
== null || !
themeName
.startsWith("Theme.Holo")) { //$NON-NLS-1$
510
String
themeName
= mPalette.getCurrentTheme();
511
if (
themeName
== null) {
512
themeName
= "Theme"; //$NON-NLS-1$
514
if (
themeName
.startsWith(themeNamePrefix)) {
515
themeName
=
themeName
.substring(themeNamePrefix.length());
518
cleanup(
themeName
), cleanup(mPalette.getCurrentDevice()))
[
all
...]
/sdk/layoutlib_api/src/com/android/ide/common/rendering/api/
DrawableParams.java
40
* @param
themeName
The name of the theme to use.
SessionParams.java
70
* @param
themeName
The name of the theme to use.
RenderParams.java
63
* @param
themeName
The name of the theme to use.
/sdk/ide_common/src/com/android/ide/common/rendering/
LayoutLibrary.java
528
String
themeName
= resources.getThemeName();
530
themeName
= "*" +
themeName
; //$NON-NLS-1$
536
themeName
,
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
Keyboard.java
240
public static String
themeName
(int themeId) {
KeyboardSwitcher.java
281
+ " theme=" + Keyboard.
themeName
(keyboard.mThemeId));
285
+ " theme=" + Keyboard.
themeName
(keyboard.mThemeId));
[
all
...]
Completed in 602 milliseconds