HomeSort by relevance Sort by last modified time
    Searched refs:styleable (Results 201 - 225 of 598) sorted by null

1 2 3 4 5 6 7 891011>>

  /frameworks/base/core/java/android/preference/
MultiCheckPreference.java 35 * @attr ref android.R.styleable#ListPreference_entries
36 * @attr ref android.R.styleable#ListPreference_entryValues
50 attrs, com.android.internal.R.styleable.ListPreference, defStyleAttr, defStyleRes);
51 mEntries = a.getTextArray(com.android.internal.R.styleable.ListPreference_entries);
56 com.android.internal.R.styleable.ListPreference_entryValues));
63 com.android.internal.R.styleable.Preference, 0, 0);
64 mSummary = a.getString(com.android.internal.R.styleable.Preference_summary);
  /frameworks/base/core/java/android/view/animation/
GridLayoutAnimationController.java 47 * @attr ref android.R.styleable#GridLayoutAnimation_columnDelay
48 * @attr ref android.R.styleable#GridLayoutAnimation_rowDelay
49 * @attr ref android.R.styleable#GridLayoutAnimation_direction
50 * @attr ref android.R.styleable#GridLayoutAnimation_directionPriority
116 com.android.internal.R.styleable.GridLayoutAnimation);
119 a.peekValue(com.android.internal.R.styleable.GridLayoutAnimation_columnDelay));
122 a.peekValue(com.android.internal.R.styleable.GridLayoutAnimation_rowDelay));
125 mDirection = a.getInt(com.android.internal.R.styleable.GridLayoutAnimation_direction,
127 mDirectionPriority = a.getInt(com.android.internal.R.styleable.GridLayoutAnimation_directionPriority,
  /frameworks/base/graphics/java/android/graphics/drawable/
ClipDrawable.java 49 * @attr ref android.R.styleable#ClipDrawable_clipOrientation
50 * @attr ref android.R.styleable#ClipDrawable_gravity
51 * @attr ref android.R.styleable#ClipDrawable_drawable
89 final TypedArray a = obtainAttributes(r, theme, attrs, R.styleable.ClipDrawable);
109 final TypedArray a = t.resolveAttributes(state.mThemeAttrs, R.styleable.ClipDrawable);
124 || mState.mThemeAttrs[R.styleable.ClipDrawable_drawable] == 0)) {
144 R.styleable.ClipDrawable_clipOrientation, state.mOrientation);
146 R.styleable.ClipDrawable_gravity, state.mGravity);
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
NumPadKey.java 81 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.NumPadKey);
84 mDigit = a.getInt(R.styleable.NumPadKey_digit, mDigit);
85 mTextViewResId = a.getResourceId(R.styleable.NumPadKey_textView, 0);
120 a = context.obtainStyledAttributes(attrs, android.R.styleable.View);
121 if (!a.hasValueOrEmpty(android.R.styleable.View_background)) {
  /frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/
GlifLayout.java 91 R.styleable.SuwGlifLayout, defStyleAttr, 0);
93 final Drawable icon = a.getDrawable(R.styleable.SuwGlifLayout_android_icon);
100 a.getColorStateList(R.styleable.SuwGlifLayout_suwHeaderColor);
108 a.getText(R.styleable.SuwGlifLayout_suwHeaderText);
114 a.getColorStateList(R.styleable.SuwGlifLayout_android_colorPrimary);
GlifListLayout.java 80 final TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.SuwGlifListLayout,
82 final int xml = a.getResourceId(R.styleable.SuwGlifListLayout_android_entries, 0);
88 a.getDimensionPixelSize(R.styleable.SuwGlifListLayout_suwDividerInset, 0);
  /frameworks/support/v14/preference/src/android/support/v14/preference/
MultiSelectListPreference.java 56 android.support.v7.preference.R.styleable.MultiSelectListPreference, defStyleAttr,
60 android.support.v7.preference.R.styleable.MultiSelectListPreference_entries,
61 android.support.v7.preference.R.styleable.MultiSelectListPreference_android_entries);
64 android.support.v7.preference.R.styleable.MultiSelectListPreference_entryValues,
65 android.support.v7.preference.R.styleable.MultiSelectListPreference_android_entryValues);
  /frameworks/support/v7/appcompat/src/android/support/v7/view/menu/
