HomeSort by relevance Sort by last modified time
    Searched defs:themeId (Results 1 - 25 of 26) sorted by null

1 2

  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
CameraActivity.java 27 int themeId = this.getIntent().getExtras().getInt("theme");
28 this.setTheme(themeId);
  /cts/tests/tests/theme/src/android/theme/cts/
DeviceDefaultActivity.java 28 public static final String EXTRA_THEME_ID = "themeId";
37 int themeId = getIntent().getIntExtra(EXTRA_THEME_ID, -1);
38 setTheme(themeId);
  /frameworks/av/packages/MediaComponents/src/com/android/support/mediarouter/app/
MediaRouterThemeHelper.java 196 int themeId;
199 themeId = R.style.Theme_MediaRouter_Light;
201 themeId = R.style.Theme_MediaRouter_Light_DarkControlPanel;
205 themeId = R.style.Theme_MediaRouter_LightControlPanel;
207 themeId = R.style.Theme_MediaRouter;
210 return themeId;
  /frameworks/support/mediarouter/src/main/java/androidx/mediarouter/app/
MediaRouterThemeHelper.java 194 int themeId;
197 themeId = R.style.Theme_MediaRouter_Light;
199 themeId = R.style.Theme_MediaRouter_Light_DarkControlPanel;
203 themeId = R.style.Theme_MediaRouter_LightControlPanel;
205 themeId = R.style.Theme_MediaRouter;
208 return themeId;
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowDialog.java 33 private int themeId;
64 public void __constructor__(Context context, int themeId) {
66 this.themeId = themeId;
225 return themeId;
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowDialog.java 33 private int themeId;
  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/app/
AppCompatViewInflater.java 337 int themeId = 0;
340 themeId = a.getResourceId(R.styleable.View_android_theme, 0);
342 if (useAppTheme && themeId == 0) {
344 themeId = a.getResourceId(R.styleable.View_theme, 0);
346 if (themeId != 0) {
353 if (themeId != 0 && (!(context instanceof ContextThemeWrapper)
354 || ((ContextThemeWrapper) context).getThemeResId() != themeId)) {
357 context = new ContextThemeWrapper(context, themeId);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardTheme.java 38 // These should be aligned with Keyboard.themeId and Keyboard.Case.keyboardTheme
74 // Note: The themeId should be aligned with "themeId" attribute of Keyboard style
76 private KeyboardTheme(final int themeId, final String themeName, final int styleId,
78 mThemeId = themeId;
103 static KeyboardTheme searchKeyboardThemeById(final int themeId,
107 if (theme.mThemeId == themeId) {
121 final int themeId = Integer.parseInt(klpThemeIdString);
122 final KeyboardTheme theme = searchKeyboardThemeById(themeId,
145 public static String getKeyboardThemeName(final int themeId) {
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
FloatingToolbar.java     [all...]
  /frameworks/base/core/java/android/widget/
Editor.java     [all...]
  /external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-16.jar 
shadows-core-3.1-SNAPSHOT-17.jar 
shadows-core-3.1-SNAPSHOT-18.jar 
shadows-core-3.1-SNAPSHOT-19.jar 
shadows-core-3.1-SNAPSHOT-21.jar 
shadows-core-3.1-SNAPSHOT-22.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
shadows-core-v16-3.1.1.jar 
shadows-core-v17-3.1.1.jar 
shadows-core-v18-3.1.1.jar 
shadows-core-v19-3.1.1.jar 
shadows-core-v21-3.1.1.jar 
shadows-core-v22-3.1.1.jar 
shadows-core-v23-3.1.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
framework-3.4.2.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
shadows-framework-3.5.1.jar 

Completed in 401 milliseconds

1 2