HomeSort by relevance Sort by last modified time
    Searched defs:theme (Results 76 - 100 of 575) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/base/core/java/android/animation/
AnimatorInflater.java 27 import android.content.res.Resources.Theme;
98 * @param theme The theme
104 public static Animator loadAnimator(Resources resources, Theme theme, int id)
106 return loadAnimator(resources, theme, id, 1);
110 public static Animator loadAnimator(Resources resources, Theme theme, int id,
114 Animator animator = animatorCache.getInstance(id, resources, theme);
126 animator = createAnimatorFromXml(resources, theme, parser, pathErrorScale)
162 final Theme theme = context.getTheme(); local
    [all...]
  /frameworks/base/core/java/android/content/pm/
ActivityInfo.java 44 * activity's theme. From the "theme" attribute or, if not set, 0.
46 public int theme; field in class:ActivityInfo
    [all...]
ApplicationInfo.java 89 * default visual theme of the application. From the "theme" attribute
92 public int theme; field in class:ApplicationInfo
    [all...]
  /frameworks/support/v14/preference/src/android/support/v14/preference/
PreferenceFragment.java 220 final int theme = tv.resourceId; local
221 if (theme == 0) {
222 throw new IllegalStateException("Must specify preferenceTheme in theme");
224 mStyledContext = new ContextThemeWrapper(getActivity(), theme);
270 // Need to theme the inflater to pick up the preferenceFragmentListStyle
274 final int theme = tv.resourceId; local
276 final Context themedContext = new ContextThemeWrapper(inflater.getContext(), theme);
    [all...]
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
OnboardingFragment.java 129 * OnboardingFragment must have access to an appropriate theme. Specifically, the fragment must
130 * receive {@link R.style#Theme_Leanback_Onboarding}, or a theme whose parent is set to that theme.
133 * <li>The simplest way is to set the theme for the host Activity to the Onboarding theme or a theme
135 * <li>If the Activity already has a theme and setting its parent theme is inconvenient, the
136 * existing Activity theme can have an entry added for the attribute
137 * {@link R.styleable#LeanbackOnboardingTheme_onboardingTheme}. If present, this theme will be use
545 int theme = onProvideTheme(); local
    [all...]
OnboardingSupportFragment.java 126 * OnboardingSupportFragment must have access to an appropriate theme. Specifically, the fragment must
127 * receive {@link R.style#Theme_Leanback_Onboarding}, or a theme whose parent is set to that theme.
130 * <li>The simplest way is to set the theme for the host Activity to the Onboarding theme or a theme
132 * <li>If the Activity already has a theme and setting its parent theme is inconvenient, the
133 * existing Activity theme can have an entry added for the attribute
134 * {@link R.styleable#LeanbackOnboardingTheme_onboardingTheme}. If present, this theme will be use
542 int theme = onProvideTheme(); local
    [all...]
GuidedStepFragment.java 90 * GuidedActionsStylist} is responsible for the right actions view. The stylists use theme
95 * GuidedStepFragments must have access to an appropriate theme in order for the stylists to
97 * android.support.v17.leanback.R.style#Theme_Leanback_GuidedStep}, or a theme whose parent is
98 * is set to that theme. Themes can be provided in one of three ways:
100 * <li>The simplest way is to set the theme for the host Activity to the GuidedStep theme or a
101 * theme that derives from it.</li>
102 * <li>If the Activity already has a theme and setting its parent theme is inconvenient, the
103 * existing Activity theme can have an entry added for the attribute {@lin
1345 int theme = onProvideTheme(); local
    [all...]
GuidedStepSupportFragment.java 87 * GuidedActionsStylist} is responsible for the right actions view. The stylists use theme
92 * GuidedStepSupportFragments must have access to an appropriate theme in order for the stylists to
94 * android.support.v17.leanback.R.style#Theme_Leanback_GuidedStep}, or a theme whose parent is
95 * is set to that theme. Themes can be provided in one of three ways:
97 * <li>The simplest way is to set the theme for the host Activity to the GuidedStep theme or a
98 * theme that derives from it.</li>
99 * <li>If the Activity already has a theme and setting its parent theme is inconvenient, the
100 * existing Activity theme can have an entry added for the attribute {@lin
1342 int theme = onProvideTheme(); local
    [all...]
  /frameworks/support/v7/preference/src/android/support/v7/preference/
PreferenceFragmentCompat.java 209 final int theme = tv.resourceId; local
210 if (theme == 0) {
211 throw new IllegalStateException("Must specify preferenceTheme in theme");
213 mStyledContext = new ContextThemeWrapper(getActivity(), theme);
260 // Need to theme the inflater to pick up the preferenceFragmentListStyle
263 final int theme = tv.resourceId; local
265 final Context themedContext = new ContextThemeWrapper(inflater.getContext(), theme);
    [all...]
  /packages/apps/Car/Media/src/com/android/car/media/
MediaManager.java 53 /** Third-party defined application theme to use **/
54 private static final String THEME_META_DATA_NAME = "com.google.android.gms.car.application.theme";
443 // Get the proper theme, check theme for service, then application.
452 appTheme = applicationInfo.theme;
457 Resources.Theme theme = packageContext.getTheme(); local
458 ta = theme.obtainStyledAttributes(new int[] {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
Configuration.java 68 * A {@linkplain Configuration} is a selection of device, orientation, theme,
78 /** The theme in change flags or override flags */
128 /** The theme style to render with */
321 * Returns the current theme style
323 * @return the theme style
351 * Returns whether the configuration's theme is a project theme.
356 * @return true for project a theme, false for a framework theme
359 String theme = getTheme() local
643 String theme = getTheme(); local
    [all...]
ConfigurationChooser.java 239 // icon, the theme icon, etc so that it looks vertically misaligned:
432 * Returns the current theme, or null if none has been selected
434 * @return the theme name, or null
438 String theme = mConfiguration.getTheme(); local
439 if (theme != null) {
440 theme = ResourceHelper.styleToTheme(theme);
443 return theme;
609 * the given theme name, the given device and device state.
629 // This may be a second refresh after triggered by theme abov
1761 String theme = mConfiguration.getTheme(); local
1789 String theme = value.getName(); local
1843 String theme = mConfiguration.getTheme(); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
PreviewIconFactory.java 90 * like the theme and SDK (the icons themselves are cached in a directory across IDE
116 * could be computed. The rendering parameters (SDK, theme etc) correspond to those
176 if (themeName == null || !themeName.startsWith("Theme.Holo")) { //$NON-NLS-1$
177 // Note - it's possible that the the theme is some other theme
178 // such as a user theme which inherits from Theme.Holo and that
374 * Look up the background and foreground colors from the theme. May not find either
389 StyleResourceValue theme = resources.getCurrentTheme(); local
390 if (theme != null)
    [all...]
RenderPreview.java 608 String theme = configuration.getTheme(); local
609 if (theme == null) {
644 if (!theme.startsWith(PREFIX_RESOURCE_REF)) {
645 if (frameworkRes.hasResourceItem(ANDROID_STYLE_RESOURCE_PREFIX + theme)) {
646 theme = ANDROID_STYLE_RESOURCE_PREFIX + theme;
648 theme = STYLE_RESOURCE_PREFIX + theme;
654 ResourceHelper.styleToTheme(theme),
655 ResourceHelper.isProjectStyle(theme));
    [all...]
LayoutCanvas.java 1655 String theme = configComposite.getThemeName(); local
    [all...]
PaletteControl.java 346 * Returns the currently displayed theme (in palette modes that support previewing)
348 * @return the current theme, or null
379 String theme = configChooser.getThemeName(); local
387 && mCurrentTheme != null && mCurrentTheme.equals(theme)
391 mCurrentTheme = theme;
    [all...]
GraphicalEditorPart.java 745 // Something else changed, such as the theme - just recompute existing
1652 String theme = mConfigChooser.getThemeName(); local
    [all...]
  /external/pdfium/xfa/fwl/
cfwl_edit.cpp 95 IFWL_ThemeProvider* theme = GetAvailableTheme(); local
96 float scrollbarWidth = theme ? theme->GetScrollBarWidth() : 0.0f;
667 IFWL_ThemeProvider* theme = GetAvailableTheme(); local
670 m_fFontSize = theme ? theme->GetFontSize(&part) : FWLTHEME_CAPACITY_FontSize;
672 if (!theme)
675 params.dwFontColor = theme->GetTextColor(&part);
676 params.fLineSpace = theme->GetLineHeight(&part);
678 CFX_RetainPtr<CFGAS_GEFont> pFont = theme->GetFont(&part)
770 IFWL_ThemeProvider* theme = GetAvailableTheme(); local
934 IFWL_ThemeProvider* theme = GetAvailableTheme(); local
1007 IFWL_ThemeProvider* theme = GetAvailableTheme(); local
    [all...]
  /frameworks/base/core/java/android/content/res/
Resources.java 128 private final ArrayList<WeakReference<Theme>> mThemeRefs = new ArrayList<>();
131 * Returns the most appropriate default theme for the specified target SDK version.
139 * @param curTheme The current theme, or 0 if not specified.
141 * @return A theme resource identifier
146 com.android.internal.R.style.Theme,
253 * and updates all Theme references to new implementations as well.
267 WeakReference<Theme> weakThemeRef = mThemeRefs.get(i);
268 Theme theme = weakThemeRef != null ? weakThemeRef.get() : null; local
269 if (theme != null)
1762 Theme theme = new Theme(); local
    [all...]
  /frameworks/base/core/jni/
android_util_AssetManager.cpp 1044 ResTable::Theme* theme = reinterpret_cast<ResTable::Theme*>(themeHandle); local
1053 ResTable::Theme* theme = reinterpret_cast<ResTable::Theme*>(themeHandle); local
1067 ResTable::Theme* theme = reinterpret_cast<ResTable::Theme*>(themeHandle); local
1074 ResTable::Theme* theme = reinterpret_cast<ResTable::Theme*>(themeHandle); local
1097 ResTable::Theme* theme = reinterpret_cast<ResTable::Theme*>(themeHandle); local
1105 ResTable::Theme* theme = reinterpret_cast<ResTable::Theme*>(themeHandle); local
1163 ResTable::Theme* theme = reinterpret_cast<ResTable::Theme*>(themeToken); local
1183 ResTable::Theme* theme = reinterpret_cast<ResTable::Theme*>(themeToken); local
    [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
DrawableContainer.java 23 import android.content.res.Resources.Theme;
629 public void applyTheme(Theme theme) {
630 mDrawableContainerState.applyTheme(theme);
971 final void applyTheme(Theme theme) {
972 if (theme != null) {
979 drawables[i].applyTheme(theme);
986 updateDensity(theme.getResources());
    [all...]
  /prebuilts/sdk/current/support/v14/preference/libs/
android-support-v14-preference.jar 
  /prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/25.4.0-alpha5/
layoutlib-api-25.4.0-alpha5.jar 
  /prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/25.4.0-alpha6/
layoutlib-api-25.4.0-alpha6.jar 
  /prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/25.4.0-alpha7/
layoutlib-api-25.4.0-alpha7.jar 

Completed in 751 milliseconds

1 2 34 5 6 7 8 91011>>