HomeSort by relevance Sort by last modified time
    Searched refs:styleable (Results 151 - 175 of 583) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/opt/setupwizard/library/full-support/src/com/android/setupwizardlib/items/
RecyclerItemAdapter.java 79 .obtainStyledAttributes(R.styleable.SuwRecyclerItemAdapter);
81 R.styleable.SuwRecyclerItemAdapter_android_selectableItemBackground);
84 R.styleable.SuwRecyclerItemAdapter_selectableItemBackground);
88 R.styleable.SuwRecyclerItemAdapter_android_colorBackground);
  /frameworks/support/design/src/android/support/design/internal/
ForegroundLinearLayout.java 58 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.ForegroundLinearLayout,
62 R.styleable.ForegroundLinearLayout_android_foregroundGravity, mForegroundGravity);
64 final Drawable d = a.getDrawable(R.styleable.ForegroundLinearLayout_android_foreground);
70 R.styleable.ForegroundLinearLayout_foregroundInsidePadding, true);
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/graphics/
ColorOverlayDimmer.java 42 TypedArray a = context.obtainStyledAttributes(R.styleable.LeanbackTheme);
44 int dimColor = a.getColor(R.styleable.LeanbackTheme_overlayDimMaskColor,
46 float activeLevel = a.getFraction(R.styleable.LeanbackTheme_overlayDimActiveLevel, 1, 1,
48 float dimmedLevel = a.getFraction(R.styleable.LeanbackTheme_overlayDimDimmedLevel, 1, 1,
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ViewStubCompat.java 53 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.ViewStubCompat,
56 mInflatedId = a.getResourceId(R.styleable.ViewStubCompat_android_inflatedId, NO_ID);
57 mLayoutResource = a.getResourceId(R.styleable.ViewStubCompat_android_layout, 0);
59 setId(a.getResourceId(R.styleable.ViewStubCompat_android_id, NO_ID));
AppCompatImageHelper.java 46 R.styleable.AppCompatImageView, defStyleAttr, 0);
50 final int id = a.getResourceId(R.styleable.AppCompatImageView_srcCompat, -1);
  /packages/apps/Calculator/src/com/android/calculator2/
CalculatorEditText.java 84 attrs, R.styleable.CalculatorEditText, defStyle, 0);
86 R.styleable.CalculatorEditText_maxTextSize, getTextSize());
88 R.styleable.CalculatorEditText_minTextSize, getTextSize());
89 mStepTextSize = a.getDimension(R.styleable.CalculatorEditText_stepTextSize,
  /packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
SoundLevels.java 85 final TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.SoundLevels,
89 R.styleable.SoundLevels_maxLevelRadius, 0);
91 R.styleable.SoundLevels_minLevelRadius, 0);
96 a.getColor(R.styleable.SoundLevels_primaryColor, Color.BLACK));
  /packages/apps/Settings/src/com/android/settings/
