/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);
|
/frameworks/base/core/java/android/widget/ |
GridLayout.java | 162 * @attr ref android.R.styleable#GridLayout_orientation 163 * @attr ref android.R.styleable#GridLayout_rowCount 164 * @attr ref android.R.styleable#GridLayout_columnCount 165 * @attr ref android.R.styleable#GridLayout_useDefaultMargins 166 * @attr ref android.R.styleable#GridLayout_rowOrderPreserved 167 * @attr ref android.R.styleable#GridLayout_columnOrderPreserved 260 private static final int ORIENTATION = R.styleable.GridLayout_orientation; 261 private static final int ROW_COUNT = R.styleable.GridLayout_rowCount; 262 private static final int COLUMN_COUNT = R.styleable.GridLayout_columnCount; 263 private static final int USE_DEFAULT_MARGINS = R.styleable.GridLayout_useDefaultMargins [all...] |
EdgeEffect.java | 122 com.android.internal.R.styleable.EdgeEffect); 124 com.android.internal.R.styleable.EdgeEffect_colorEdgeEffect, 0xff666666);
|
AdapterViewAnimator.java | 41 * @attr ref android.R.styleable#AdapterViewAnimator_inAnimation 42 * @attr ref android.R.styleable#AdapterViewAnimator_outAnimation 43 * @attr ref android.R.styleable#AdapterViewAnimator_animateFirstView 44 * @attr ref android.R.styleable#AdapterViewAnimator_loopViews 182 com.android.internal.R.styleable.AdapterViewAnimator, defStyleAttr, defStyleRes); 184 com.android.internal.R.styleable.AdapterViewAnimator_inAnimation, 0); 191 resource = a.getResourceId(com.android.internal.R.styleable.AdapterViewAnimator_outAnimation, 0); 199 com.android.internal.R.styleable.AdapterViewAnimator_animateFirstView, true); 203 com.android.internal.R.styleable.AdapterViewAnimator_loopViews, false); [all...] |
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/ |
GridLayout.java | 245 private static final int ORIENTATION = R.styleable.GridLayout_orientation; 246 private static final int ROW_COUNT = R.styleable.GridLayout_rowCount; 247 private static final int COLUMN_COUNT = R.styleable.GridLayout_columnCount; 248 private static final int USE_DEFAULT_MARGINS = R.styleable.GridLayout_useDefaultMargins; 249 private static final int ALIGNMENT_MODE = R.styleable.GridLayout_alignmentMode; 250 private static final int ROW_ORDER_PRESERVED = R.styleable.GridLayout_rowOrderPreserved; 251 private static final int COLUMN_ORDER_PRESERVED = R.styleable.GridLayout_columnOrderPreserved; 272 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 | 156 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.Slide); 157 int edge = a.getInt(R.styleable.Slide_slideEdge, Gravity.BOTTOM); 188 * @attr ref android.R.styleable#Slide_slideEdge 226 * @attr ref android.R.styleable#Slide_slideEdge
|
/frameworks/base/core/java/com/android/internal/view/menu/ |
ActionMenuItemView.java | 73 com.android.internal.R.styleable.ActionMenuItemView, defStyleAttr, defStyleRes); 75 com.android.internal.R.styleable.ActionMenuItemView_minWidth, 0);
|
/frameworks/base/core/java/com/android/internal/widget/ |
MessagingLinearLayout.java | 66 R.styleable.MessagingLinearLayout, 0, 73 case R.styleable.MessagingLinearLayout_spacing:
|
ResolverDrawerLayout.java | 129 final TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.ResolverDrawerLayout, 131 mMaxWidth = a.getDimensionPixelSize(R.styleable.ResolverDrawerLayout_maxWidth, -1); 133 R.styleable.ResolverDrawerLayout_maxCollapsedHeight, 0); 135 R.styleable.ResolverDrawerLayout_maxCollapsedHeightSmall, 898 R.styleable.ResolverDrawerLayout_LayoutParams); 900 R.styleable.ResolverDrawerLayout_LayoutParams_layout_alwaysShow, 903 R.styleable.ResolverDrawerLayout_LayoutParams_layout_ignoreOffset, 906 R.styleable.ResolverDrawerLayout_LayoutParams_layout_hasNestedScrollIndicator, [all...] |
/frameworks/base/core/tests/coretests/src/android/util/ |
InternalSelectionView.java | 76 attrs, R.styleable.SelectableRowView); 77 mNumRows = a.getInt(R.styleable.SelectableRowView_numRows, 5);
|
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/ |
FrameworkActionBar.java | 161 R.styleable.PopupWindow, R.attr.popupMenuStyle, 0); 162 listView.setBackground(a.getDrawable(R.styleable.PopupWindow_popupBackground));
|
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/ |
Illustration.java | 76 R.styleable.SuwIllustration, defStyleAttr, 0); 77 mAspectRatio = a.getFloat(R.styleable.SuwIllustration_suwAspectRatio, 0.0f);
|
/frameworks/opt/setupwizard/library/recyclerview/src/com/android/setupwizardlib/view/ |
HeaderRecyclerView.java | 221 R.styleable.SuwHeaderRecyclerView, defStyleAttr, 0); 222 mHeaderRes = a.getResourceId(R.styleable.SuwHeaderRecyclerView_suwHeader, 0);
|
/frameworks/support/v7/appcompat/src/android/support/v7/view/menu/ |
ActionMenuItemView.java | 75 R.styleable.ActionMenuItemView, defStyle, 0); 77 R.styleable.ActionMenuItemView_android_minWidth, 0);
|
/frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
AbsActionBarView.java | 76 TypedArray a = getContext().obtainStyledAttributes(null, R.styleable.ActionBar, 78 setContentHeight(a.getLayoutDimension(R.styleable.ActionBar_height, 0));
|
/frameworks/support/wear/src/android/support/wear/widget/drawer/ |
WearableNavigationDrawerView.java | 144 R.styleable.WearableNavigationDrawerView, 150 R.styleable.WearableNavigationDrawerView_navigationStyle, DEFAULT_STYLE);
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
BaseContainerView.java | 69 R.styleable.BaseContainerView, defStyleAttr, 0); 70 mBaseDrawable = a.getDrawable(R.styleable.BaseContainerView_revealBackground);
|
/packages/apps/Settings/src/com/android/settings/applications/assist/ |
VoiceInputHelper.java | 188 com.android.internal.R.styleable.RecognitionService); 190 com.android.internal.R.styleable.RecognitionService_settingsActivity);
|
/pdk/apps/TestingCamera2/src/com/android/testingcamera2/ |
PaneLayout.java | 108 context.getTheme().obtainStyledAttributes(attrs, R.styleable.PaneLayout, 0, 0); 111 title.setText(a.getString(R.styleable.PaneLayout_headerTitle));
|
/frameworks/base/core/java/android/inputmethodservice/ |
KeyboardView.java | 61 * @attr ref android.R.styleable#KeyboardView_keyBackground 62 * @attr ref android.R.styleable#KeyboardView_keyPreviewLayout 63 * @attr ref android.R.styleable#KeyboardView_keyPreviewOffset 64 * @attr ref android.R.styleable#KeyboardView_labelTextSize 65 * @attr ref android.R.styleable#KeyboardView_keyTextSize 66 * @attr ref android.R.styleable#KeyboardView_keyTextColor 67 * @attr ref android.R.styleable#KeyboardView_verticalCorrection 68 * @attr ref android.R.styleable#KeyboardView_popupLayout 270 attrs, android.R.styleable.KeyboardView, defStyleAttr, defStyleRes); 285 case com.android.internal.R.styleable.KeyboardView_keyBackground [all...] |
/frameworks/base/graphics/java/android/graphics/drawable/ |
RippleDrawable.java | 94 * @attr ref android.R.styleable#RippleDrawable_color 391 * @attr ref android.R.styleable#RippleDrawable_color 403 * @attr ref android.R.styleable#RippleDrawable_radius 414 * @attr ref android.R.styleable#RippleDrawable_radius 424 final TypedArray a = obtainAttributes(r, theme, attrs, R.styleable.RippleDrawable); 484 final ColorStateList color = a.getColorStateList(R.styleable.RippleDrawable_color); 490 R.styleable.RippleDrawable_radius, mState.mMaxRadius); 495 || mState.mTouchThemeAttrs[R.styleable.RippleDrawable_color] == 0)) { 512 R.styleable.RippleDrawable); [all...] |
/frameworks/base/services/core/java/com/android/server/wm/ |
AppWindowContainerController.java | 512 com.android.internal.R.styleable.Window, mService.mCurrentUserId); 519 com.android.internal.R.styleable.Window_windowIsTranslucent, false); 521 com.android.internal.R.styleable.Window_windowIsFloating, false); 523 com.android.internal.R.styleable.Window_windowShowWallpaper, false); 525 com.android.internal.R.styleable.Window_windowDisablePreview, false); [all...] |