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

<<11121314151617181920>>

  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ActionBarContainer.java 63 R.styleable.ActionBar);
64 mBackground = a.getDrawable(R.styleable.ActionBar_background);
66 R.styleable.ActionBar_backgroundStacked);
67 mHeight = a.getDimensionPixelSize(R.styleable.ActionBar_height, -1);
71 mSplitBackground = a.getDrawable(R.styleable.ActionBar_backgroundSplit);
ActionBarContextView.java 64 R.styleable.ActionMode, defStyle, 0);
66 R.styleable.ActionMode_background));
68 R.styleable.ActionMode_titleTextStyle, 0);
70 R.styleable.ActionMode_subtitleTextStyle, 0);
73 R.styleable.ActionMode_height, 0);
76 R.styleable.ActionMode_closeItemLayout,
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherProvider.java     [all...]
  /packages/apps/Settings/src/com/android/settings/widget/
ChartNetworkSeriesView.java 90 attrs, R.styleable.ChartNetworkSeriesView, defStyle, 0);
92 final int stroke = a.getColor(R.styleable.ChartNetworkSeriesView_strokeColor, Color.RED);
93 final int fill = a.getColor(R.styleable.ChartNetworkSeriesView_fillColor, Color.RED);
95 R.styleable.ChartNetworkSeriesView_fillColorSecondary, Color.RED);
97 R.styleable.ChartNetworkSeriesView_safeRegion, 0);
  /packages/apps/TV/usbtuner/src/com/android/usbtuner/layout/
ScaledLayout.java 99 context.obtainStyledAttributes(attrs, R.styleable.utScaledLayout);
101 array.getFloat(R.styleable.utScaledLayout_layout_scaleStartRow, SCALE_UNSPECIFIED);
103 array.getFloat(R.styleable.utScaledLayout_layout_scaleEndRow, SCALE_UNSPECIFIED);
105 array.getFloat(R.styleable.utScaledLayout_layout_scaleStartCol, SCALE_UNSPECIFIED);
107 array.getFloat(R.styleable.utScaledLayout_layout_scaleEndCol, SCALE_UNSPECIFIED);
  /frameworks/base/core/java/android/widget/
RelativeLayout.java 80 * @attr ref android.R.styleable#RelativeLayout_gravity
81 * @attr ref android.R.styleable#RelativeLayout_ignoreGravity
256 attrs, R.styleable.RelativeLayout, defStyleAttr, defStyleRes);
257 mIgnoreGravity = a.getResourceId(R.styleable.RelativeLayout_ignoreGravity, View.NO_ID);
258 mGravity = a.getInt(R.styleable.RelativeLayout_gravity, mGravity);
282 * @attr ref android.R.styleable#RelativeLayout_ignoreGravity
297 * @attr ref android.R.styleable#RelativeLayout_gravity
317 * @attr ref android.R.styleable#RelativeLayout_gravity
    [all...]
ImageView.java 65 * @attr ref android.R.styleable#ImageView_adjustViewBounds
66 * @attr ref android.R.styleable#ImageView_src
67 * @attr ref android.R.styleable#ImageView_maxWidth
68 * @attr ref android.R.styleable#ImageView_maxHeight
69 * @attr ref android.R.styleable#ImageView_tint
70 * @attr ref android.R.styleable#ImageView_scaleType
71 * @attr ref android.R.styleable#ImageView_cropToPadding
155 attrs, R.styleable.ImageView, defStyleAttr, defStyleRes);
157 final Drawable d = a.getDrawable(R.styleable.ImageView_src);
162 mBaselineAlignBottom = a.getBoolean(R.styleable.ImageView_baselineAlignBottom, false)
    [all...]