RingtonePreference.java 41 * @attr ref android.R.styleable#RingtonePreference_ringtoneType
42 * @attr ref android.R.styleable#RingtonePreference_showDefault
43 * @attr ref android.R.styleable#RingtonePreference_showSilent
62 com.android.internal.R.styleable.RingtonePreference, 0, 0);
63 mRingtoneType = a.getInt(com.android.internal.R.styleable.RingtonePreference_ringtoneType,
65 mShowDefault = a.getBoolean(com.android.internal.R.styleable.RingtonePreference_showDefault,
67 mShowSilent = a.getBoolean(com.android.internal.R.styleable.RingtonePreference_showSilent,
TrustAgentUtils.java 96 res.obtainAttributes(attrs, com.android.internal.R.styleable.TrustAgent);
98 sa.getString(com.android.internal.R.styleable.TrustAgent_summary);
100 sa.getString(com.android.internal.R.styleable.TrustAgent_title);
101 cn = sa.getString(com.android.internal.R.styleable.TrustAgent_settingsActivity);
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ButteryProgressBar.java 88 final TypedArray ta = c.obtainStyledAttributes(attrs, R.styleable.ButteryProgressBar);
90 mBarColor = ta.getColor(R.styleable.ButteryProgressBar_barColor,
93 R.styleable.ButteryProgressBar_barHeight,
96 R.styleable.ButteryProgressBar_detentWidth,
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
SeekBarDialogPreference.java 54 attrs, R.styleable.SeekBarDialogPreference, 0, 0);
55 mMaxValue = a.getInt(R.styleable.SeekBarDialogPreference_maxValue, 0);
56 mMinValue = a.getInt(R.styleable.SeekBarDialogPreference_minValue, 0);
57 mStepValue = a.getInt(R.styleable.SeekBarDialogPreference_stepValue, 0);
  /frameworks/base/core/java/com/android/internal/view/menu/
IconMenuView.java 45 * @attr ref android.R.styleable#IconMenuView_rowHeight
46 * @attr ref android.R.styleable#IconMenuView_maxRows
47 * @attr ref android.R.styleable#IconMenuView_maxItemsPerRow
132 context.obtainStyledAttributes(attrs, com.android.internal.R.styleable.IconMenuView, 0, 0);
133 mRowHeight = a.getDimensionPixelSize(com.android.internal.R.styleable.IconMenuView_rowHeight, 64);
134 mMaxRows = a.getInt(com.android.internal.R.styleable.IconMenuView_maxRows, 2);
135 mMaxItems = a.getInt(com.android.internal.R.styleable.IconMenuView_maxItems, 6);
136 mMaxItemsPerRow = a.getInt(com.android.internal.R.styleable.IconMenuView_maxItemsPerRow, 3);
137 mMoreIcon = a.getDrawable(com.android.internal.R.styleable.IconMenuView_moreIcon);
140 a = context.obtainStyledAttributes(attrs, com.android.internal.R.styleable.MenuView, 0, 0)
    [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
VectorDrawable.java 491 state.mThemeAttrs, R.styleable.VectorDrawable);
591 final TypedArray a = obtainAttributes(r, theme, attrs, R.styleable.VectorDrawable);
614 final int tintMode = a.getInt(R.styleable.VectorDrawable_tintMode, -1);
619 final ColorStateList tint = a.getColorStateList(R.styleable.VectorDrawable_tint);
625 R.styleable.VectorDrawable_autoMirrored, state.mAutoMirrored);
628 R.styleable.VectorDrawable_viewportWidth, state.mViewportWidth);
630 R.styleable.VectorDrawable_viewportHeight, state.mViewportHeight);
642 R.styleable.VectorDrawable_width, state.mBaseWidth);
644 R.styleable.VectorDrawable_height, state.mBaseHeight);
655 R.styleable.VectorDrawable_opticalInsetLeft, state.mOpticalInsets.left)
    [all...]
  /frameworks/support/percent/src/android/support/percent/