ListMenuItemView.java 70 attrs, R.styleable.MenuView, defStyleAttr, 0);
72 mBackground = a.getDrawable(R.styleable.MenuView_android_itemBackground);
73 mTextAppearance = a.getResourceId(R.styleable.
76 R.styleable.MenuView_preserveIconSpacing, false);
78 mSubMenuArrow = a.getDrawable(R.styleable.MenuView_subMenuArrow);
  /frameworks/base/core/java/android/util/
StateSet.java 80 if ((VIEW_STATE_IDS.length / 2) != R.styleable.ViewDrawableStates.length) {
86 for (int i = 0; i < R.styleable.ViewDrawableStates.length; i++) {
87 final int viewState = R.styleable.ViewDrawableStates[i];
  /frameworks/base/core/java/android/widget/
AbsoluteLayout.java 33 * android.R.styleable#ViewGroup ViewGroup Attributes}, {@link
34 * android.R.styleable#View View Attributes}</p>
155 * {@link android.R.styleable#AbsoluteLayout_Layout Absolute Layout Attributes}
204 com.android.internal.R.styleable.AbsoluteLayout_Layout);
206 com.android.internal.R.styleable.AbsoluteLayout_Layout_layout_x, 0);
208 com.android.internal.R.styleable.AbsoluteLayout_Layout_layout_y, 0);
AdapterViewFlipper.java 35 * @attr ref android.R.styleable#AdapterViewFlipper_flipInterval
36 * @attr ref android.R.styleable#AdapterViewFlipper_autoStart
71 com.android.internal.R.styleable.AdapterViewFlipper, defStyleAttr, defStyleRes);
73 com.android.internal.R.styleable.AdapterViewFlipper_flipInterval, DEFAULT_INTERVAL);
75 com.android.internal.R.styleable.AdapterViewFlipper_autoStart, false);
152 * @attr ref android.R.styleable#AdapterViewFlipper_flipInterval
165 * @attr ref android.R.styleable#AdapterViewFlipper_flipInterval
ExpandableListView.java 72 * @attr ref android.R.styleable#ExpandableListView_groupIndicator
73 * @attr ref android.R.styleable#ExpandableListView_indicatorLeft
74 * @attr ref android.R.styleable#ExpandableListView_indicatorRight
75 * @attr ref android.R.styleable#ExpandableListView_childIndicator
76 * @attr ref android.R.styleable#ExpandableListView_childIndicatorLeft
77 * @attr ref android.R.styleable#ExpandableListView_childIndicatorRight
78 * @attr ref android.R.styleable#ExpandableListView_childDivider
79 * @attr ref android.R.styleable#ExpandableListView_indicatorStart
80 * @attr ref android.R.styleable#ExpandableListView_indicatorEnd
81 * @attr ref android.R.styleable#ExpandableListView_childIndicatorStar
    [all...]
TabWidget.java 49 * @attr ref android.R.styleable#TabWidget_divider
50 * @attr ref android.R.styleable#TabWidget_tabStripEnabled
51 * @attr ref android.R.styleable#TabWidget_tabStripLeft
52 * @attr ref android.R.styleable#TabWidget_tabStripRight
89 attrs, R.styleable.TabWidget, defStyleAttr, defStyleRes);
91 mDrawBottomStrips = a.getBoolean(R.styleable.TabWidget_tabStripEnabled, mDrawBottomStrips);
99 final boolean hasExplicitLeft = a.hasValueOrEmpty(R.styleable.TabWidget_tabStripLeft);
101 mLeftStrip = a.getDrawable(R.styleable.TabWidget_tabStripLeft);
108 final boolean hasExplicitRight = a.hasValueOrEmpty(R.styleable.TabWidget_tabStripRight);
110 mRightStrip = a.getDrawable(R.styleable.TabWidget_tabStripRight)
    [all...]
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/
RestrictedSwitchPreference.java 49 R.styleable.RestrictedSwitchPreference);
51 R.styleable.RestrictedSwitchPreference_useAdditionalSummary);
59 R.styleable.RestrictedSwitchPreference_restrictedSwitchSummary);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
UserDetailItemView.java 66 attrs, R.styleable.UserDetailItemView, defStyleAttr, defStyleRes);
71 case R.styleable.UserDetailItemView_regularFontFamily:
74 case R.styleable.UserDetailItemView_activatedFontFamily:
  /frameworks/base/tools/layoutlib/bridge/src/android/view/
LayoutInflater_Delegate.java 162 attrs, com.android.internal.R.styleable.Include);
164 com.android.internal.R.styleable.Include_id, View.NO_ID);
166 com.android.internal.R.styleable.Include_visibility, -1);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/util/
LocalizedNameResolver.java 106 R.styleable.ContactsDataKind);
110 R.styleable.ContactsDataKind_android_allContactsName);
118 R.styleable.ContactsDataKind_android_allContactsName, 0);
  /packages/apps/DeskClock/src/com/android/deskclock/widget/