DatePickerSpinnerDelegate.java 105 com.android.internal.R.styleable.DatePicker, defStyleAttr, defStyleRes);
106 boolean spinnersShown = attributesArray.getBoolean(com.android.internal.R.styleable.DatePicker_spinnersShown,
109 com.android.internal.R.styleable.DatePicker_calendarViewShown, DEFAULT_CALENDAR_VIEW_SHOWN);
110 int startYear = attributesArray.getInt(com.android.internal.R.styleable.DatePicker_startYear,
112 int endYear = attributesArray.getInt(com.android.internal.R.styleable.DatePicker_endYear, DEFAULT_END_YEAR);
113 String minDate = attributesArray.getString(com.android.internal.R.styleable.DatePicker_minDate);
114 String maxDate = attributesArray.getString(com.android.internal.R.styleable.DatePicker_maxDate);
116 com.android.internal.R.styleable.DatePicker_legacyLayout, com.android.internal.R.layout.date_picker_legacy);
SlidingDrawer.java 73 * @attr ref android.R.styleable#SlidingDrawer_content
74 * @attr ref android.R.styleable#SlidingDrawer_handle
75 * @attr ref android.R.styleable#SlidingDrawer_topOffset
76 * @attr ref android.R.styleable#SlidingDrawer_bottomOffset
77 * @attr ref android.R.styleable#SlidingDrawer_orientation
78 * @attr ref android.R.styleable#SlidingDrawer_allowSingleTap
79 * @attr ref android.R.styleable#SlidingDrawer_animateOnClick
217 attrs, R.styleable.SlidingDrawer, defStyleAttr, defStyleRes);
219 int orientation = a.getInt(R.styleable.SlidingDrawer_orientation, ORIENTATION_VERTICAL);
221 mBottomOffset = (int) a.getDimension(R.styleable.SlidingDrawer_bottomOffset, 0.0f)
    [all...]
  /cts/tests/app/src/android/app/cts/
DialogTest.java 104 d.getContext().getTheme().obtainStyledAttributes(R.styleable.TextAppearance);
108 ta = w.getContext().getTheme().obtainStyledAttributes(R.styleable.TextAppearance);
132 TypedArray expectedTa = expected.obtainStyledAttributes(R.styleable.TextAppearance);
134 assertEquals(expectedTa.getColor(R.styleable.TextAppearance_textColor, defValue),
135 ta.getColor(R.styleable.TextAppearance_textColor, defValue));
136 assertEquals(expectedTa.getColor(R.styleable.TextAppearance_textColorHint, defValue),
137 ta.getColor(R.styleable.TextAppearance_textColorHint, defValue));
138 assertEquals(expectedTa.getColor(R.styleable.TextAppearance_textColorLink, defValue),
139 ta.getColor(R.styleable.TextAppearance_textColorLink, defValue));
140 assertEquals(expectedTa.getColor(R.styleable.TextAppearance_textColorHighlight, defValue)
    [all...]
  /frameworks/base/core/java/android/preference/
Preference.java 69 * @attr ref android.R.styleable#Preference_icon
70 * @attr ref android.R.styleable#Preference_key
71 * @attr ref android.R.styleable#Preference_title
72 * @attr ref android.R.styleable#Preference_summary
73 * @attr ref android.R.styleable#Preference_order
74 * @attr ref android.R.styleable#Preference_fragment
75 * @attr ref android.R.styleable#Preference_layout
76 * @attr ref android.R.styleable#Preference_widgetLayout
77 * @attr ref android.R.styleable#Preference_enabled
78 * @attr ref android.R.styleable#Preference_selectabl
    [all...]
PreferenceGroup.java 40 * @attr ref android.R.styleable#PreferenceGroup_orderingFromXml
62 attrs, com.android.internal.R.styleable.PreferenceGroup, defStyleAttr, defStyleRes);
63 mOrderingAsAdded = a.getBoolean(com.android.internal.R.styleable.PreferenceGroup_orderingFromXml,
  /frameworks/base/graphics/java/android/graphics/drawable/
LayerDrawable.java 57 * @attr ref android.R.styleable#LayerDrawable_paddingMode
58 * @attr ref android.R.styleable#LayerDrawableItem_left
59 * @attr ref android.R.styleable#LayerDrawableItem_top
60 * @attr ref android.R.styleable#LayerDrawableItem_right
61 * @attr ref android.R.styleable#LayerDrawableItem_bottom
62 * @attr ref android.R.styleable#LayerDrawableItem_start
63 * @attr ref android.R.styleable#LayerDrawableItem_end
64 * @attr ref android.R.styleable#LayerDrawableItem_width
65 * @attr ref android.R.styleable#LayerDrawableItem_height
66 * @attr ref android.R.styleable#LayerDrawableItem_gravit
    [all...]
NinePatchDrawable.java 401 final TypedArray a = obtainAttributes(r, theme, attrs, R.styleable.NinePatchDrawable);
421 state.mDither = a.getBoolean(R.styleable.NinePatchDrawable_dither, state.mDither);
423 final int srcResId = a.getResourceId(R.styleable.NinePatchDrawable_src, 0);
460 R.styleable.NinePatchDrawable_autoMirrored, state.mAutoMirrored);
461 state.mBaseAlpha = a.getFloat(R.styleable.NinePatchDrawable_alpha, state.mBaseAlpha);
463 final int tintMode = a.getInt(R.styleable.NinePatchDrawable_tintMode, -1);
468 final ColorStateList tint = a.getColorStateList(R.styleable.NinePatchDrawable_tint);
485 state.mThemeAttrs, R.styleable.NinePatchDrawable);
  /frameworks/support/design/src/android/support/design/widget/
