Lines Matching refs:Theme

168                 com.android.internal.R.style.Theme,
738 * or {@link #getDrawable(int, Theme)} passing the desired theme.</p>
746 * @see #getDrawable(int, Theme)
747 * @deprecated Use {@link #getDrawable(int, Theme)} instead.
755 + "attributes! Consider using Resources.getDrawable(int, Theme) or "
776 public Drawable getDrawable(int id, @Nullable Theme theme) throws NotFoundException {
808 * or {@link #getDrawableForDensity(int, int, Theme)} passing the desired
819 * @see #getDrawableForDensity(int, int, Theme)
820 * @deprecated Use {@link #getDrawableForDensity(int, int, Theme)} instead.
843 public Drawable getDrawableForDensity(int id, int density, @Nullable Theme theme) {
1324 * In other words, a Theme is a set of values for resource attributes;
1328 * <p>The Theme's attributes come into play in two ways: (1) a styled
1332 * attribute's value in the Theme.
1337 public final class Theme {
1340 * specified by <var>resid</var> will be retrieved from this Theme's
1341 * resources, its values placed into the Theme object.
1369 * @param other The existing Theme to copy from.
1371 public void setTo(Theme other) {
1380 * <var>Theme</var> which are listed in <var>attrs</var>.
1556 * Retrieve the values for a set of attributes in the Theme. The
1586 * Retrieve the value of an attribute in the Theme. The contents of
1614 * Gets all of the attribute ids associated with this {@link Theme}. For debugging only.
1616 * @return The int array containing attribute ids associated with this {@link Theme}.
1634 * and styled for the Theme.
1664 /*package*/ Theme() {
1697 * Parses {@link #mKey} and returns a String array that holds pairs of adjacent Theme data:
1723 * Generate a new Theme object for this set of Resources. It initially
1726 * @return Theme The newly created Theme container.
1728 public final Theme newTheme() {
1729 return new Theme();
1742 * @see Theme#obtainStyledAttributes(AttributeSet, int[], int, int)
2325 /*package*/ Drawable loadDrawable(TypedValue value, int id, Theme theme) throws NotFoundException {
2394 private void cacheDrawable(TypedValue value, Theme theme, boolean isColorDrawable,
2439 private Drawable loadDrawableForCookie(TypedValue value, int id, Theme theme) {
2491 long key, Theme theme) {