PercentLayoutHelper.java 148 TypedArray array = context.obtainStyledAttributes(attrs, R.styleable.PercentLayout_Layout);
149 float value = array.getFraction(R.styleable.PercentLayout_Layout_layout_widthPercent, 1, 1,
158 value = array.getFraction(R.styleable.PercentLayout_Layout_layout_heightPercent, 1, 1, -1f);
166 value = array.getFraction(R.styleable.PercentLayout_Layout_layout_marginPercent, 1, 1, -1f);
177 value = array.getFraction(R.styleable.PercentLayout_Layout_layout_marginLeftPercent, 1, 1,
186 value = array.getFraction(R.styleable.PercentLayout_Layout_layout_marginTopPercent, 1, 1,
195 value = array.getFraction(R.styleable.PercentLayout_Layout_layout_marginRightPercent, 1, 1,
204 value = array.getFraction(R.styleable.PercentLayout_Layout_layout_marginBottomPercent, 1, 1,
213 value = array.getFraction(R.styleable.PercentLayout_Layout_layout_marginStartPercent, 1, 1,
222 value = array.getFraction(R.styleable.PercentLayout_Layout_layout_marginEndPercent, 1, 1
    [all...]
  /frameworks/base/core/java/android/widget/
CheckedTextView.java 49 * @attr ref android.R.styleable#CheckedTextView_checked
50 * @attr ref android.R.styleable#CheckedTextView_checkMark
88 attrs, R.styleable.CheckedTextView, defStyleAttr, defStyleRes);
90 final Drawable d = a.getDrawable(R.styleable.CheckedTextView_checkMark);
95 if (a.hasValue(R.styleable.CheckedTextView_checkMarkTintMode)) {
97 R.styleable.CheckedTextView_checkMarkTintMode, -1), mCheckMarkTintMode);
101 if (a.hasValue(R.styleable.CheckedTextView_checkMarkTint)) {
102 mCheckMarkTintList = a.getColorStateList(R.styleable.CheckedTextView_checkMarkTint);
106 mCheckMarkGravity = a.getInt(R.styleable.CheckedTextView_checkMarkGravity, Gravity.END);
108 final boolean checked = a.getBoolean(R.styleable.CheckedTextView_checked, false)
    [all...]
ProgressBar.java 135 * android.R.styleable#ProgressBar_max android:max} attribute. Other attributes available are listed
177 * See {@link android.R.styleable#ProgressBar ProgressBar Attributes},
178 * {@link android.R.styleable#View View Attributes}
181 * @attr ref android.R.styleable#ProgressBar_animationResolution
182 * @attr ref android.R.styleable#ProgressBar_indeterminate
183 * @attr ref android.R.styleable#ProgressBar_indeterminateBehavior
184 * @attr ref android.R.styleable#ProgressBar_indeterminateDrawable
185 * @attr ref android.R.styleable#ProgressBar_indeterminateDuration
186 * @attr ref android.R.styleable#ProgressBar_indeterminateOnly
187 * @attr ref android.R.styleable#ProgressBar_interpolato
    [all...]
  /frameworks/base/core/java/com/android/internal/view/
ActionBarPolicy.java 89 TypedArray a = mContext.obtainStyledAttributes(null, R.styleable.ActionBar,
91 int height = a.getLayoutDimension(R.styleable.ActionBar_height, 0);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
AnimatedImageView.java 48 R.styleable.AnimatedImageView, 0, 0);
53 R.styleable.AnimatedImageView_hasOverlappingRendering, true);
  /frameworks/base/tools/layoutlib/bridge/src/android/preference/
Preference_Delegate.java 68 TypedArray a = context.obtainStyledAttributes(null, R.styleable.PreferenceFragment,
70 int mLayoutResId = a.getResourceId(R.styleable.PreferenceFragment_layout,
  /frameworks/opt/setupwizard/library/eclair-mr1/src/com/android/setupwizardlib/items/
SwitchItem.java 46 final TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.SuwSwitchItem);
47 mChecked = a.getBoolean(R.styleable.SuwSwitchItem_android_checked, false);
  /frameworks/support/v7/appcompat/src/android/support/v7/view/
ActionBarPolicy.java 92 TypedArray a = mContext.obtainStyledAttributes(null, R.styleable.ActionBar,
94 int height = a.getLayoutDimension(R.styleable.ActionBar_height, 0);
  /packages/apps/Camera2/src/com/android/camera/ui/
RadioOptions.java 64 R.styleable.RadioOptions,
66 int drawableId = a.getResourceId(R.styleable.RadioOptions_selected_drawable, 0);
  /packages/apps/EmergencyInfo/src/com/android/emergency/preferences/
EmergencyListPreference.java 42 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.EmergencyListPreference);
44 a.getTextArray(R.styleable.EmergencyListPreference_entryContentDescriptions);
  /packages/apps/Settings/src/com/android/settings/applications/
LayoutPreference.java 39 attrs, com.android.internal.R.styleable.Preference, 0, 0);
40 int layoutResource = a.getResourceId(com.android.internal.R.styleable.Preference_layout,
  /packages/services/Telephony/src/com/android/phone/
EditPhoneNumberPreference.java 131 R.styleable.EditPhoneNumberPreference, 0, R.style.EditPhoneNumberPreference);
132 mEnableText = a.getString(R.styleable.EditPhoneNumberPreference_enableButtonText);
133 mDisableText = a.getString(R.styleable.EditPhoneNumberPreference_disableButtonText);
134 mChangeNumberText = a.getString(R.styleable.EditPhoneNumberPreference_changeNumButtonText);
135 mConfirmationMode = a.getInt(R.styleable.EditPhoneNumberPreference_confirmMode, 0);
139 a = context.obtainStyledAttributes(attrs, android.R.styleable.CheckBoxPreference, 0, 0);
140 mSummaryOn = a.getString(android.R.styleable.CheckBoxPreference_summaryOn);
141 mSummaryOff = a.getString(android.R.styleable.CheckBoxPreference_summaryOff);

Completed in 431 milliseconds

1 2 3 4 5 67 8 91011>>