FloatingActionButton.java 156 R.styleable.FloatingActionButton, defStyleAttr,
158 mBackgroundTint = a.getColorStateList(R.styleable.FloatingActionButton_backgroundTint);
160 R.styleable.FloatingActionButton_backgroundTintMode, -1), null);
161 mRippleColor = a.getColor(R.styleable.FloatingActionButton_rippleColor, 0);
162 mSize = a.getInt(R.styleable.FloatingActionButton_fabSize, SIZE_AUTO);
163 mBorderWidth = a.getDimensionPixelSize(R.styleable.FloatingActionButton_borderWidth, 0);
164 final float elevation = a.getDimension(R.styleable.FloatingActionButton_elevation, 0f);
166 R.styleable.FloatingActionButton_pressedTranslationZ, 0f);
167 mCompatPadding = a.getBoolean(R.styleable.FloatingActionButton_useCompatPadding, false);
208 * @attr ref android.support.design.R.styleable#FloatingActionButton_rippleColo
    [all...]
TextInputLayout.java 150 R.styleable.TextInputLayout, defStyleAttr, R.style.Widget_Design_TextInputLayout);
151 mHintEnabled = a.getBoolean(R.styleable.TextInputLayout_hintEnabled, true);
152 setHint(a.getText(R.styleable.TextInputLayout_android_hint));
154 R.styleable.TextInputLayout_hintAnimationEnabled, true);
156 if (a.hasValue(R.styleable.TextInputLayout_android_textColorHint)) {
158 a.getColorStateList(R.styleable.TextInputLayout_android_textColorHint);
162 R.styleable.TextInputLayout_hintTextAppearance, -1);
165 a.getResourceId(R.styleable.TextInputLayout_hintTextAppearance, 0));
168 mErrorTextAppearance = a.getResourceId(R.styleable.TextInputLayout_errorTextAppearance, 0);
169 final boolean errorEnabled = a.getBoolean(R.styleable.TextInputLayout_errorEnabled, false)
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
AppTransition.java 20 import static com.android.internal.R.styleable.WindowAnimation_activityCloseEnterAnimation;
21 import static com.android.internal.R.styleable.WindowAnimation_activityCloseExitAnimation;
22 import static com.android.internal.R.styleable.WindowAnimation_activityOpenEnterAnimation;
23 import static com.android.internal.R.styleable.WindowAnimation_activityOpenExitAnimation;
24 import static com.android.internal.R.styleable.WindowAnimation_launchTaskBehindSourceAnimation;
25 import static com.android.internal.R.styleable.WindowAnimation_launchTaskBehindTargetAnimation;
26 import static com.android.internal.R.styleable.WindowAnimation_taskCloseEnterAnimation;
27 import static com.android.internal.R.styleable.WindowAnimation_taskCloseExitAnimation;
28 import static com.android.internal.R.styleable.WindowAnimation_taskOpenEnterAnimation;
29 import static com.android.internal.R.styleable.WindowAnimation_taskOpenExitAnimation
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactListItemView.java 274 if (R.styleable.ContactListItemView != null) {
276 a = getContext().obtainStyledAttributes(attrs, R.styleable.ContactListItemView);
278 R.styleable.ContactListItemView_list_item_height, mPreferredHeight);
280 R.styleable.ContactListItemView_activated_background);
283 R.styleable.ContactListItemView_list_item_gap_between_image_and_text,
286 R.styleable.ContactListItemView_list_item_gap_between_label_and_data,
289 R.styleable.ContactListItemView_list_item_presence_icon_margin,
292 R.styleable.ContactListItemView_list_item_presence_icon_size,
295 R.styleable.ContactListItemView_list_item_photo_size, mDefaultPhotoViewSize);
297 R.styleable.ContactListItemView_list_item_text_indent, mTextIndent)
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
KeyboardView.java 284 attrs, android.R.styleable.KeyboardView, defStyle, R.style.WnnKeyboardView);
299 case android.R.styleable.KeyboardView_keyBackground:
302 case android.R.styleable.KeyboardView_verticalCorrection:
305 case android.R.styleable.KeyboardView_keyPreviewLayout:
308 case android.R.styleable.KeyboardView_keyPreviewOffset:
311 case android.R.styleable.KeyboardView_keyPreviewHeight:
314 case android.R.styleable.KeyboardView_keyTextSize:
317 case android.R.styleable.KeyboardView_keyTextColor:
320 case android.R.styleable.KeyboardView_labelTextSize:
323 case android.R.styleable.KeyboardView_popupLayout
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/preference/
PreferencesFromCode.java 139 // See res/values/attrs.xml for the <declare-styleable> that defines
141 TypedArray a = obtainStyledAttributes(R.styleable.TogglePrefAttrs);
146 a.getResourceId(R.styleable.TogglePrefAttrs_android_preferenceLayoutChild,
  /development/samples/training/threadsample/src/com/example/android/threadsample/
PhotoView.java 108 getContext().obtainStyledAttributes(attributeSet, R.styleable.ImageDownloaderView);
112 attributes.getResourceId(R.styleable.ImageDownloaderView_hideShowSibling, -1);
  /frameworks/base/core/java/android/transition/
Fade.java 58 * attributes of {@link android.R.styleable#Fade} and
59 * {@link android.R.styleable#Transition}.</p>
103 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.Fade);
104 int fadingMode = a.getInt(R.styleable.Fade_fadingMode, getMode());
  /frameworks/base/core/java/com/android/internal/widget/
ButtonBarLayout.java 52 final TypedArray ta = context.obtainStyledAttributes(attrs, R.styleable.ButtonBarLayout);
53 mAllowStacking = ta.getBoolean(R.styleable.ButtonBarLayout_allowStacking,
  /frameworks/base/core/tests/coretests/src/android/app/activity/
MetaDataTest.java 89 android.R.styleable.TextView);
90 String styledAttr = a.getString(android.R.styleable.TextView_text);
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
PrintOptionsLayout.java 40 R.styleable.PrintOptionsLayout);
41 mColumnCount = typedArray.getInteger(R.styleable.PrintOptionsLayout_columnCount, 0);

Completed in 300 milliseconds

<<11121314151617181920>>