TextTime.java 68 attrs, R.styleable.TextTime, defStyle, 0);
70 mFormat12 = styledAttributes.getText(R.styleable.TextTime_format12Hour);
71 mFormat24 = styledAttributes.getText(R.styleable.TextTime_format24Hour);
  /packages/apps/Gallery/src/com/android/camera/
EvenlySpacedLayout.java 40 attrs, R.styleable.EvenlySpacedLayout, 0, 0);
42 R.styleable.EvenlySpacedLayout_orientation, 0));
44 R.styleable.EvenlySpacedLayout_keepEndSpace, true);
  /packages/apps/Launcher2/src/com/android/launcher2/
Hotseat.java 57 R.styleable.Hotseat, defStyle, 0);
59 mCellCountX = a.getInt(R.styleable.Hotseat_cellCountX, -1);
60 mCellCountY = a.getInt(R.styleable.Hotseat_cellCountY, -1);
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
PercentageBarChart.java 62 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.PercentageBarChart);
63 mMinTickWidth = a.getDimensionPixelSize(R.styleable.PercentageBarChart_minTickWidth, 1);
64 int emptyColor = a.getColor(R.styleable.PercentageBarChart_emptyColor, Color.BLACK);
  /development/samples/Home/src/com/example/android/home/
ApplicationsStackLayout.java 95 context.obtainStyledAttributes(attrs, R.styleable.ApplicationsStackLayout);
97 mOrientation = a.getInt(R.styleable.ApplicationsStackLayout_stackOrientation, VERTICAL);
99 mMarginLeft = a.getDimensionPixelSize(R.styleable.ApplicationsStackLayout_marginLeft, 0);
100 mMarginTop = a.getDimensionPixelSize(R.styleable.ApplicationsStackLayout_marginTop, 0);
101 mMarginRight = a.getDimensionPixelSize(R.styleable.ApplicationsStackLayout_marginRight, 0);
102 mMarginBottom = a.getDimensionPixelSize(R.styleable.ApplicationsStackLayout_marginBottom, 0);
  /frameworks/base/core/java/android/nfc/cardemulation/
NfcFServiceInfo.java 123 com.android.internal.R.styleable.HostNfcFService);
126 com.android.internal.R.styleable.HostNfcFService_description);
141 com.android.internal.R.styleable.SystemCodeFilter);
143 com.android.internal.R.styleable.SystemCodeFilter_name).toUpperCase();
153 com.android.internal.R.styleable.Nfcid2Filter);
155 com.android.internal.R.styleable.Nfcid2Filter_name).toUpperCase();
  /frameworks/base/core/java/com/android/internal/app/
AlertController.java 183 null, R.styleable.AlertDialog, R.attr.alertDialogStyle, 0);
184 int controllerType = a.getInt(R.styleable.AlertDialog_controllerType, 0);
202 R.styleable.AlertDialog, R.attr.alertDialogStyle, 0);
205 R.styleable.AlertDialog_layout, R.layout.alert_dialog);
207 R.styleable.AlertDialog_buttonPanelSideLayout, 0);
209 R.styleable.AlertDialog_listLayout, R.layout.select_dialog);
212 R.styleable.AlertDialog_multiChoiceItemLayout,
215 R.styleable.AlertDialog_singleChoiceItemLayout,
218 R.styleable.AlertDialog_listItemLayout,
220 mShowTitle = a.getBoolean(R.styleable.AlertDialog_showTitle, true)
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/ui/
VideoThumbnailView.java 74 context.obtainStyledAttributes(attrs, R.styleable.VideoThumbnailView);
79 mPlayOnLoad = typedAttributes.getBoolean(R.styleable.VideoThumbnailView_playOnLoad, false);
81 typedAttributes.getBoolean(R.styleable.VideoThumbnailView_loop, false);
82 mMode = typedAttributes.getInt(R.styleable.VideoThumbnailView_mode, MODE_IMAGE_THUMBNAIL);
83 mAllowCrop = typedAttributes.getBoolean(R.styleable.VideoThumbnailView_allowCrop, false);
162 R.styleable.VideoThumbnailView_android_maxHeight, ImageRequest.UNSPECIFIED_SIZE);

Completed in 1013 milliseconds

1 2 3 4 5 6 7 891011>>