/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/ |
MoreKeysKeyboardView.java | 63 R.styleable.MoreKeysKeyboardView, defStyle, R.style.MoreKeysKeyboardView); 64 mDivider = moreKeysKeyboardViewAttr.getDrawable(R.styleable.MoreKeysKeyboardView_divider);
|
/frameworks/base/core/java/android/view/ |
LayoutInflater.java | [all...] |
ViewGroup.java | 100 * @attr ref android.R.styleable#ViewGroup_clipChildren 101 * @attr ref android.R.styleable#ViewGroup_clipToPadding 102 * @attr ref android.R.styleable#ViewGroup_layoutAnimation 103 * @attr ref android.R.styleable#ViewGroup_animationCache 104 * @attr ref android.R.styleable#ViewGroup_persistentDrawingCache 105 * @attr ref android.R.styleable#ViewGroup_alwaysDrawnWithCache 106 * @attr ref android.R.styleable#ViewGroup_addStatesFromChildren 107 * @attr ref android.R.styleable#ViewGroup_descendantFocusability 108 * @attr ref android.R.styleable#ViewGroup_animateLayoutChanges 109 * @attr ref android.R.styleable#ViewGroup_splitMotionEvent [all...] |
/frameworks/base/core/java/android/widget/ |
TimePickerClockDelegate.java | 110 R.styleable.TimePicker, defStyleAttr, defStyleRes); 118 final int layoutResourceId = a.getResourceId(R.styleable.TimePicker_internalLayout, 162 R.styleable.TimePicker_headerTimeTextAppearance, 0); 172 headerTextColor = a.getColorStateList(R.styleable.TimePicker_headerTextColor); 184 if (a.hasValueOrEmpty(R.styleable.TimePicker_headerBackground)) { 185 headerView.setBackground(a.getDrawable(R.styleable.TimePicker_headerBackground));
|
Gallery.java | 46 * {@link android.R.styleable#Theme_galleryItemBackground} as the background for 53 * @attr ref android.R.styleable#Gallery_animationDuration 54 * @attr ref android.R.styleable#Gallery_spacing 55 * @attr ref android.R.styleable#Gallery_gravity 207 attrs, com.android.internal.R.styleable.Gallery, defStyleAttr, defStyleRes); 209 int index = a.getInt(com.android.internal.R.styleable.Gallery_gravity, -1); 215 a.getInt(com.android.internal.R.styleable.Gallery_animationDuration, -1); 221 a.getDimensionPixelOffset(com.android.internal.R.styleable.Gallery_spacing, 0); 225 com.android.internal.R.styleable.Gallery_unselectedAlpha, 0.5f); 280 * @attr ref android.R.styleable#Gallery_animationDuratio [all...] |
ActivityChooserView.java | 231 R.styleable.ActivityChooserView, defStyleAttr, defStyleRes); 234 R.styleable.ActivityChooserView_initialActivityCount, 238 R.styleable.ActivityChooserView_expandActivityOverflowButtonDrawable);
|
DateTimeView.java | 82 com.android.internal.R.styleable.DateTimeView, 0, 89 case R.styleable.DateTimeView_showRelative:
|
TabHost.java | 88 attrs, com.android.internal.R.styleable.TabWidget, defStyleAttr, defStyleRes); 90 mTabLayoutId = a.getResourceId(R.styleable.TabWidget_tabLayout, 0);
|
TimePickerSpinnerDelegate.java | 78 attrs, R.styleable.TimePicker, defStyleAttr, defStyleRes); 80 R.styleable.TimePicker_legacyLayout, R.layout.time_picker_legacy);
|
/packages/apps/Settings/src/com/android/settings/widget/ |
DotsPageIndicator.java | 131 attrs, R.styleable.DotsPageIndicator, defStyle, 0); 132 dotDiameter = typedArray.getDimensionPixelSize(R.styleable.DotsPageIndicator_dotDiameter, 136 gap = typedArray.getDimensionPixelSize(R.styleable.DotsPageIndicator_dotGap, 138 animDuration = (long) typedArray.getInteger(R.styleable.DotsPageIndicator_animationDuration, 141 unselectedColour = typedArray.getColor(R.styleable.DotsPageIndicator_pageIndicatorColor, 143 selectedColour = typedArray.getColor(R.styleable.DotsPageIndicator_currentPageIndicatorColor, [all...] |
/frameworks/support/design/src/android/support/design/widget/ |
CoordinatorLayout.java | 187 final TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.CoordinatorLayout, 189 final int keylineArrayRes = a.getResourceId(R.styleable.CoordinatorLayout_keylines, 0); 199 mStatusBarBackground = a.getDrawable(R.styleable.CoordinatorLayout_statusBarBackground); [all...] |
/packages/apps/Launcher2/src/com/android/launcher2/ |
PagedView.java | 206 R.styleable.PagedView, defStyle, 0); 207 setPageSpacing(a.getDimensionPixelSize(R.styleable.PagedView_pageSpacing, 0)); 209 R.styleable.PagedView_pageLayoutPaddingTop, 0); 211 R.styleable.PagedView_pageLayoutPaddingBottom, 0); 213 R.styleable.PagedView_pageLayoutPaddingLeft, 0); 215 R.styleable.PagedView_pageLayoutPaddingRight, 0); 217 R.styleable.PagedView_pageLayoutWidthGap, 0); 219 R.styleable.PagedView_pageLayoutHeightGap, 0); 221 a.getDimensionPixelSize(R.styleable.PagedView_scrollIndicatorPaddingLeft, 0); 223 a.getDimensionPixelSize(R.styleable.PagedView_scrollIndicatorPaddingRight, 0) [all...] |
AppsCustomizePagedView.java | 260 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.AppsCustomizePagedView, 0, 0); 261 mMaxAppCellCountX = a.getInt(R.styleable.AppsCustomizePagedView_maxAppCellCountX, -1); 262 mMaxAppCellCountY = a.getInt(R.styleable.AppsCustomizePagedView_maxAppCellCountY, -1); 264 a.getDimensionPixelSize(R.styleable.AppsCustomizePagedView_widgetCellWidthGap, 0); 266 a.getDimensionPixelSize(R.styleable.AppsCustomizePagedView_widgetCellHeightGap, 0); 267 mWidgetCountX = a.getInt(R.styleable.AppsCustomizePagedView_widgetCountX, 2); 268 mWidgetCountY = a.getInt(R.styleable.AppsCustomizePagedView_widgetCountY, 2); 269 mClingFocusedX = a.getInt(R.styleable.AppsCustomizePagedView_clingFocusedX, 0); 270 mClingFocusedY = a.getInt(R.styleable.AppsCustomizePagedView_clingFocusedY, 0); [all...] |
/frameworks/base/graphics/java/android/graphics/drawable/ |
AnimatedVectorDrawable.java | 147 * @attr ref android.R.styleable#AnimatedVectorDrawable_drawable 148 * @attr ref android.R.styleable#AnimatedVectorDrawableTarget_name 149 * @attr ref android.R.styleable#AnimatedVectorDrawableTarget_animation 369 R.styleable.AnimatedVectorDrawable); 371 R.styleable.AnimatedVectorDrawable_drawable, 0); 386 R.styleable.AnimatedVectorDrawableTarget); 388 R.styleable.AnimatedVectorDrawableTarget_name); 390 R.styleable.AnimatedVectorDrawableTarget_animation, 0); [all...] |
/frameworks/base/media/java/android/media/tv/ |
TvInputInfo.java | [all...] |
/frameworks/base/core/java/android/transition/ |
ChangeTransform.java | 102 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.ChangeTransform); 103 mUseOverlay = a.getBoolean(R.styleable.ChangeTransform_reparentWithOverlay, true); 104 mReparent = a.getBoolean(R.styleable.ChangeTransform_reparent, true); 124 * @attr ref android.R.styleable#ChangeTransform_reparentWithOverlay 146 * @attr ref android.R.styleable#ChangeTransform_reparentWithOverlay 159 * @attr ref android.R.styleable#ChangeTransform_reparent 173 * @attr ref android.R.styleable#ChangeTransform_reparent
|
TransitionSet.java | 41 * attributes of {@link android.R.styleable#TransitionSet} and 42 * {@link android.R.styleable#Transition}. Child transitions of the 86 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.TransitionSet); 87 int ordering = a.getInt(R.styleable.TransitionSet_transitionOrdering,
|
Visibility.java | 93 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.VisibilityTransition); 94 int mode = a.getInt(R.styleable.VisibilityTransition_transitionVisibilityMode, 0); 116 * @attr ref android.R.styleable#VisibilityTransition_transitionVisibilityMode 130 * @attr ref android.R.styleable#VisibilityTransition_transitionVisibilityMode
|
/frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
ActivityChooserView.java | 215 R.styleable.ActivityChooserView, defStyle, 0); 218 R.styleable.ActivityChooserView_initialActivityCount, 222 R.styleable.ActivityChooserView_expandActivityOverflowButtonDrawable);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/ |
AndroidTypeRenameParticipant.java | 267 IType styleable = javaProject.findType(rFqcn + '.' + ResourceType.STYLEABLE.getName()); local 268 if (styleable != null) { 269 IField[] fields = styleable.getFields(); 276 // Rename styleable fields 291 "Update custom view styleable fields"); 476 // Look for styleable renames for custom views
|
/frameworks/base/core/java/com/android/internal/widget/ |
LockPatternView.java | 276 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.LockPatternView); 278 final String aspect = a.getString(R.styleable.LockPatternView_aspect); 299 mRegularColor = a.getColor(R.styleable.LockPatternView_regularColor, mRegularColor); 300 mErrorColor = a.getColor(R.styleable.LockPatternView_errorColor, mErrorColor); 301 mSuccessColor = a.getColor(R.styleable.LockPatternView_successColor, mSuccessColor); 303 int pathColor = a.getColor(R.styleable.LockPatternView_pathColor, mRegularColor); [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/ |
BoxInsetLayout.java | 399 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.BoxInsetLayout_Layout, 0, 0); 400 boxedEdges = a.getInt(R.styleable.BoxInsetLayout_Layout_ctsv_layout_box, BOX_NONE);
|
/frameworks/base/core/java/android/app/ |
ActionBar.java | 53 * custom theme with the {@link android.R.styleable#Theme_windowActionBar windowActionBar} property. 60 * {@link android.R.styleable#Theme_windowActionBar windowActionBar} attribute to <code>false</code> [all...] |
/frameworks/base/core/java/android/app/admin/ |
DeviceAdminInfo.java | 306 com.android.internal.R.styleable.DeviceAdmin); 309 com.android.internal.R.styleable.DeviceAdmin_visible, true);
|
/frameworks/base/core/java/android/speech/tts/ |
TtsEngines.java | 225 * {@link com.android.internal.R.styleable#TextToSpeechEngine} 251 com.android.internal.R.styleable.TextToSpeechEngine); 253 com.android.internal.R.styleable.TextToSpeechEngine_settingsActivity);
|