/frameworks/base/core/java/android/preference/ |
PreferenceFrameLayout.java | 55 com.android.internal.R.styleable.PreferenceFrameLayout, defStyleAttr, defStyleRes); 64 com.android.internal.R.styleable.PreferenceFrameLayout_borderTop, 67 com.android.internal.R.styleable.PreferenceFrameLayout_borderBottom, 70 com.android.internal.R.styleable.PreferenceFrameLayout_borderLeft, 73 com.android.internal.R.styleable.PreferenceFrameLayout_borderRight, 139 com.android.internal.R.styleable.PreferenceFrameLayout_Layout); 141 com.android.internal.R.styleable.PreferenceFrameLayout_Layout_layout_removeBorders,
|
SwitchPreference.java | 33 * @attr ref android.R.styleable#SwitchPreference_summaryOff 34 * @attr ref android.R.styleable#SwitchPreference_summaryOn 35 * @attr ref android.R.styleable#SwitchPreference_switchTextOff 36 * @attr ref android.R.styleable#SwitchPreference_switchTextOn 37 * @attr ref android.R.styleable#SwitchPreference_disableDependentsState 77 com.android.internal.R.styleable.SwitchPreference, defStyleAttr, defStyleRes); 78 setSummaryOn(a.getString(com.android.internal.R.styleable.SwitchPreference_summaryOn)); 79 setSummaryOff(a.getString(com.android.internal.R.styleable.SwitchPreference_summaryOff)); 81 com.android.internal.R.styleable.SwitchPreference_switchTextOn)); 83 com.android.internal.R.styleable.SwitchPreference_switchTextOff)) [all...] |
/frameworks/base/core/java/android/service/voice/ |
VoiceInteractionServiceInfo.java | 113 com.android.internal.R.styleable.VoiceInteractionService); 115 com.android.internal.R.styleable.VoiceInteractionService_sessionService); 117 com.android.internal.R.styleable.VoiceInteractionService_recognitionService); 119 com.android.internal.R.styleable.VoiceInteractionService_settingsActivity); 121 com.android.internal.R.styleable.VoiceInteractionService_supportsAssist, 124 R.styleable.VoiceInteractionService_supportsLaunchVoiceAssistFromKeyguard, 127 R.styleable.VoiceInteractionService_supportsLocalInteraction, false);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
UserAvatarView.java | 44 attrs, R.styleable.UserAvatarView, defStyleAttr, defStyleRes); 49 case R.styleable.UserAvatarView_avatarPadding: 52 case R.styleable.UserAvatarView_frameWidth: 55 case R.styleable.UserAvatarView_framePadding: 58 case R.styleable.UserAvatarView_frameColor: 61 case R.styleable.UserAvatarView_badgeDiameter: 64 case R.styleable.UserAvatarView_badgeMargin:
|
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/items/ |
Item.java | 49 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.SuwItem); 50 mEnabled = a.getBoolean(R.styleable.SuwItem_android_enabled, true); 51 mIcon = a.getDrawable(R.styleable.SuwItem_android_icon); 52 mTitle = a.getText(R.styleable.SuwItem_android_title); 53 mSummary = a.getText(R.styleable.SuwItem_android_summary); 54 mLayoutRes = a.getResourceId(R.styleable.SuwItem_android_layout, 56 mVisible = a.getBoolean(R.styleable.SuwItem_android_visible, true);
|
/frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
AppCompatBackgroundHelper.java | 47 R.styleable.ViewBackgroundHelper, defStyleAttr, 0); 49 if (a.hasValue(R.styleable.ViewBackgroundHelper_android_background)) { 51 R.styleable.ViewBackgroundHelper_android_background, -1); 58 if (a.hasValue(R.styleable.ViewBackgroundHelper_backgroundTint)) { 60 a.getColorStateList(R.styleable.ViewBackgroundHelper_backgroundTint)); 62 if (a.hasValue(R.styleable.ViewBackgroundHelper_backgroundTintMode)) { 65 a.getInt(R.styleable.ViewBackgroundHelper_backgroundTintMode, -1),
|
AppCompatSeekBarHelper.java | 51 R.styleable.AppCompatSeekBar, defStyleAttr, 0); 52 final Drawable drawable = a.getDrawableIfKnown(R.styleable.AppCompatSeekBar_android_thumb); 57 final Drawable tickMark = a.getDrawable(R.styleable.AppCompatSeekBar_tickMark); 60 if (a.hasValue(R.styleable.AppCompatSeekBar_tickMarkTintMode)) { 62 R.styleable.AppCompatSeekBar_tickMarkTintMode, -1), mTickMarkTintMode); 66 if (a.hasValue(R.styleable.AppCompatSeekBar_tickMarkTint)) { 67 mTickMarkTintList = a.getColorStateList(R.styleable.AppCompatSeekBar_tickMarkTint);
|
AppCompatImageHelper.java | 50 R.styleable.AppCompatImageView, defStyleAttr, 0); 56 final int id = a.getResourceId(R.styleable.AppCompatImageView_srcCompat, -1); 69 if (a.hasValue(R.styleable.AppCompatImageView_tint)) { 71 a.getColorStateList(R.styleable.AppCompatImageView_tint)); 73 if (a.hasValue(R.styleable.AppCompatImageView_tintMode)) { 76 a.getInt(R.styleable.AppCompatImageView_tintMode, -1), null));
|
/packages/apps/Settings/src/com/android/settings/applications/ |
LayoutPreference.java | 45 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.Preference); 46 mAllowDividerAbove = TypedArrayUtils.getBoolean(a, R.styleable.Preference_allowDividerAbove, 47 R.styleable.Preference_allowDividerAbove, false); 48 mAllowDividerBelow = TypedArrayUtils.getBoolean(a, R.styleable.Preference_allowDividerBelow, 49 R.styleable.Preference_allowDividerBelow, false); 53 attrs, com.android.internal.R.styleable.Preference, 0, 0); 54 int layoutResource = a.getResourceId(com.android.internal.R.styleable.Preference_layout,
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
GestureFloatingTextDrawingPreview.java | 38 * @attr ref R.styleable#KeyboardView_gestureFloatingPreviewTextSize 39 * @attr ref R.styleable#KeyboardView_gestureFloatingPreviewTextColor 40 * @attr ref R.styleable#KeyboardView_gestureFloatingPreviewTextOffset 41 * @attr ref R.styleable#KeyboardView_gestureFloatingPreviewColor 42 * @attr ref R.styleable#KeyboardView_gestureFloatingPreviewHorizontalPadding 43 * @attr ref R.styleable#KeyboardView_gestureFloatingPreviewVerticalPadding 44 * @attr ref R.styleable#KeyboardView_gestureFloatingPreviewRoundRadius 64 R.styleable.MainKeyboardView_gestureFloatingPreviewTextSize, 0); 66 R.styleable.MainKeyboardView_gestureFloatingPreviewTextColor, 0); 68 R.styleable.MainKeyboardView_gestureFloatingPreviewTextOffset, 0) [all...] |
KeyPreviewDrawParams.java | 74 R.styleable.MainKeyboardView_keyPreviewOffset, 0); 76 R.styleable.MainKeyboardView_keyPreviewHeight, 0); 78 R.styleable.MainKeyboardView_keyPreviewBackground, 0); 80 R.styleable.MainKeyboardView_keyPreviewLingerTimeout, 0); 82 R.styleable.MainKeyboardView_keyPreviewShowUpAnimator, 0); 84 R.styleable.MainKeyboardView_keyPreviewDismissAnimator, 0);
|
/developers/build/prebuilts/gradle/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/app/ |
NavigationItem.kt | 39 val typedArray = context.obtainStyledAttributes(attrs, R.styleable.NavigationItem, 41 val labelText = typedArray.getString(R.styleable.NavigationItem_labelText) 42 val infoText = typedArray.getString(R.styleable.NavigationItem_infoText) 43 val logoDrawable = typedArray.getDrawable(R.styleable.NavigationItem_itemLogo) 44 @ColorRes val colorRes = typedArray.getResourceId(R.styleable.NavigationItem_imageColor, 0)
|
/developers/samples/android/input/autofill/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/app/ |
NavigationItem.kt | 39 val typedArray = context.obtainStyledAttributes(attrs, R.styleable.NavigationItem, 41 val labelText = typedArray.getString(R.styleable.NavigationItem_labelText) 42 val infoText = typedArray.getString(R.styleable.NavigationItem_infoText) 43 val logoDrawable = typedArray.getDrawable(R.styleable.NavigationItem_itemLogo) 44 @ColorRes val colorRes = typedArray.getResourceId(R.styleable.NavigationItem_imageColor, 0)
|
/frameworks/support/v7/preference/src/android/support/v7/preference/ |
Preference.java | 263 attrs, R.styleable.Preference, defStyleAttr, defStyleRes); 265 mIconResId = TypedArrayUtils.getResourceId(a, R.styleable.Preference_icon, 266 R.styleable.Preference_android_icon, 0); 268 mKey = TypedArrayUtils.getString(a, R.styleable.Preference_key, 269 R.styleable.Preference_android_key); 271 mTitle = TypedArrayUtils.getText(a, R.styleable.Preference_title, 272 R.styleable.Preference_android_title); 274 mSummary = TypedArrayUtils.getText(a, R.styleable.Preference_summary, 275 R.styleable.Preference_android_summary); 277 mOrder = TypedArrayUtils.getInt(a, R.styleable.Preference_order [all...] |
/packages/apps/Contacts/src/com/android/contacts/widget/ |
InterpolatingLayout.java | 83 TypedArray a = c.obtainStyledAttributes(attrs, R.styleable.InterpolatingLayout_Layout); 86 R.styleable.InterpolatingLayout_Layout_layout_narrowParentWidth, -1); 88 R.styleable.InterpolatingLayout_Layout_layout_narrowWidth, -1); 90 R.styleable.InterpolatingLayout_Layout_layout_narrowMarginLeft, -1); 92 R.styleable.InterpolatingLayout_Layout_layout_narrowPaddingLeft, -1); 94 R.styleable.InterpolatingLayout_Layout_layout_narrowMarginRight, -1); 96 R.styleable.InterpolatingLayout_Layout_layout_narrowPaddingRight, -1); 98 R.styleable.InterpolatingLayout_Layout_layout_wideParentWidth, -1); 100 R.styleable.InterpolatingLayout_Layout_layout_wideWidth, -1); 102 R.styleable.InterpolatingLayout_Layout_layout_wideMarginLeft, -1) [all...] |
/frameworks/support/design/src/android/support/design/widget/ |
NavigationView.java | 111 R.styleable.NavigationView, defStyleAttr, 115 this, a.getDrawable(R.styleable.NavigationView_android_background)); 116 if (a.hasValue(R.styleable.NavigationView_elevation)) { 118 R.styleable.NavigationView_elevation, 0)); 121 a.getBoolean(R.styleable.NavigationView_android_fitsSystemWindows, false)); 123 mMaxWidth = a.getDimensionPixelSize(R.styleable.NavigationView_android_maxWidth, 0); 126 if (a.hasValue(R.styleable.NavigationView_itemIconTint)) { 127 itemIconTint = a.getColorStateList(R.styleable.NavigationView_itemIconTint); 134 if (a.hasValue(R.styleable.NavigationView_itemTextAppearance)) { 135 textAppearance = a.getResourceId(R.styleable.NavigationView_itemTextAppearance, 0) [all...] |
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/ |
EmojiCategory.java | 94 R.styleable.EmojiPalettesView_iconEmojiRecentsTab, 95 R.styleable.EmojiPalettesView_iconEmojiCategory1Tab, 96 R.styleable.EmojiPalettesView_iconEmojiCategory2Tab, 97 R.styleable.EmojiPalettesView_iconEmojiCategory3Tab, 98 R.styleable.EmojiPalettesView_iconEmojiCategory4Tab, 99 R.styleable.EmojiPalettesView_iconEmojiCategory5Tab, 100 R.styleable.EmojiPalettesView_iconEmojiCategory6Tab, 101 R.styleable.EmojiPalettesView_iconEmojiCategory7Tab, 102 R.styleable.EmojiPalettesView_iconEmojiCategory8Tab, 103 R.styleable.EmojiPalettesView_iconEmojiCategory9Tab [all...] |
/frameworks/opt/setupwizard/library/recyclerview/src/com/android/setupwizardlib/template/ |
RecyclerMixin.java | 106 attrs, R.styleable.SuwRecyclerMixin, defStyleAttr, 0); 108 final int entries = a.getResourceId(R.styleable.SuwRecyclerMixin_android_entries, 0); 113 R.styleable.SuwRecyclerMixin_suwHasStableIds, false)); 117 a.getDimensionPixelSize(R.styleable.SuwRecyclerMixin_suwDividerInset, -1); 122 a.getDimensionPixelSize(R.styleable.SuwRecyclerMixin_suwDividerInsetStart, 0); 124 a.getDimensionPixelSize(R.styleable.SuwRecyclerMixin_suwDividerInsetEnd, 0);
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
ResizingTextView.java | 53 TypedArray a = ctx.obtainStyledAttributes(attrs, R.styleable.lbResizingTextView, 58 R.styleable.lbResizingTextView_resizeTrigger, TRIGGER_MAX_LINES); 60 R.styleable.lbResizingTextView_resizedTextSize, -1); 62 R.styleable.lbResizingTextView_maintainLineSpacing, false); 64 R.styleable.lbResizingTextView_resizedPaddingAdjustmentTop, 0); 66 R.styleable.lbResizingTextView_resizedPaddingAdjustmentBottom, 0);
|
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/ |
ExternalSource.java | 147 android.R.styleable.ContactsDataKind); 151 .getString(com.android.internal.R.styleable.ContactsDataKind_mimeType); 153 com.android.internal.R.styleable.ContactsDataKind_icon, -1); 156 .getString(com.android.internal.R.styleable.ContactsDataKind_summaryColumn); 163 .getString(com.android.internal.R.styleable.ContactsDataKind_detailColumn); 165 com.android.internal.R.styleable.ContactsDataKind_detailSocialSummary,
|
/frameworks/base/core/java/android/view/animation/ |
AnticipateOvershootInterpolator.java | 19 import static com.android.internal.R.styleable.AnticipateOvershootInterpolator; 20 import static com.android.internal.R.styleable.AnticipateOvershootInterpolator_extraTension; 21 import static com.android.internal.R.styleable.AnticipateOvershootInterpolator_tension;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
AutoReinflateContainer.java | 45 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.AutoReinflateContainer); 46 if (!a.hasValue(R.styleable.AutoReinflateContainer_android_layout)) { 49 mLayout = a.getResourceId(R.styleable.AutoReinflateContainer_android_layout, 0);
|
ResizingSpace.java | 35 TypedArray a = context.obtainStyledAttributes(attrs, android.R.styleable.ViewGroup_Layout); 36 mWidth = a.getResourceId(android.R.styleable.ViewGroup_Layout_layout_width, 0); 37 mHeight = a.getResourceId(android.R.styleable.ViewGroup_Layout_layout_height, 0);
|
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/ |
IntrinsicSizeFrameLayout.java | 59 R.styleable.SuwIntrinsicSizeFrameLayout, defStyleAttr, 0); 61 a.getDimensionPixelSize(R.styleable.SuwIntrinsicSizeFrameLayout_android_height, 0); 63 a.getDimensionPixelSize(R.styleable.SuwIntrinsicSizeFrameLayout_android_width, 0);
|
/frameworks/support/compat/java/android/support/v4/content/res/ |
FontResourcesParserCompat.java | 179 TypedArray array = resources.obtainAttributes(attrs, R.styleable.FontFamily); 180 String authority = array.getString(R.styleable.FontFamily_fontProviderAuthority); 181 String providerPackage = array.getString(R.styleable.FontFamily_fontProviderPackage); 182 String query = array.getString(R.styleable.FontFamily_fontProviderQuery); 183 int certsId = array.getResourceId(R.styleable.FontFamily_fontProviderCerts, 0); 184 int strategy = array.getInteger(R.styleable.FontFamily_fontProviderFetchStrategy, 186 int timeoutMs = array.getInteger(R.styleable.FontFamily_fontProviderFetchTimeout, 254 TypedArray array = resources.obtainAttributes(attrs, R.styleable.FontFamilyFont); 255 int weight = array.getInt(R.styleable.FontFamilyFont_fontWeight, NORMAL_WEIGHT); 256 boolean isItalic = ITALIC == array.getInt(R.styleable.FontFamilyFont_fontStyle, 0) [all...] |