Searched refs:Theme (Results 51 - 73 of 73) sorted by relevance

123

/frameworks/base/graphics/java/android/graphics/drawable/
H A DDrawableContainer.java22 import android.content.res.Resources.Theme;
570 public void applyTheme(Theme theme) {
841 final void applyTheme(Theme theme) {
H A DGradientDrawable.java22 import android.content.res.Resources.Theme;
1012 public void inflate(Resources r, XmlPullParser parser, AttributeSet attrs, Theme theme)
1025 public void applyTheme(Theme t) {
1099 private void applyThemeChildElements(Theme t) {
1151 Theme theme) throws XmlPullParserException, IOException {
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DActionBarActivityDelegateBase.java403 TypedArray a = mActivity.obtainStyledAttributes(R.styleable.Theme);
966 final Resources.Theme baseTheme = context.getTheme();
969 Resources.Theme widgetTheme = null;
1624 final Resources.Theme widgetTheme = context.getResources().newTheme();
1646 TypedArray a = context.obtainStyledAttributes(R.styleable.Theme);
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp3009 ResTable::Theme::Theme(const ResTable& table) function in class:android::ResTable::Theme
3015 ResTable::Theme::~Theme()
3025 void ResTable::Theme::free_package(package_info* pi)
3036 ResTable::Theme::package_info* ResTable::Theme::copy_package(package_info* pi)
3054 status_t ResTable::Theme::applyStyle(uint32_t resID, bool force)
3143 status_t ResTable::Theme::setTo(const Theme
[all...]
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContext.java55 import android.content.res.Resources.Theme;
115 private Resources.Theme mTheme;
448 public Theme getTheme() {
/frameworks/base/test-runner/src/android/test/mock/
H A DMockContext.java96 public Resources.Theme getTheme() {
/frameworks/base/core/java/android/content/
H A DContext.java423 * Return the Theme object associated with this Context.
426 public abstract Resources.Theme getTheme();
430 * {@link Resources.Theme#obtainStyledAttributes(int[])}
433 * @see Resources.Theme#obtainStyledAttributes(int[])
442 * {@link Resources.Theme#obtainStyledAttributes(int, int[])}
445 * @see Resources.Theme#obtainStyledAttributes(int, int[])
454 * {@link Resources.Theme#obtainStyledAttributes(AttributeSet, int[], int, int)}
457 * @see Resources.Theme#obtainStyledAttributes(AttributeSet, int[], int, int)
466 * {@link Resources.Theme#obtainStyledAttributes(AttributeSet, int[], int, int)}
469 * @see Resources.Theme#obtainStyledAttribute
[all...]
H A DContextWrapper.java121 public Resources.Theme getTheme() {
/frameworks/base/core/java/android/content/res/
H A DTypedArray.java32 * {@link Resources.Theme#obtainStyledAttributes(AttributeSet, int[], int, int)}
69 /*package*/ Resources.Theme mTheme;
715 * @return Theme attribute resource identifier, or defValue if not defined.
904 * {@link android.content.res.Resources.Theme#resolveAttributes(int[], int[])}.
/frameworks/base/core/java/android/widget/
H A DAbsSeekBar.java116 com.android.internal.R.styleable.Theme, 0, 0);
H A DRemoteViews.java2603 public Resources.Theme getTheme() {
H A DEditor.java4120 R.styleable.Theme);
H A DTextView.java671 final Resources.Theme theme = context.getTheme();
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
H A DBridgeResources.java162 public Drawable getDrawable(int id, Theme theme) {
/frameworks/support/v7/appcompat/src/android/support/v7/internal/app/
H A DToolbarActionBar.java521 final Resources.Theme widgetTheme = context.getResources().newTheme();
H A DWindowDecorActionBar.java884 Resources.Theme currentTheme = mContext.getTheme();
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindow.java47 import android.content.res.Resources.Theme;
1211 final Theme baseTheme = context.getTheme();
1214 Theme widgetTheme = null;
2711 final Theme baseTheme = mContext.getTheme();
2716 final Theme actionBarTheme = mContext.getResources().newTheme();
4358 /** Theme resource ID for list elements of the panel menu */
4437 TypedArray a = context.obtainStyledAttributes(R.styleable.Theme);
/frameworks/base/core/java/com/android/internal/app/
H A DWindowDecorActionBar.java875 Resources.Theme currentTheme = mContext.getTheme();
/frameworks/base/core/java/android/app/
H A DActivity.java3667 protected void onApplyThemeResource(Resources.Theme theme, int resid,
3682 TypedArray a = theme.obtainStyledAttributes(com.android.internal.R.styleable.Theme);
H A DContextImpl.java240 private Resources.Theme mTheme = null;
839 public Resources.Theme getTheme() {
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityRecord.java453 ? android.R.style.Theme
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java343 com.android.internal.R.styleable.Theme);
/frameworks/base/core/java/android/view/
H A DViewDebug.java848 android.util.Log.w("View", "Problem dumping View Theme:", e);
857 * Gets the style attributes from the {@link Resources.Theme}. For debugging only.
860 * @param theme Theme to dump.
861 * @return a String array containing pairs of adjacent Theme attribute data: name followed by
866 private static String[] getStyleAttributesDump(Resources resources, Resources.Theme theme) {

Completed in 838 milliseconds

123