HomeSort by relevance Sort by last modified time
    Searched refs:styleable (Results 276 - 300 of 597) sorted by null

<<11121314151617181920>>

  /frameworks/base/core/java/android/widget/
AutoCompleteTextView.java 84 * @attr ref android.R.styleable#AutoCompleteTextView_completionHint
85 * @attr ref android.R.styleable#AutoCompleteTextView_completionThreshold
86 * @attr ref android.R.styleable#AutoCompleteTextView_completionHintView
87 * @attr ref android.R.styleable#AutoCompleteTextView_dropDownSelector
88 * @attr ref android.R.styleable#AutoCompleteTextView_dropDownAnchor
89 * @attr ref android.R.styleable#AutoCompleteTextView_dropDownWidth
90 * @attr ref android.R.styleable#AutoCompleteTextView_dropDownHeight
91 * @attr ref android.R.styleable#ListPopupWindow_dropDownVerticalOffset
92 * @attr ref android.R.styleable#ListPopupWindow_dropDownHorizontalOffset
214 * {@link android.R.styleable#AutoCompleteTextView_popupTheme}
    [all...]
RelativeLayout.java 80 * @attr ref android.R.styleable#RelativeLayout_gravity
81 * @attr ref android.R.styleable#RelativeLayout_ignoreGravity
256 attrs, R.styleable.RelativeLayout, defStyleAttr, defStyleRes);
257 mIgnoreGravity = a.getResourceId(R.styleable.RelativeLayout_ignoreGravity, View.NO_ID);
258 mGravity = a.getInt(R.styleable.RelativeLayout_gravity, mGravity);
282 * @attr ref android.R.styleable#RelativeLayout_ignoreGravity
297 * @attr ref android.R.styleable#RelativeLayout_gravity
317 * @attr ref android.R.styleable#RelativeLayout_gravity
    [all...]
ImageView.java 64 * @attr ref android.R.styleable#ImageView_adjustViewBounds
65 * @attr ref android.R.styleable#ImageView_src
66 * @attr ref android.R.styleable#ImageView_maxWidth
67 * @attr ref android.R.styleable#ImageView_maxHeight
68 * @attr ref android.R.styleable#ImageView_tint
69 * @attr ref android.R.styleable#ImageView_scaleType
70 * @attr ref android.R.styleable#ImageView_cropToPadding
160 attrs, R.styleable.ImageView, defStyleAttr, defStyleRes);
162 final Drawable d = a.getDrawable(R.styleable.ImageView_src);
167 mBaselineAlignBottom = a.getBoolean(R.styleable.ImageView_baselineAlignBottom, false)
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardLayoutSet.java 368 R.styleable.KeyboardLayoutSet_Feature);
371 featureAttr.getInt(R.styleable.KeyboardLayoutSet_Feature_supportedScript,
445 R.styleable.KeyboardLayoutSet_Element);
448 R.styleable.KeyboardLayoutSet_Element_elementName, "elementName",
451 R.styleable.KeyboardLayoutSet_Element_elementKeyboard, "elementKeyboard",
457 R.styleable.KeyboardLayoutSet_Element_elementName, 0);
459 R.styleable.KeyboardLayoutSet_Element_elementKeyboard, 0);
461 R.styleable.KeyboardLayoutSet_Element_enableProximityCharsCorrection,
464 R.styleable.KeyboardLayoutSet_Element_supportsSplitLayout, false);
466 R.styleable.KeyboardLayoutSet_Element_allowRedundantMoreKeys, true)
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
EmojiPalettesView.java 101 R.styleable.KeyboardView, defStyle, R.style.KeyboardView);
103 R.styleable.KeyboardView_keyBackground, 0);
105 R.styleable.KeyboardView_functionalKeyBackground, keyBackgroundId);
107 R.styleable.KeyboardView_spacebarBackground, keyBackgroundId);
118 R.styleable.EmojiPalettesView, defStyle, R.style.EmojiPalettesView);
122 R.styleable.EmojiPalettesView_categoryIndicatorEnabled, false);
124 R.styleable.EmojiPalettesView_categoryIndicatorDrawable, 0);
126 R.styleable.EmojiPalettesView_categoryIndicatorBackground, 0);
128 R.styleable.EmojiPalettesView_categoryPageIndicatorColor, 0);
130 R.styleable.EmojiPalettesView_categoryPageIndicatorBackground, 0)
    [all...]
  /frameworks/base/core/java/android/app/
