/frameworks/base/core/java/android/text/style/ |
TextAppearanceSpan.java | 54 * <code>android.R.styleable.Theme_textColorPrimary</code>. 61 com.android.internal.R.styleable.TextAppearance); 63 textColor = a.getColorStateList(com.android.internal.R.styleable. 65 mTextColorLink = a.getColorStateList(com.android.internal.R.styleable. 67 mTextSize = a.getDimensionPixelSize(com.android.internal.R.styleable. 70 mStyle = a.getInt(com.android.internal.R.styleable.TextAppearance_textStyle, 0); 71 String family = a.getString(com.android.internal.R.styleable.TextAppearance_fontFamily); 75 int tf = a.getInt(com.android.internal.R.styleable.TextAppearance_typeface, 0); 100 com.android.internal.R.styleable.Theme);
|
/frameworks/base/core/java/com/android/internal/view/menu/ |
ExpandedMenuView.java | 47 TypedArray a = context.obtainStyledAttributes(attrs, com.android.internal.R.styleable.MenuView, 0, 0); 48 mAnimations = a.getResourceId(com.android.internal.R.styleable.MenuView_windowAnimationStyle, 0);
|
/frameworks/base/core/java/com/android/internal/widget/ |
DialogTitle.java | 62 android.R.styleable.TextAppearance, android.R.attr.textAppearanceMedium, 65 android.R.styleable.TextAppearance_textSize, 0);
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
ScaleDrawable.java | 46 * {@link android.R.styleable#ScaleDrawable_level android:level} property. When 49 * {@code android.R.styleable#ScaleDrawable_scaleWidth scaleWidth} and 50 * {@code android.R.styleable#ScaleDrawable_scaleHeight scaleHeight}. At run 58 * @attr ref android.R.styleable#ScaleDrawable_scaleWidth 59 * @attr ref android.R.styleable#ScaleDrawable_scaleHeight 60 * @attr ref android.R.styleable#ScaleDrawable_scaleGravity 61 * @attr ref android.R.styleable#ScaleDrawable_drawable 62 * @attr ref android.R.styleable#ScaleDrawable_level 101 final TypedArray a = obtainAttributes(r, theme, attrs, R.styleable.ScaleDrawable); 123 final TypedArray a = t.resolveAttributes(state.mThemeAttrs, R.styleable.ScaleDrawable) [all...] |
StateListDrawable.java | 44 * @attr ref android.R.styleable#StateListDrawable_visible 45 * @attr ref android.R.styleable#StateListDrawable_variablePadding 46 * @attr ref android.R.styleable#StateListDrawable_constantSize 47 * @attr ref android.R.styleable#DrawableStates_state_focused 48 * @attr ref android.R.styleable#DrawableStates_state_window_focused 49 * @attr ref android.R.styleable#DrawableStates_state_enabled 50 * @attr ref android.R.styleable#DrawableStates_state_checkable 51 * @attr ref android.R.styleable#DrawableStates_state_checked 52 * @attr ref android.R.styleable#DrawableStates_state_selected 53 * @attr ref android.R.styleable#DrawableStates_state_activate [all...] |
GradientDrawable.java | 66 * @attr ref android.R.styleable#GradientDrawable_visible 67 * @attr ref android.R.styleable#GradientDrawable_shape 68 * @attr ref android.R.styleable#GradientDrawable_innerRadiusRatio 69 * @attr ref android.R.styleable#GradientDrawable_innerRadius 70 * @attr ref android.R.styleable#GradientDrawable_thicknessRatio 71 * @attr ref android.R.styleable#GradientDrawable_thickness 72 * @attr ref android.R.styleable#GradientDrawable_useLevel 73 * @attr ref android.R.styleable#GradientDrawableSize_width 74 * @attr ref android.R.styleable#GradientDrawableSize_height 75 * @attr ref android.R.styleable#GradientDrawableGradient_startColo [all...] |
ShapeDrawable.java | 63 * @attr ref android.R.styleable#ShapeDrawablePadding_left 64 * @attr ref android.R.styleable#ShapeDrawablePadding_top 65 * @attr ref android.R.styleable#ShapeDrawablePadding_right 66 * @attr ref android.R.styleable#ShapeDrawablePadding_bottom 67 * @attr ref android.R.styleable#ShapeDrawable_color 68 * @attr ref android.R.styleable#ShapeDrawable_width 69 * @attr ref android.R.styleable#ShapeDrawable_height 362 com.android.internal.R.styleable.ShapeDrawablePadding); 365 com.android.internal.R.styleable.ShapeDrawablePadding_left, 0), 367 com.android.internal.R.styleable.ShapeDrawablePadding_top, 0) [all...] |
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/ |
SetupWizardItemsLayout.java | 42 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.SuwSetupWizardItemsLayout, 44 int xml = a.getResourceId(R.styleable.SuwSetupWizardItemsLayout_android_entries, 0);
|
/frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
DialogTitle.java | 61 R.styleable.TextAppearance, 65 R.styleable.TextAppearance_android_textSize, 0);
|
/frameworks/support/v7/preference/src/android/support/v7/preference/ |
ListPreference.java | 50 attrs, R.styleable.ListPreference, defStyleAttr, defStyleRes); 52 mEntries = TypedArrayUtils.getTextArray(a, R.styleable.ListPreference_entries, 53 R.styleable.ListPreference_android_entries); 55 mEntryValues = TypedArrayUtils.getTextArray(a, R.styleable.ListPreference_entryValues, 56 R.styleable.ListPreference_android_entryValues); 64 R.styleable.Preference, defStyleAttr, defStyleRes); 66 mSummary = TypedArrayUtils.getString(a, R.styleable.Preference_summary, 67 R.styleable.Preference_android_summary);
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/ |
CenteredLinearLayout.java | 33 TypedArray a = getContext().obtainStyledAttributes(attrs, R.styleable.CenteredLinearLayout); 34 mMaxWidth = a.getDimensionPixelSize(R.styleable.CenteredLinearLayout_max_width, 0);
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/ |
CategoryTrack.java | 55 TypedArray a = getContext().obtainStyledAttributes(attrs, R.styleable.CategoryTrack); 56 mElemSize = a.getDimensionPixelSize(R.styleable.CategoryTrack_iconSize, 0);
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
DrawableStateProxyView.java | 45 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.DrawableStateProxyView, 47 mViewId = a.getResourceId(R.styleable.DrawableStateProxyView_sourceViewId, -1);
|
HandleView.java | 46 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.HandleView, defStyle, 0); 47 mOrientation = a.getInt(R.styleable.HandleView_direction, ORIENTATION_HORIZONTAL);
|
HolographicLinearLayout.java | 47 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.HolographicLinearLayout, 49 mImageViewId = a.getResourceId(R.styleable.HolographicLinearLayout_sourceImageViewId, -1);
|
/packages/apps/PhoneCommon/src/com/android/phone/common/widget/ |
ResizingTextEditText.java | 37 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.ResizingText); 38 mMinTextSize = (int) a.getDimension(R.styleable.ResizingText_resizing_text_min_size,
|
ResizingTextTextView.java | 37 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.ResizingText); 38 mMinTextSize = (int) a.getDimension(R.styleable.ResizingText_resizing_text_min_size,
|
/packages/apps/Settings/src/com/android/settings/ |
IconPreferenceScreen.java | 43 R.styleable.IconPreferenceScreen, defStyle, 0); 44 mIcon = a.getDrawable(R.styleable.IconPreferenceScreen_icon);
|
/packages/apps/Settings/src/com/android/settings/widget/ |
ChartGridView.java | 71 attrs, R.styleable.ChartGridView, defStyle, 0); 73 mPrimary = a.getDrawable(R.styleable.ChartGridView_primaryDrawable); 74 mSecondary = a.getDrawable(R.styleable.ChartGridView_secondaryDrawable); 75 mBorder = a.getDrawable(R.styleable.ChartGridView_borderDrawable); 77 final int taId = a.getResourceId(R.styleable.ChartGridView_android_textAppearance, -1); 79 com.android.internal.R.styleable.TextAppearance); 81 com.android.internal.R.styleable.TextAppearance_textSize, 0); 85 R.styleable.ChartGridView_android_textColor);
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/ |
RadioPreference.java | 37 context.obtainStyledAttributes(attrs, R.styleable.RadioPreference, 0, 0); 39 mRadioGroup = a.getString(R.styleable.RadioPreference_radioGroup);
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/settings/ |
FancySummaryListPreference.java | 44 R.styleable.FancySummaryListPreference, 0, 0); 45 mEntrySummaries = a.getTextArray(R.styleable.FancySummaryListPreference_entrySummaries);
|
/frameworks/base/core/java/android/view/animation/ |
LayoutAnimationController.java | 51 * @attr ref android.R.styleable#LayoutAnimation_delay 52 * @attr ref android.R.styleable#LayoutAnimation_animationOrder 53 * @attr ref android.R.styleable#LayoutAnimation_interpolator 54 * @attr ref android.R.styleable#LayoutAnimation_animation 106 TypedArray a = context.obtainStyledAttributes(attrs, com.android.internal.R.styleable.LayoutAnimation); 109 a.peekValue(com.android.internal.R.styleable.LayoutAnimation_delay)); 112 mOrder = a.getInt(com.android.internal.R.styleable.LayoutAnimation_animationOrder, ORDER_NORMAL); 114 int resource = a.getResourceId(com.android.internal.R.styleable.LayoutAnimation_animation, 0); 119 resource = a.getResourceId(com.android.internal.R.styleable.LayoutAnimation_interpolator, 0); 155 * @attr ref android.R.styleable#LayoutAnimation_animationOrde [all...] |
TranslateAnimation.java | 65 com.android.internal.R.styleable.TranslateAnimation); 68 com.android.internal.R.styleable.TranslateAnimation_fromXDelta)); 73 com.android.internal.R.styleable.TranslateAnimation_toXDelta)); 78 com.android.internal.R.styleable.TranslateAnimation_fromYDelta)); 83 com.android.internal.R.styleable.TranslateAnimation_toYDelta));
|
/frameworks/base/core/java/android/widget/ |
RatingBar.java | 45 * @attr ref android.R.styleable#RatingBar_numStars 46 * @attr ref android.R.styleable#RatingBar_rating 47 * @attr ref android.R.styleable#RatingBar_stepSize 48 * @attr ref android.R.styleable#RatingBar_isIndicator 91 attrs, R.styleable.RatingBar, defStyleAttr, defStyleRes); 92 final int numStars = a.getInt(R.styleable.RatingBar_numStars, mNumStars); 93 setIsIndicator(a.getBoolean(R.styleable.RatingBar_isIndicator, !mIsUserSeekable)); 94 final float rating = a.getFloat(R.styleable.RatingBar_rating, -1); 95 final float stepSize = a.getFloat(R.styleable.RatingBar_stepSize, -1); 148 * @attr ref android.R.styleable#RatingBar_isIndicato [all...] |
/packages/apps/LegacyCamera/src/com/android/camera/ |
ListPreference.java | 47 attrs, R.styleable.ListPreference, 0, 0); 50 a.getString(R.styleable.ListPreference_key)); 57 int attrDefaultValue = R.styleable.ListPreference_defaultValue; 66 setEntries(a.getTextArray(R.styleable.ListPreference_entries)); 68 R.styleable.ListPreference_entryValues));
|