Home | History | Annotate | Download | only in widget

Lines Matching defs:appearance

651          * Look the appearance up without checking first if it exists because
653 * to be able to parse the appearance first and then let specific tags
658 TypedArray appearance = null;
663 appearance = theme.obtainStyledAttributes(
666 if (appearance != null) {
667 int n = appearance.getIndexCount();
669 int attr = appearance.getIndex(i);
673 textColorHighlight = appearance.getColor(attr, textColorHighlight);
677 textColor = appearance.getColorStateList(attr);
681 textColorHint = appearance.getColorStateList(attr);
685 textColorLink = appearance.getColorStateList(attr);
689 textSize = appearance.getDimensionPixelSize(attr, textSize);
693 typefaceIndex = appearance.getInt(attr, -1);
697 fontFamily = appearance.getString(attr);
701 styleIndex = appearance.getInt(attr, -1);
705 allCaps = appearance.getBoolean(attr, false);
726 appearance.recycle();
2346 TypedArray appearance =
2354 color = appearance.getColor(
2360 colors = appearance.getColorStateList(com.android.internal.R.styleable.
2366 ts = appearance.getDimensionPixelSize(com.android.internal.R.styleable.
2372 colors = appearance.getColorStateList(com.android.internal.R.styleable.
2378 colors = appearance.getColorStateList(com.android.internal.R.styleable.
2387 familyName = appearance.getString(com.android.internal.R.styleable.
2389 typefaceIndex = appearance.getInt(com.android.internal.R.styleable.
2391 styleIndex = appearance.getInt(com.android.internal.R.styleable.
2396 final int shadowcolor = appearance.getInt(
2399 final float dx = appearance.getFloat(
2401 final float dy = appearance.getFloat(
2403 final float r = appearance.getFloat(
2409 if (appearance.getBoolean(com.android.internal.R.styleable.TextAppearance_textAllCaps,
2414 appearance.recycle();
2525 * {@link #setTypeface(Typeface, int)} to get the appearance
7833 TypedArray appearance;
7834 appearance = context.obtainStyledAttributes(ap,
7836 colors = appearance.getColorStateList(com.android.internal.R.styleable.
7838 appearance.recycle();