MediaRouteButton.java 88 com.android.internal.R.styleable.MediaRouteButton, defStyleAttr, defStyleRes);
90 com.android.internal.R.styleable.MediaRouteButton_externalRouteEnabledDrawable));
92 com.android.internal.R.styleable.MediaRouteButton_minWidth, 0);
94 com.android.internal.R.styleable.MediaRouteButton_minHeight, 0);
96 com.android.internal.R.styleable.MediaRouteButton_mediaRouteTypes,
  /frameworks/base/core/java/android/hardware/soundtrigger/
KeyphraseEnrollmentInfo.java 56 * android.R.styleable#VoiceEnrollmentApplication
191 com.android.internal.R.styleable.VoiceEnrollmentApplication);
216 com.android.internal.R.styleable.VoiceEnrollmentApplication_searchKeyphraseId, -1);
226 com.android.internal.R.styleable.VoiceEnrollmentApplication_searchKeyphrase);
236 com.android.internal.R.styleable
266 int recognitionModes = array.getInt(com.android.internal.R.styleable
  /frameworks/base/core/java/android/preference/
PreferenceFragment.java 172 com.android.internal.R.styleable.PreferenceFragment,
176 mLayoutResId = a.getResourceId(com.android.internal.R.styleable.PreferenceFragment_layout,
189 com.android.internal.R.styleable.PreferenceFragment,
195 && a.hasValueOrEmpty(com.android.internal.R.styleable.PreferenceFragment_divider)) {
197 a.getDrawable(com.android.internal.R.styleable.PreferenceFragment_divider));
Preference.java 69 * @attr ref android.R.styleable#Preference_icon
70 * @attr ref android.R.styleable#Preference_key
71 * @attr ref android.R.styleable#Preference_title
72 * @attr ref android.R.styleable#Preference_summary
73 * @attr ref android.R.styleable#Preference_order
74 * @attr ref android.R.styleable#Preference_fragment
75 * @attr ref android.R.styleable#Preference_layout
76 * @attr ref android.R.styleable#Preference_widgetLayout
77 * @attr ref android.R.styleable#Preference_enabled
78 * @attr ref android.R.styleable#Preference_selectabl
    [all...]
  /frameworks/base/core/java/com/android/internal/view/menu/
ListMenuItemView.java 65 attrs, com.android.internal.R.styleable.MenuView, defStyleAttr, defStyleRes);
67 mBackground = a.getDrawable(com.android.internal.R.styleable.MenuView_itemBackground);
68 mTextAppearance = a.getResourceId(com.android.internal.R.styleable.
71 com.android.internal.R.styleable.MenuView_preserveIconSpacing, false);
73 mSubMenuArrow = a.getDrawable(com.android.internal.R.styleable.MenuView_subMenuArrow);
  /frameworks/base/core/java/com/android/internal/widget/
SubtitleView.java 94 attrs, android.R.styleable.TextView, defStyleAttr, defStyleRes);
104 case android.R.styleable.TextView_text:
107 case android.R.styleable.TextView_lineSpacingExtra:
110 case android.R.styleable.TextView_lineSpacingMultiplier:
113 case android.R.styleable.TextAppearance_textSize:
  /frameworks/support/v17/leanback/kitkat/android/support/v17/leanback/transition/
