/frameworks/base/core/java/android/widget/ |
TableRow.java | 393 * @attr ref android.R.styleable#TableRow_Cell_layout_column 394 * @attr ref android.R.styleable#TableRow_Cell_layout_span 422 com.android.internal.R.styleable.TableRow_Cell); 424 column = a.getInt(com.android.internal.R.styleable.TableRow_Cell_layout_column, -1); 425 span = a.getInt(com.android.internal.R.styleable.TableRow_Cell_layout_span, 1);
|
FrameLayout.java | 54 * @attr ref android.R.styleable#FrameLayout_measureAllChildren 95 attrs, R.styleable.FrameLayout, defStyleAttr, defStyleRes); 97 if (a.getBoolean(R.styleable.FrameLayout_measureAllChildren, false)) { 111 * @attr ref android.R.styleable#View_foregroundGravity 335 * @attr ref android.R.styleable#FrameLayout_measureAllChildren 413 * See {@link android.R.styleable#FrameLayout_Layout FrameLayout Layout Attributes} 416 * @attr ref android.R.styleable#FrameLayout_Layout_layout_gravity 433 * @attr ref android.R.styleable#FrameLayout_Layout_layout_gravity 440 final TypedArray a = c.obtainStyledAttributes(attrs, R.styleable.FrameLayout_Layout); 441 gravity = a.getInt(R.styleable.FrameLayout_Layout_layout_gravity, UNSPECIFIED_GRAVITY) [all...] |
TableLayout.java | 104 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.TableLayout); 106 String stretchedColumns = a.getString(R.styleable.TableLayout_stretchColumns); 115 String shrinkedColumns = a.getString(R.styleable.TableLayout_shrinkColumns); 124 String collapsedColumns = a.getString(R.styleable.TableLayout_collapseColumns); 235 * @attr ref android.R.styleable#TableLayout_shrinkColumns 246 * @attr ref android.R.styleable#TableLayout_shrinkColumns 257 * @attr ref android.R.styleable#TableLayout_stretchColumns 268 * @attr ref android.R.styleable#TableLayout_stretchColumns 285 * @attr ref android.R.styleable#TableLayout_collapseColumns 322 * @attr ref android.R.styleable#TableLayout_stretchColumn [all...] |
GridLayout.java | 153 * @attr ref android.R.styleable#GridLayout_orientation 154 * @attr ref android.R.styleable#GridLayout_rowCount 155 * @attr ref android.R.styleable#GridLayout_columnCount 156 * @attr ref android.R.styleable#GridLayout_useDefaultMargins 157 * @attr ref android.R.styleable#GridLayout_rowOrderPreserved 158 * @attr ref android.R.styleable#GridLayout_columnOrderPreserved 251 private static final int ORIENTATION = R.styleable.GridLayout_orientation; 252 private static final int ROW_COUNT = R.styleable.GridLayout_rowCount; 253 private static final int COLUMN_COUNT = R.styleable.GridLayout_columnCount; 254 private static final int USE_DEFAULT_MARGINS = R.styleable.GridLayout_useDefaultMargins [all...] |
/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
KeyguardSecurityViewFlipper.java | 284 R.styleable.KeyguardSecurityViewFlipper_Layout, 0, 0); 286 R.styleable.KeyguardSecurityViewFlipper_Layout_layout_maxWidth, 0); 288 R.styleable.KeyguardSecurityViewFlipper_Layout_layout_maxHeight, 0);
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/drawer/ |
SettingsDrawerActivity.java | 80 TypedArray theme = getTheme().obtainStyledAttributes(android.R.styleable.Theme); 81 if (!theme.getBoolean(android.R.styleable.Theme_windowNoTitle, false)) { 92 if (theme.getBoolean(android.R.styleable.Theme_windowNoTitle, false)) {
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
ImageCardView.java | 109 * @attr ref android.support.v17.leanback.R.styleable#LeanbackTheme_imageCardViewStyle 110 * @attr ref android.support.v17.leanback.R.styleable#lbImageCardView_lbImageCardViewType 111 * @attr ref android.support.v17.leanback.R.styleable#LeanbackTheme_imageCardViewTitleStyle 112 * @attr ref android.support.v17.leanback.R.styleable#LeanbackTheme_imageCardViewContentStyle 113 * @attr ref android.support.v17.leanback.R.styleable#LeanbackTheme_imageCardViewBadgeStyle 114 * @attr ref android.support.v17.leanback.R.styleable#LeanbackTheme_imageCardViewImageStyle 115 * @attr ref android.support.v17.leanback.R.styleable#LeanbackTheme_imageCardViewInfoAreaStyle 167 R.styleable.lbImageCardView, defStyleAttr, defStyle); 169 .getInt(R.styleable.lbImageCardView_lbImageCardViewType, CARD_TYPE_FLAG_IMAGE_ONLY); 257 Drawable background = cardAttrs.getDrawable(R.styleable.lbImageCardView_infoAreaBackground) [all...] |
/frameworks/support/v7/appcompat/src/android/support/v7/app/ |
AppCompatViewInflater.java | 239 final TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.View, 0, 0); 243 themeId = a.getResourceId(R.styleable.View_android_theme, 0); 247 themeId = a.getResourceId(R.styleable.View_theme, 0);
|
/packages/apps/Camera2/src/com/android/camera/ |
MultiToggleImageButton.java | 284 R.styleable.MultiToggleImageButton, 286 int imageIds = a.getResourceId(R.styleable.MultiToggleImageButton_imageIds, 0); 290 int descIds = a.getResourceId(R.styleable.MultiToggleImageButton_contentDescriptionIds, 0);
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/ |
StatePanelTrack.java | 78 TypedArray a = getContext().obtainStyledAttributes(attrs, R.styleable.StatePanelTrack); 79 mElemSize = a.getDimensionPixelSize(R.styleable.StatePanelTrack_elemSize, 0); 80 mElemEndSize = a.getDimensionPixelSize(R.styleable.StatePanelTrack_elemEndSize, 0);
|
/packages/services/Telephony/src/com/android/phone/ |
CallForwardEditPreference.java | 54 R.styleable.CallForwardEditPreference, 0, R.style.EditPhoneNumberPreference); 55 mServiceClass = a.getInt(R.styleable.CallForwardEditPreference_serviceClass, 57 reason = a.getInt(R.styleable.CallForwardEditPreference_reason,
|
/frameworks/base/core/java/android/view/ |
View.java | 583 * a single tag using the {@link android.R.styleable#View_tag android:tag} 604 * the {@link android.R.styleable#View_theme android:theme} attribute in layout 609 * When the {@link android.R.styleable#View_theme android:theme} attribute is 618 * {@link android.R.styleable#Theme_colorAccent android:colorAccent} defined on 686 * @attr ref android.R.styleable#View_alpha 687 * @attr ref android.R.styleable#View_background 688 * @attr ref android.R.styleable#View_clickable 689 * @attr ref android.R.styleable#View_contentDescription 690 * @attr ref android.R.styleable#View_drawingCacheQuality 691 * @attr ref android.R.styleable#View_duplicateParentStat [all...] |
/frameworks/base/core/java/com/android/internal/transition/ |
EpicenterTranslateClipReveal.java | 64 R.styleable.EpicenterTranslateClipReveal, 0, 0); 67 R.styleable.EpicenterTranslateClipReveal_interpolatorX, 0); 75 R.styleable.EpicenterTranslateClipReveal_interpolatorY, 0); 83 R.styleable.EpicenterTranslateClipReveal_interpolatorZ, 0);
|
/frameworks/base/core/java/com/android/internal/widget/ |
ActionBarView.java | 164 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.ActionBar, 167 mNavigationMode = a.getInt(R.styleable.ActionBar_navigationMode, 169 mTitle = a.getText(R.styleable.ActionBar_title); 170 mSubtitle = a.getText(R.styleable.ActionBar_subtitle); 171 mLogo = a.getDrawable(R.styleable.ActionBar_logo); 172 mIcon = a.getDrawable(R.styleable.ActionBar_icon); 177 com.android.internal.R.styleable.ActionBar_homeLayout, 199 mTitleStyleRes = a.getResourceId(R.styleable.ActionBar_titleTextStyle, 0); 200 mSubtitleStyleRes = a.getResourceId(R.styleable.ActionBar_subtitleTextStyle, 0); 201 mProgressStyle = a.getResourceId(R.styleable.ActionBar_progressBarStyle, 0) [all...] |
/frameworks/base/graphics/java/android/graphics/drawable/ |
DrawableWrapper.java | 137 final TypedArray a = obtainAttributes(r, theme, attrs, R.styleable.DrawableWrapper); 166 state.mThemeAttrs, R.styleable.DrawableWrapper); 191 if (a.hasValueOrEmpty(R.styleable.DrawableWrapper_drawable)) { 192 setDrawable(a.getDrawable(R.styleable.DrawableWrapper_drawable));
|
/frameworks/support/v7/mediarouter/src/android/support/v7/app/ |
MediaRouteButton.java | 131 R.styleable.MediaRouteButton, defStyleAttr, 0); 133 R.styleable.MediaRouteButton_externalRouteEnabledDrawable)); 135 R.styleable.MediaRouteButton_android_minWidth, 0); 137 R.styleable.MediaRouteButton_android_minHeight, 0);
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/ |
ExternalAccountType.java | 375 R.styleable.ContactsDataKind); 379 .getString(R.styleable.ContactsDataKind_android_mimeType); 381 R.styleable.ContactsDataKind_android_summaryColumn); 387 R.styleable.ContactsDataKind_android_detailColumn);
|
/packages/apps/Settings/src/com/android/settings/ |
AppListPreference.java | 111 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.WorkPreference, 0, 0); 112 mForWork = a.getBoolean(R.styleable.WorkPreference_forWork, false); 121 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.WorkPreference, 0, 0); 122 mForWork = a.getBoolean(R.styleable.WorkPreference_forWork, false);
|
/packages/apps/Settings/src/com/android/settings/location/ |
SettingsInjector.java | 208 TypedArray sa = res.obtainAttributes(attrs, android.R.styleable.SettingInjectorService); 212 final String title = sa.getString(android.R.styleable.SettingInjectorService_title); 214 sa.getResourceId(android.R.styleable.SettingInjectorService_icon, 0); 216 sa.getString(android.R.styleable.SettingInjectorService_settingsActivity);
|
/packages/services/Car/car-support-lib/src/android/support/car/ui/ |
PagedListView.java | 105 attrs, R.styleable.PagedListView, defStyleAttrs, defStyleRes); 107 a.getBoolean(R.styleable.PagedListView_rightGutterEnabled, false); 118 boolean fadeLastItem = a.getBoolean(R.styleable.PagedListView_fadeLastItem, false); 120 boolean offsetRows = a.getBoolean(R.styleable.PagedListView_offsetRows, false);
|
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/ |
GridLayout.java | 239 private static final int ORIENTATION = R.styleable.GridLayout_orientation; 240 private static final int ROW_COUNT = R.styleable.GridLayout_rowCount; 241 private static final int COLUMN_COUNT = R.styleable.GridLayout_columnCount; 242 private static final int USE_DEFAULT_MARGINS = R.styleable.GridLayout_useDefaultMargins; 243 private static final int ALIGNMENT_MODE = R.styleable.GridLayout_alignmentMode; 244 private static final int ROW_ORDER_PRESERVED = R.styleable.GridLayout_rowOrderPreserved; 245 private static final int COLUMN_ORDER_PRESERVED = R.styleable.GridLayout_columnOrderPreserved; 266 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.GridLayout); [all...] |
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/ |
ScrollAdapterView.java | 474 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.ScrollAdapterView); 476 setOrientation(a.getInt(R.styleable.ScrollAdapterView_orientation, HORIZONTAL)); 478 mScroll.setScrollItemAlign(a.getInt(R.styleable.ScrollAdapterView_scrollItemAlign, 481 setGridSetting(a.getInt(R.styleable.ScrollAdapterView_gridSetting, 1)); 483 if (a.hasValue(R.styleable.ScrollAdapterView_lowItemTransform)) { 485 a.getResourceId(R.styleable.ScrollAdapterView_lowItemTransform, -1))); 488 if (a.hasValue(R.styleable.ScrollAdapterView_highItemTransform)) { 490 a.getResourceId(R.styleable.ScrollAdapterView_highItemTransform, -1))); 493 if (a.hasValue(R.styleable.ScrollAdapterView_expandedItemInAnim)) { 495 a.getResourceId(R.styleable.ScrollAdapterView_expandedItemInAnim, -1)) [all...] |
/development/samples/HoneycombGallery/src/com/example/android/hcgallery/ |
TitlesFragment.java | 191 final TypedArray a = v.getContext().obtainStyledAttributes(R.styleable.AppTheme); 192 mShadow = a.getDrawable(R.styleable.AppTheme_listDragShadowBackground);
|
/frameworks/base/core/java/android/preference/ |
VolumePreference.java | 46 R.styleable.VolumePreference, defStyleAttr, defStyleRes); 47 mStreamType = a.getInt(android.R.styleable.VolumePreference_streamType, 0);
|
/frameworks/base/core/java/android/transition/ |
Slide.java | 155 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.Slide); 156 int edge = a.getInt(R.styleable.Slide_slideEdge, Gravity.BOTTOM); 187 * @attr ref android.R.styleable#Slide_slideEdge 225 * @attr ref android.R.styleable#Slide_slideEdge
|