/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
D | KeyVisualAttributes.java | 58 R.styleable.Keyboard_Key_keyTypeface, 59 R.styleable.Keyboard_Key_keyLetterSize, 60 R.styleable.Keyboard_Key_keyLabelSize, 61 R.styleable.Keyboard_Key_keyLargeLetterRatio, 62 R.styleable.Keyboard_Key_keyHintLetterRatio, 63 R.styleable.Keyboard_Key_keyShiftedLetterHintRatio, 64 R.styleable.Keyboard_Key_keyHintLabelRatio, 65 R.styleable.Keyboard_Key_keyPreviewTextRatio, 66 R.styleable.Keyboard_Key_keyTextColor, 67 R.styleable.Keyboard_Key_keyTextInactivatedColor, [all …]
|
D | KeyboardIconsSet.java | 69 NAME_SHIFT_KEY, R.styleable.Keyboard_iconShiftKey, 70 NAME_DELETE_KEY, R.styleable.Keyboard_iconDeleteKey, 71 NAME_SETTINGS_KEY, R.styleable.Keyboard_iconSettingsKey, 72 NAME_SPACE_KEY, R.styleable.Keyboard_iconSpaceKey, 73 NAME_ENTER_KEY, R.styleable.Keyboard_iconEnterKey, 74 NAME_GO_KEY, R.styleable.Keyboard_iconGoKey, 75 NAME_SEARCH_KEY, R.styleable.Keyboard_iconSearchKey, 76 NAME_SEND_KEY, R.styleable.Keyboard_iconSendKey, 77 NAME_NEXT_KEY, R.styleable.Keyboard_iconNextKey, 78 NAME_DONE_KEY, R.styleable.Keyboard_iconDoneKey, [all …]
|
D | KeyboardBuilder.java | 240 attr, R.styleable.Keyboard, R.attr.keyboardStyle, R.style.Keyboard); in parseKeyboardAttributes() 241 final TypedArray keyAttr = mResources.obtainAttributes(attr, R.styleable.Keyboard_Key); in parseKeyboardAttributes() 249 R.styleable.Keyboard_keyboardTopPadding, height, height, 0); in parseKeyboardAttributes() 251 R.styleable.Keyboard_keyboardBottomPadding, height, height, 0); in parseKeyboardAttributes() 253 R.styleable.Keyboard_keyboardLeftPadding, width, width, 0); in parseKeyboardAttributes() 255 R.styleable.Keyboard_keyboardRightPadding, width, width, 0); in parseKeyboardAttributes() 260 params.mDefaultKeyWidth = (int)keyAttr.getFraction(R.styleable.Keyboard_Key_keyWidth, in parseKeyboardAttributes() 263 R.styleable.Keyboard_horizontalGap, baseWidth, baseWidth, 0); in parseKeyboardAttributes() 268 R.styleable.Keyboard_verticalGap, height, height, 0); in parseKeyboardAttributes() 273 R.styleable.Keyboard_rowHeight, baseHeight, baseHeight / DEFAULT_KEYBOARD_ROWS); in parseKeyboardAttributes() [all …]
|
D | GestureStrokeRecognitionParams.java | 79 R.styleable.MainKeyboardView_gestureStaticTimeThresholdAfterFastTyping, in GestureStrokeRecognitionParams() 82 R.styleable.MainKeyboardView_gestureDetectFastMoveSpeedThreshold, in GestureStrokeRecognitionParams() 85 R.styleable.MainKeyboardView_gestureDynamicThresholdDecayDuration, in GestureStrokeRecognitionParams() 88 R.styleable.MainKeyboardView_gestureDynamicTimeThresholdFrom, in GestureStrokeRecognitionParams() 91 R.styleable.MainKeyboardView_gestureDynamicTimeThresholdTo, in GestureStrokeRecognitionParams() 94 R.styleable.MainKeyboardView_gestureDynamicDistanceThresholdFrom, in GestureStrokeRecognitionParams() 97 R.styleable.MainKeyboardView_gestureDynamicDistanceThresholdTo, in GestureStrokeRecognitionParams() 100 R.styleable.MainKeyboardView_gestureSamplingMinimumDistance, in GestureStrokeRecognitionParams() 103 R.styleable.MainKeyboardView_gestureRecognitionMinimumTime, in GestureStrokeRecognitionParams() 106 R.styleable.MainKeyboardView_gestureRecognitionSpeedThreshold, in GestureStrokeRecognitionParams()
|
D | KeyboardRow.java | 66 mDefaultKeyWidth = keyAttr.getFraction(R.styleable.Keyboard_Key_keyWidth, in RowAttributes() 68 mDefaultKeyLabelFlags = keyAttr.getInt(R.styleable.Keyboard_Key_keyLabelFlags, 0); in RowAttributes() 69 mDefaultBackgroundType = keyAttr.getInt(R.styleable.Keyboard_Key_backgroundType, in RowAttributes() 83 mDefaultKeyWidth = keyAttr.getFraction(R.styleable.Keyboard_Key_keyWidth, in RowAttributes() 85 mDefaultKeyLabelFlags = keyAttr.getInt(R.styleable.Keyboard_Key_keyLabelFlags, 0) in RowAttributes() 87 mDefaultBackgroundType = keyAttr.getInt(R.styleable.Keyboard_Key_backgroundType, in RowAttributes() 100 R.styleable.Keyboard); in KeyboardRow() 102 R.styleable.Keyboard_rowHeight, params.mBaseHeight, params.mDefaultRowHeight); in KeyboardRow() 105 R.styleable.Keyboard_Key); in KeyboardRow() 153 if (keyAttr == null || !keyAttr.hasValue(R.styleable.Keyboard_Key_keyXPos)) { in getKeyX() [all …]
|
D | GestureTrailDrawingParams.java | 54 R.styleable.MainKeyboardView_gestureTrailColor, 0); in GestureTrailDrawingParams() 56 R.styleable.MainKeyboardView_gestureTrailStartWidth, 0.0f); in GestureTrailDrawingParams() 58 R.styleable.MainKeyboardView_gestureTrailEndWidth, 0.0f); in GestureTrailDrawingParams() 61 R.styleable.MainKeyboardView_gestureTrailBodyRatio, PERCENTAGE_INT) in GestureTrailDrawingParams() 64 R.styleable.MainKeyboardView_gestureTrailShadowRatio, 0); in GestureTrailDrawingParams() 70 R.styleable.MainKeyboardView_gestureTrailFadeoutStartDelay, 0); in GestureTrailDrawingParams() 74 R.styleable.MainKeyboardView_gestureTrailFadeoutDuration, 0); in GestureTrailDrawingParams() 77 R.styleable.MainKeyboardView_gestureTrailUpdateInterval, 0); in GestureTrailDrawingParams()
|
D | KeyStylesSet.java | 149 readString(keyAttr, R.styleable.Keyboard_Key_altCode); in readKeyAttributes() 150 readString(keyAttr, R.styleable.Keyboard_Key_keySpec); in readKeyAttributes() 151 readString(keyAttr, R.styleable.Keyboard_Key_keyHintLabel); in readKeyAttributes() 152 readStringArray(keyAttr, R.styleable.Keyboard_Key_moreKeys); in readKeyAttributes() 153 readStringArray(keyAttr, R.styleable.Keyboard_Key_additionalMoreKeys); in readKeyAttributes() 154 readFlags(keyAttr, R.styleable.Keyboard_Key_keyLabelFlags); in readKeyAttributes() 155 readString(keyAttr, R.styleable.Keyboard_Key_keyIconDisabled); in readKeyAttributes() 156 readInt(keyAttr, R.styleable.Keyboard_Key_maxMoreKeysColumn); in readKeyAttributes() 157 readInt(keyAttr, R.styleable.Keyboard_Key_backgroundType); in readKeyAttributes() 158 readFlags(keyAttr, R.styleable.Keyboard_Key_keyActionFlags); in readKeyAttributes() [all …]
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | InvariantDeviceProfile.java | 895 attrs, R.styleable.GridDisplayOption); in GridOption() 896 name = a.getString(R.styleable.GridDisplayOption_name); in GridOption() 897 numRows = a.getInt(R.styleable.GridDisplayOption_numRows, 0); in GridOption() 898 numColumns = a.getInt(R.styleable.GridDisplayOption_numColumns, 0); in GridOption() 900 R.styleable.GridDisplayOption_numSearchContainerColumns, numColumns); in GridOption() 902 dbFile = a.getString(R.styleable.GridDisplayOption_dbFile); in GridOption() 904 R.styleable.GridDisplayOption_defaultLayoutId, 0); in GridOption() 906 R.styleable.GridDisplayOption_demoModeLayoutId, defaultLayoutId); in GridOption() 908 allAppsStyle = a.getResourceId(R.styleable.GridDisplayOption_allAppsStyle, in GridOption() 911 R.styleable.GridDisplayOption_numAllAppsColumns, numColumns); in GridOption() [all …]
|
/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/common/ |
D | MultiActionPreferenceTest.java | 66 eq(R.styleable.MultiActionPreference)); in setUp() 72 when(mTypedArray.getInt(eq(R.styleable.MultiActionPreference_action_item_one), in onBindViewHolder_actionItemsNullByDefault() 74 when(mTypedArray.getInt(eq(R.styleable.MultiActionPreference_action_item_two), in onBindViewHolder_actionItemsNullByDefault() 76 when(mTypedArray.getInt(eq(R.styleable.MultiActionPreference_action_item_three), in onBindViewHolder_actionItemsNullByDefault() 92 when(mTypedArray.getInt(eq(R.styleable.MultiActionPreference_action_item_one), in onBindViewHolder_toggleButtons_attributesVisible() 94 when(mTypedArray.getInt(eq(R.styleable.MultiActionPreference_action_item_two), in onBindViewHolder_toggleButtons_attributesVisible() 96 when(mTypedArray.getInt(eq(R.styleable.MultiActionPreference_action_item_three), in onBindViewHolder_toggleButtons_attributesVisible() 98 when(mTypedArray.getBoolean(eq(R.styleable.MultiActionPreference_action_item_one_shown), in onBindViewHolder_toggleButtons_attributesVisible() 100 when(mTypedArray.getBoolean(eq(R.styleable.MultiActionPreference_action_item_two_shown), in onBindViewHolder_toggleButtons_attributesVisible() 102 when(mTypedArray.getBoolean(eq(R.styleable.MultiActionPreference_action_item_three_shown), in onBindViewHolder_toggleButtons_attributesVisible() [all …]
|
/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/ui/ |
D | ThemeUiTest.java | 51 assertTheme(R.styleable.ThemeColor, R.styleable.ThemeColor_android_colorBackground, in themeNightModeDisable_actionBarColorShouldBeLight() 57 assertTheme(R.styleable.SystemWindow, in themeNightModeDisable_windowLightNavigationBarShouldBeTrue() 58 R.styleable.SystemWindow_android_windowLightNavigationBar, true); in themeNightModeDisable_windowLightNavigationBarShouldBeTrue() 63 assertTheme(R.styleable.SystemWindow, R.styleable.SystemWindow_android_windowLightStatusBar, in themeNightModeDisable_windowLightStatusBarShouldBeTrue() 70 assertTheme(R.styleable.SystemWindow, R.styleable.SystemWindow_android_navigationBarColor, in themeNightModeDisable_navigationBarColorShouldBeLight() 77 assertTheme(R.styleable.SystemWindow, R.styleable.SystemWindow_android_windowBackground, in themeNightModeDisable_windowBackgroundColorShouldBeLight() 84 assertTheme(R.styleable.SystemWindow, R.styleable.SystemWindow_android_statusBarColor, in themeNightModeDisable_statusBarColorShouldBeLight() 91 assertTheme(R.styleable.ThemeColor, R.styleable.ThemeColor_android_colorPrimary, in appCompatThemeNightModeDisable_colorPrimaryShouldBeThemeable()
|
D | DarkThemeUiTest.java | 54 assertTheme(R.styleable.ThemeColor, R.styleable.ThemeColor_android_colorBackground, in themeNightModeEnable_actionBarColorShouldBeDark() 61 assertTheme(R.styleable.SystemWindow, in themeNightModeEnable_windowLightNavigationBarShouldBeFalse() 62 R.styleable.SystemWindow_android_windowLightNavigationBar, false); in themeNightModeEnable_windowLightNavigationBarShouldBeFalse() 67 assertTheme(R.styleable.SystemWindow, in themeNightModeEnable_windowLightStatusBarShouldBeFalse() 68 R.styleable.SystemWindow_android_windowLightNavigationBar, false); in themeNightModeEnable_windowLightStatusBarShouldBeFalse() 74 assertTheme(R.styleable.SystemWindow, R.styleable.SystemWindow_android_navigationBarColor, in themeNightModeEnable_navigationBarColorShouldBeDark() 81 assertTheme(R.styleable.SystemWindow, R.styleable.SystemWindow_android_windowBackground, in themeNightModeEnable_windowBackgroundColorShouldBeDark() 89 assertTheme(R.styleable.SystemWindow, R.styleable.SystemWindow_android_statusBarColor, in themeNightModeEnable_statusBarColorShouldBeDark() 97 assertTheme(R.styleable.ThemeColor, R.styleable.ThemeColor_android_colorPrimary, in appCompatThemeNightModeEnable_colorPrimaryShouldBeThemeable()
|
/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/search/indexing/ |
D | XmlParserUtils.java | 40 R.styleable.Preference, in getDataKey() 41 R.styleable.Preference_android_key); in getDataKey() 46 R.styleable.Preference, in getDataTitle() 47 R.styleable.Preference_android_title); in getDataTitle() 52 R.styleable.Preference, in getDataSummary() 53 R.styleable.Preference_android_summary); in getDataSummary() 58 R.styleable.CheckBoxPreference, in getDataSummaryOn() 59 R.styleable.CheckBoxPreference_android_summaryOn); in getDataSummaryOn() 64 R.styleable.CheckBoxPreference, in getDataSummaryOff() 65 R.styleable.CheckBoxPreference_android_summaryOff); in getDataSummaryOff() [all …]
|
/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/ |
D | CarSystemBarPanelButtonView.java | 95 R.styleable.CarSystemBarPanelButtonView); in init() 97 R.styleable.CarSystemBarPanelButtonView_panelLayoutRes, in init() 100 R.styleable.CarSystemBarPanelButtonView_panelWidthRes, in init() 102 mXOffset = typedArray.hasValue(R.styleable.CarSystemBarPanelButtonView_xOffset) in init() 103 ? typedArray.getInteger(R.styleable.CarSystemBarPanelButtonView_xOffset, 0) : null; in init() 104 mYOffset = typedArray.hasValue(R.styleable.CarSystemBarPanelButtonView_yOffset) in init() 105 ? typedArray.getInteger(R.styleable.CarSystemBarPanelButtonView_yOffset, 0) : null; in init() 106 mGravity = typedArray.hasValue(R.styleable.CarSystemBarPanelButtonView_gravity) in init() 107 ? typedArray.getInteger(R.styleable.CarSystemBarPanelButtonView_gravity, 0) : null; in init() 109 typedArray.hasValue(R.styleable.CarSystemBarPanelButtonView_disabledWhileDriving) in init() [all …]
|
D | CarSystemBarButton.java | 113 R.styleable.CarSystemBarButton); in CarSystemBarButton() 290 mIntent = typedArray.getString(R.styleable.CarSystemBarButton_intent); in setUpIntents() 291 mLongIntent = typedArray.getString(R.styleable.CarSystemBarButton_longIntent); in setUpIntents() 292 mBroadcastIntent = typedArray.getBoolean(R.styleable.CarSystemBarButton_broadcast, false); in setUpIntents() 294 mClearBackStack = typedArray.getBoolean(R.styleable.CarSystemBarButton_clearBackStack, in setUpIntents() 297 String categoryString = typedArray.getString(R.styleable.CarSystemBarButton_categories); in setUpIntents() 298 String packageString = typedArray.getString(R.styleable.CarSystemBarButton_packages); in setUpIntents() 300 typedArray.getString(R.styleable.CarSystemBarButton_componentNames); in setUpIntents() 410 R.styleable.CarSystemBarButton_selectedAlpha, DEFAULT_SELECTED_ALPHA); 412 R.styleable.CarSystemBarButton_unselectedAlpha, DEFAULT_UNSELECTED_ALPHA); [all …]
|
/packages/apps/Settings/src/com/android/settings/core/ |
D | PreferenceXmlParserUtils.java | 148 R.styleable.Preference); in extractMetadata() 152 attrs, R.styleable.PreferenceScreen); in extractMetadata() 218 return styledAttributes.getString(com.android.internal.R.styleable.Preference_key); in getKey() 222 return styledAttributes.getString(com.android.internal.R.styleable.Preference_title); in getTitle() 226 return styledAttributes.getString(com.android.internal.R.styleable.Preference_summary); in getSummary() 230 return styledAttributes.getString(R.styleable.Preference_controller); in getController() 234 return styledAttributes.getString(R.styleable.Preference_highlightableMenuKey); in getHighlightableMenuKey() 238 return styledAttributes.getResourceId(com.android.internal.R.styleable.Icon_icon, 0); in getIcon() 242 return styledAttributes.getBoolean(R.styleable.Preference_searchable, true /* default */); in isSearchable() 246 return styledAttributes.getString(R.styleable.Preference_keywords); in getKeywords() [all …]
|
/packages/apps/Car/Settings/src/com/android/car/settings/common/ |
D | MultiActionPreference.java | 81 R.styleable.MultiActionPreference); in init() 87 R.styleable.MultiActionPreference_action_item_one, -1)) { in init() 96 R.styleable.MultiActionPreference_action_item_two, -1)) { in init() 105 R.styleable.MultiActionPreference_action_item_three, -1)) { in init() 114 R.styleable.MultiActionPreference_action_item_one_shown, in init() 115 R.styleable.MultiActionPreference_action_item_two_shown, in init() 116 R.styleable.MultiActionPreference_action_item_three_shown}; in init() 118 R.styleable.MultiActionPreference_action_item_one_enabled, in init() 119 R.styleable.MultiActionPreference_action_item_two_enabled, in init() 120 R.styleable.MultiActionPreference_action_item_three_enabled}; in init()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/ |
D | RootSandboxLayout.java | 82 R.styleable.RootSandboxLayout, in RootSandboxLayout() 91 R.styleable.RootSandboxLayout_surfaceContainer, colorSurface); in RootSandboxLayout() 93 R.styleable.RootSandboxLayout_onSurfaceHome, colorOnSurface); in RootSandboxLayout() 94 mColorSurfaceHome = ta.getColor(R.styleable.RootSandboxLayout_surfaceHome, colorSurface); in RootSandboxLayout() 96 R.styleable.RootSandboxLayout_secondaryHome, colorSecondary); in RootSandboxLayout() 98 R.styleable.RootSandboxLayout_onSurfaceBack, colorOnSurface); in RootSandboxLayout() 99 mColorSurfaceBack = ta.getColor(R.styleable.RootSandboxLayout_surfaceBack, colorSurface); in RootSandboxLayout() 101 R.styleable.RootSandboxLayout_secondaryBack, colorSecondary); in RootSandboxLayout() 103 R.styleable.RootSandboxLayout_onSurfaceOverview, colorOnSurface); in RootSandboxLayout() 105 R.styleable.RootSandboxLayout_surfaceOverview, colorSurface); in RootSandboxLayout() [all …]
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/ |
D | 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 …]
|
/packages/apps/Contacts/src/com/android/contacts/widget/ |
D | InterpolatingLayout.java | 83 TypedArray a = c.obtainStyledAttributes(attrs, R.styleable.InterpolatingLayout_Layout); in LayoutParams() 86 R.styleable.InterpolatingLayout_Layout_layout_narrowParentWidth, -1); in LayoutParams() 88 R.styleable.InterpolatingLayout_Layout_layout_narrowWidth, -1); in LayoutParams() 90 R.styleable.InterpolatingLayout_Layout_layout_narrowMarginLeft, -1); in LayoutParams() 92 R.styleable.InterpolatingLayout_Layout_layout_narrowPaddingLeft, -1); in LayoutParams() 94 R.styleable.InterpolatingLayout_Layout_layout_narrowMarginRight, -1); in LayoutParams() 96 R.styleable.InterpolatingLayout_Layout_layout_narrowPaddingRight, -1); in LayoutParams() 98 R.styleable.InterpolatingLayout_Layout_layout_wideParentWidth, -1); in LayoutParams() 100 R.styleable.InterpolatingLayout_Layout_layout_wideWidth, -1); in LayoutParams() 102 R.styleable.InterpolatingLayout_Layout_layout_wideMarginLeft, -1); in LayoutParams() [all …]
|
/packages/apps/Settings/src/com/android/settings/widget/ |
D | UsageView.java | 54 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.UsageView, 0, 0); in UsageView() 55 if (a.hasValue(R.styleable.UsageView_sideLabels)) { in UsageView() 56 setSideLabels(a.getTextArray(R.styleable.UsageView_sideLabels)); in UsageView() 58 if (a.hasValue(R.styleable.UsageView_bottomLabels)) { in UsageView() 59 setBottomLabels(a.getTextArray(R.styleable.UsageView_bottomLabels)); in UsageView() 61 if (a.hasValue(R.styleable.UsageView_textColor)) { in UsageView() 62 int color = a.getColor(R.styleable.UsageView_textColor, 0); in UsageView() 70 if (a.hasValue(R.styleable.UsageView_android_gravity)) { in UsageView() 71 int gravity = a.getInt(R.styleable.UsageView_android_gravity, 0); in UsageView() 89 mUsageGraph.setAccentColor(a.getColor(R.styleable.UsageView_android_colorAccent, 0)); in UsageView()
|
D | TintDrawable.java | 57 final TypedArray a = obtainAttributes(r, theme, attrs, R.styleable.TintDrawable); in inflate() 73 final TypedArray a = t.resolveAttributes(mThemeAttrs, R.styleable.TintDrawable); in applyTheme() 89 if (a.hasValue(R.styleable.TintDrawable_android_drawable)) { in updateStateFromTypedArray() 90 setDrawable(a.getDrawable(R.styleable.TintDrawable_android_drawable)); in updateStateFromTypedArray() 92 if (a.hasValue(R.styleable.TintDrawable_android_tint)) { in updateStateFromTypedArray() 93 mTint = a.getColorStateList(R.styleable.TintDrawable_android_tint); in updateStateFromTypedArray()
|
/packages/inputmethods/LeanbackIME/src/com/android/inputmethod/leanback/voice/ |
D | BitmapSoundLevelView.java | 92 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.BitmapSoundLevelView, in BitmapSoundLevelView() 94 mEnableBackgroundColor = a.getColor(R.styleable.BitmapSoundLevelView_enabledBackgroundColor, in BitmapSoundLevelView() 98 R.styleable.BitmapSoundLevelView_disabledBackgroundColor, in BitmapSoundLevelView() 104 if (a.hasValue(R.styleable.BitmapSoundLevelView_primaryLevels)) { in BitmapSoundLevelView() 106 R.styleable.BitmapSoundLevelView_primaryLevels, R.drawable.vs_reactive_dark); in BitmapSoundLevelView() 111 if (a.hasValue(R.styleable.BitmapSoundLevelView_trailLevels)) { in BitmapSoundLevelView() 113 R.styleable.BitmapSoundLevelView_trailLevels, R.drawable.vs_reactive_light); in BitmapSoundLevelView() 118 R.styleable.BitmapSoundLevelView_levelsCenterX, 0); in BitmapSoundLevelView() 121 R.styleable.BitmapSoundLevelView_levelsCenterY, 0); in BitmapSoundLevelView() 124 R.styleable.BitmapSoundLevelView_minLevelRadius, 0); in BitmapSoundLevelView()
|
/packages/apps/Launcher3/src/com/android/launcher3/views/ |
D | DoubleShadowBubbleTextView.java | 95 attrs, R.styleable.ShadowInfo, defStyle, 0); in ShadowInfo() 98 R.styleable.ShadowInfo_ambientShadowBlur, 0); in ShadowInfo() 99 ambientShadowColor = a.getColor(R.styleable.ShadowInfo_ambientShadowColor, 0); in ShadowInfo() 101 keyShadowBlur = a.getDimensionPixelSize(R.styleable.ShadowInfo_keyShadowBlur, 0); in ShadowInfo() 102 keyShadowOffsetX = a.getDimensionPixelSize(R.styleable.ShadowInfo_keyShadowOffsetX, 0); in ShadowInfo() 103 keyShadowOffsetY = a.getDimensionPixelSize(R.styleable.ShadowInfo_keyShadowOffsetY, 0); in ShadowInfo() 104 keyShadowColor = a.getColor(R.styleable.ShadowInfo_keyShadowColor, 0); in ShadowInfo()
|
/packages/services/Car/libs/car-admin-ui-lib/src/main/java/com/android/car/admin/ui/ |
D | UserAvatarView.java | 47 attrs, R.styleable.UserAvatarView, defStyleAttr, defStyleRes); in UserAvatarView() 51 if (attr == R.styleable.UserAvatarView_avatarPadding) { in UserAvatarView() 53 } else if (attr == R.styleable.UserAvatarView_frameWidth) { in UserAvatarView() 55 } else if (attr == R.styleable.UserAvatarView_framePadding) { in UserAvatarView() 57 } else if (attr == R.styleable.UserAvatarView_frameColor) { in UserAvatarView() 59 } else if (attr == R.styleable.UserAvatarView_badgeDiameter) { in UserAvatarView() 61 } else if (attr == R.styleable.UserAvatarView_badgeMargin) { in UserAvatarView()
|
/packages/apps/Dialer/java/com/android/dialer/common/preference/ |
D | SwitchPreferenceWithClickableSummary.java | 54 context.obtainStyledAttributes(attrs, R.styleable.SwitchPreferenceWithClickableSummary); in SwitchPreferenceWithClickableSummary() 57 typedArray.getText(R.styleable.SwitchPreferenceWithClickableSummary_urlToOpen)); in SwitchPreferenceWithClickableSummary() 64 context.obtainStyledAttributes(attrs, R.styleable.SwitchPreferenceWithClickableSummary); in SwitchPreferenceWithClickableSummary() 67 typedArray.getText(R.styleable.SwitchPreferenceWithClickableSummary_urlToOpen)); in SwitchPreferenceWithClickableSummary() 73 context.obtainStyledAttributes(attrs, R.styleable.SwitchPreferenceWithClickableSummary); in SwitchPreferenceWithClickableSummary() 76 typedArray.getText(R.styleable.SwitchPreferenceWithClickableSummary_urlToOpen)); in SwitchPreferenceWithClickableSummary()
|