SlideKitkat.java 150 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.lbSlide);
151 int edge = a.getInt(R.styleable.lbSlide_lb_slideEdge, Gravity.BOTTOM);
153 long duration = a.getInt(R.styleable.lbSlide_android_duration, -1);
157 long startDelay = a.getInt(R.styleable.lbSlide_android_startDelay, -1);
161 final int resID = a.getResourceId(R.styleable.lbSlide_android_interpolator, 0);
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
SearchOrbView.java 184 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.lbSearchOrbView,
187 Drawable img = a.getDrawable(R.styleable.lbSearchOrbView_searchOrbIcon);
194 int color = a.getColor(R.styleable.lbSearchOrbView_searchOrbColor, defColor);
196 R.styleable.lbSearchOrbView_searchOrbBrightColor, color);
197 int iconColor = a.getColor(R.styleable.lbSearchOrbView_searchOrbIconColor, Color.TRANSPARENT);
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ActionBarContainer.java 68 R.styleable.ActionBar);
69 mBackground = a.getDrawable(R.styleable.ActionBar_background);
71 R.styleable.ActionBar_backgroundStacked);
72 mHeight = a.getDimensionPixelSize(R.styleable.ActionBar_height, -1);
76 mSplitBackground = a.getDrawable(R.styleable.ActionBar_backgroundSplit);
ActionBarContextView.java 69 R.styleable.ActionMode, defStyle, 0);
70 ViewCompat.setBackground(this, a.getDrawable(R.styleable.ActionMode_background));
72 R.styleable.ActionMode_titleTextStyle, 0);
74 R.styleable.ActionMode_subtitleTextStyle, 0);
77 R.styleable.ActionMode_height, 0);
80 R.styleable.ActionMode_closeItemLayout,
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherProvider.java     [all...]
  /packages/apps/Settings/src/com/android/settings/widget/
ChartNetworkSeriesView.java 90 attrs, R.styleable.ChartNetworkSeriesView, defStyle, 0);
92 final int stroke = a.getColor(R.styleable.ChartNetworkSeriesView_strokeColor, Color.RED);
93 final int fill = a.getColor(R.styleable.ChartNetworkSeriesView_fillColor, Color.RED);
95 R.styleable.ChartNetworkSeriesView_fillColorSecondary, Color.RED);
97 R.styleable.ChartNetworkSeriesView_safeRegion, 0);
  /packages/apps/TV/usbtuner/src/com/android/usbtuner/layout/
ScaledLayout.java 99 context.obtainStyledAttributes(attrs, R.styleable.utScaledLayout);
101 array.getFloat(R.styleable.utScaledLayout_layout_scaleStartRow, SCALE_UNSPECIFIED);
103 array.getFloat(R.styleable.utScaledLayout_layout_scaleEndRow, SCALE_UNSPECIFIED);
105 array.getFloat(R.styleable.utScaledLayout_layout_scaleStartCol, SCALE_UNSPECIFIED);
107 array.getFloat(R.styleable.utScaledLayout_layout_scaleEndCol, SCALE_UNSPECIFIED);
  /cts/tests/app/src/android/app/cts/
DialogTest.java 104 d.getContext().getTheme().obtainStyledAttributes(R.styleable.TextAppearance);
108 ta = w.getContext().getTheme().obtainStyledAttributes(R.styleable.TextAppearance);
132 TypedArray expectedTa = expected.obtainStyledAttributes(R.styleable.TextAppearance);
134 assertEquals(expectedTa.getColor(R.styleable.TextAppearance_textColor, defValue),
135 ta.getColor(R.styleable.TextAppearance_textColor, defValue));
136 assertEquals(expectedTa.getColor(R.styleable.TextAppearance_textColorHint, defValue),
137 ta.getColor(R.styleable.TextAppearance_textColorHint, defValue));
138 assertEquals(expectedTa.getColor(R.styleable.TextAppearance_textColorLink, defValue),
139 ta.getColor(R.styleable.TextAppearance_textColorLink, defValue));
140 assertEquals(expectedTa.getColor(R.styleable.TextAppearance_textColorHighlight, defValue)
    [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
LayerDrawable.java 57 * @attr ref android.R.styleable#LayerDrawable_paddingMode
58 * @attr ref android.R.styleable#LayerDrawableItem_left
59 * @attr ref android.R.styleable#LayerDrawableItem_top
60 * @attr ref android.R.styleable#LayerDrawableItem_right
61 * @attr ref android.R.styleable#LayerDrawableItem_bottom
62 * @attr ref android.R.styleable#LayerDrawableItem_start
63 * @attr ref android.R.styleable#LayerDrawableItem_end
64 * @attr ref android.R.styleable#LayerDrawableItem_width
65 * @attr ref android.R.styleable#LayerDrawableItem_height
66 * @attr ref android.R.styleable#LayerDrawableItem_gravit
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
AppTransition.java 20 import static com.android.internal.R.styleable.WindowAnimation_activityCloseEnterAnimation;
21 import static com.android.internal.R.styleable.WindowAnimation_activityCloseExitAnimation;
22 import static com.android.internal.R.styleable.WindowAnimation_activityOpenEnterAnimation;
23 import static com.android.internal.R.styleable.WindowAnimation_activityOpenExitAnimation;
24 import static com.android.internal.R.styleable.WindowAnimation_launchTaskBehindSourceAnimation;
25 import static com.android.internal.R.styleable.WindowAnimation_launchTaskBehindTargetAnimation;
26 import static com.android.internal.R.styleable.WindowAnimation_taskCloseEnterAnimation;
27 import static com.android.internal.R.styleable.WindowAnimation_taskCloseExitAnimation;
28 import static com.android.internal.R.styleable.WindowAnimation_taskOpenEnterAnimation;
29 import static com.android.internal.R.styleable.WindowAnimation_taskOpenExitAnimation
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactListItemView.java 274 if (R.styleable.ContactListItemView != null) {
276 a = getContext().obtainStyledAttributes(attrs, R.styleable.ContactListItemView);
278 R.styleable.ContactListItemView_list_item_height, mPreferredHeight);
280 R.styleable.ContactListItemView_activated_background);
283 R.styleable.ContactListItemView_list_item_gap_between_image_and_text,
286 R.styleable.ContactListItemView_list_item_gap_between_label_and_data,
289 R.styleable.ContactListItemView_list_item_presence_icon_margin,
292 R.styleable.ContactListItemView_list_item_presence_icon_size,
295 R.styleable.ContactListItemView_list_item_photo_size, mDefaultPhotoViewSize);
297 R.styleable.ContactListItemView_list_item_text_indent, mTextIndent)
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
KeyboardView.java 284 attrs, android.R.styleable.KeyboardView, defStyle, R.style.WnnKeyboardView);
299 case android.R.styleable.KeyboardView_keyBackground:
302 case android.R.styleable.KeyboardView_verticalCorrection:
305 case android.R.styleable.KeyboardView_keyPreviewLayout:
308 case android.R.styleable.KeyboardView_keyPreviewOffset:
311 case android.R.styleable.KeyboardView_keyPreviewHeight:
314 case android.R.styleable.KeyboardView_keyTextSize:
317 case android.R.styleable.KeyboardView_keyTextColor:
320 case android.R.styleable.KeyboardView_labelTextSize:
323 case android.R.styleable.KeyboardView_popupLayout
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/preference/
PreferencesFromCode.java 139 // See res/values/attrs.xml for the <declare-styleable> that defines
141 TypedArray a = obtainStyledAttributes(R.styleable.TogglePrefAttrs);
146 a.getResourceId(R.styleable.TogglePrefAttrs_android_preferenceLayoutChild,
  /development/samples/training/threadsample/src/com/example/android/threadsample/
PhotoView.java 108 getContext().obtainStyledAttributes(attributeSet, R.styleable.ImageDownloaderView);
112 attributes.getResourceId(R.styleable.ImageDownloaderView_hideShowSibling, -1);

Completed in 602 milliseconds

<<11121314151617181920>>