HomeSort by relevance Sort by last modified time
    Searched refs:styleable (Results 126 - 150 of 598) sorted by null

1 2 3 4 56 7 8 91011>>

  /frameworks/base/core/java/android/widget/
RatingBar.java 45 * @attr ref android.R.styleable#RatingBar_numStars
46 * @attr ref android.R.styleable#RatingBar_rating
47 * @attr ref android.R.styleable#RatingBar_stepSize
48 * @attr ref android.R.styleable#RatingBar_isIndicator
91 attrs, R.styleable.RatingBar, defStyleAttr, defStyleRes);
92 final int numStars = a.getInt(R.styleable.RatingBar_numStars, mNumStars);
93 setIsIndicator(a.getBoolean(R.styleable.RatingBar_isIndicator, !mIsUserSeekable));
94 final float rating = a.getFloat(R.styleable.RatingBar_rating, -1);
95 final float stepSize = a.getFloat(R.styleable.RatingBar_stepSize, -1);
148 * @attr ref android.R.styleable#RatingBar_isIndicato
    [all...]
ViewFlipper.java 34 * @attr ref android.R.styleable#ViewFlipper_flipInterval
35 * @attr ref android.R.styleable#ViewFlipper_autoStart
60 com.android.internal.R.styleable.ViewFlipper);
62 com.android.internal.R.styleable.ViewFlipper_flipInterval, DEFAULT_INTERVAL);
64 com.android.internal.R.styleable.ViewFlipper_autoStart, false);
  /packages/apps/LegacyCamera/src/com/android/camera/
ListPreference.java 47 attrs, R.styleable.ListPreference, 0, 0);
50 a.getString(R.styleable.ListPreference_key));
57 int attrDefaultValue = R.styleable.ListPreference_defaultValue;
66 setEntries(a.getTextArray(R.styleable.ListPreference_entries));
68 R.styleable.ListPreference_entryValues));
  /frameworks/support/v7/preference/src/android/support/v7/preference/
Preference.java 238 attrs, R.styleable.Preference, defStyleAttr, defStyleRes);
240 mIconResId = TypedArrayUtils.getResourceId(a, R.styleable.Preference_icon,
241 R.styleable.Preference_android_icon, 0);
243 mKey = TypedArrayUtils.getString(a, R.styleable.Preference_key,
244 R.styleable.Preference_android_key);
246 mTitle = TypedArrayUtils.getString(a, R.styleable.Preference_title,
247 R.styleable.Preference_android_title);
249 mSummary = TypedArrayUtils.getString(a, R.styleable.Preference_summary,
250 R.styleable.Preference_android_summary);
252 mOrder = TypedArrayUtils.getInt(a, R.styleable.Preference_order
    [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
StateListDrawable.java 44 * @attr ref android.R.styleable#StateListDrawable_visible
45 * @attr ref android.R.styleable#StateListDrawable_variablePadding
46 * @attr ref android.R.styleable#StateListDrawable_constantSize
47 * @attr ref android.R.styleable#DrawableStates_state_focused
48 * @attr ref android.R.styleable#DrawableStates_state_window_focused
49 * @attr ref android.R.styleable#DrawableStates_state_enabled
50 * @attr ref android.R.styleable#DrawableStates_state_checkable
51 * @attr ref android.R.styleable#DrawableStates_state_checked
52 * @attr ref android.R.styleable#DrawableStates_state_selected
53 * @attr ref android.R.styleable#DrawableStates_state_activate
    [all...]
GradientDrawable.java 66 * @attr ref android.R.styleable#GradientDrawable_visible
67 * @attr ref android.R.styleable#GradientDrawable_shape
68 * @attr ref android.R.styleable#GradientDrawable_innerRadiusRatio
69 * @attr ref android.R.styleable#GradientDrawable_innerRadius
70 * @attr ref android.R.styleable#GradientDrawable_thicknessRatio
71 * @attr ref android.R.styleable#GradientDrawable_thickness
72 * @attr ref android.R.styleable#GradientDrawable_useLevel
73 * @attr ref android.R.styleable#GradientDrawableSize_width
74 * @attr ref android.R.styleable#GradientDrawableSize_height
75 * @attr ref android.R.styleable#GradientDrawableGradient_startColo
    [all...]
ShapeDrawable.java 63 * @attr ref android.R.styleable#ShapeDrawablePadding_left
64 * @attr ref android.R.styleable#ShapeDrawablePadding_top
65 * @attr ref android.R.styleable#ShapeDrawablePadding_right
66 * @attr ref android.R.styleable#ShapeDrawablePadding_bottom
67 * @attr ref android.R.styleable#ShapeDrawable_color
68 * @attr ref android.R.styleable#ShapeDrawable_width
69 * @attr ref android.R.styleable#ShapeDrawable_height
362 com.android.internal.R.styleable.ShapeDrawablePadding);
365 com.android.internal.R.styleable.ShapeDrawablePadding_left, 0),
367 com.android.internal.R.styleable.ShapeDrawablePadding_top, 0)
    [all...]
AnimationDrawable.java 81 * @attr ref android.R.styleable#AnimationDrawable_visible
82 * @attr ref android.R.styleable#AnimationDrawable_variablePadding
83 * @attr ref android.R.styleable#AnimationDrawable_oneshot
84 * @attr ref android.R.styleable#AnimationDrawableItem_duration
85 * @attr ref android.R.styleable#AnimationDrawableItem_drawable
291 final TypedArray a = obtainAttributes(r, theme, attrs, R.styleable.AnimationDrawable);
292 super.inflateWithAttributes(r, parser, a, R.styleable.AnimationDrawable_visible);
319 R.styleable.AnimationDrawableItem);
321 final int duration = a.getInt(R.styleable.AnimationDrawableItem_duration, -1);
327 Drawable dr = a.getDrawable(R.styleable.AnimationDrawableItem_drawable)
    [all...]
InsetDrawable.java 48 * @attr ref android.R.styleable#InsetDrawable_visible
49 * @attr ref android.R.styleable#InsetDrawable_drawable
50 * @attr ref android.R.styleable#InsetDrawable_insetLeft
51 * @attr ref android.R.styleable#InsetDrawable_insetRight
52 * @attr ref android.R.styleable#InsetDrawable_insetTop
53 * @attr ref android.R.styleable#InsetDrawable_insetBottom
102 final TypedArray a = obtainAttributes(r, theme, attrs, R.styleable.InsetDrawable);
122 final TypedArray a = t.resolveAttributes(state.mThemeAttrs, R.styleable.InsetDrawable);
137 || mState.mThemeAttrs[R.styleable.InsetDrawable_drawable] == 0)) {
157 if (a.hasValue(R.styleable.InsetDrawable_inset))
    [all...]
AnimatedStateListDrawable.java 49 * @attr ref android.R.styleable#DrawableStates_state_focused
50 * @attr ref android.R.styleable#DrawableStates_state_window_focused
51 * @attr ref android.R.styleable#DrawableStates_state_enabled
52 * @attr ref android.R.styleable#DrawableStates_state_checkable
53 * @attr ref android.R.styleable#DrawableStates_state_checked
54 * @attr ref android.R.styleable#DrawableStates_state_selected
55 * @attr ref android.R.styleable#DrawableStates_state_activated
56 * @attr ref android.R.styleable#DrawableStates_state_active
57 * @attr ref android.R.styleable#DrawableStates_state_single
58 * @attr ref android.R.styleable#DrawableStates_state_firs
    [all...]
  /frameworks/base/core/java/android/inputmethodservice/
Keyboard.java 56 * @attr ref android.R.styleable#Keyboard_keyWidth
57 * @attr ref android.R.styleable#Keyboard_keyHeight
58 * @attr ref android.R.styleable#Keyboard_horizontalGap
59 * @attr ref android.R.styleable#Keyboard_verticalGap
154 * @attr ref android.R.styleable#Keyboard_keyWidth
155 * @attr ref android.R.styleable#Keyboard_keyHeight
156 * @attr ref android.R.styleable#Keyboard_horizontalGap
157 * @attr ref android.R.styleable#Keyboard_verticalGap
158 * @attr ref android.R.styleable#Keyboard_Row_rowEdgeFlags
159 * @attr ref android.R.styleable#Keyboard_Row_keyboardMod
    [all...]
  /frameworks/support/design/src/android/support/design/widget/
CollapsingTextHelper.java 203 android.support.v7.appcompat.R.styleable.TextAppearance);
204 if (a.hasValue(android.support.v7.appcompat.R.styleable.TextAppearance_android_textColor)) {
206 android.support.v7.appcompat.R.styleable.TextAppearance_android_textColor);
208 if (a.hasValue(android.support.v7.appcompat.R.styleable.TextAppearance_android_textSize)) {
210 android.support.v7.appcompat.R.styleable.TextAppearance_android_textSize,
214 android.support.v7.appcompat.R.styleable.TextAppearance_android_shadowColor, 0);
216 android.support.v7.appcompat.R.styleable.TextAppearance_android_shadowDx, 0);
218 android.support.v7.appcompat.R.styleable.TextAppearance_android_shadowDy, 0);
220 android.support.v7.appcompat.R.styleable.TextAppearance_android_shadowRadius, 0);
232 android.support.v7.appcompat.R.styleable.TextAppearance)
    [all...]
CollapsingToolbarLayout.java 90 * @attr ref android.support.design.R.styleable#CollapsingToolbarLayout_collapsedTitleTextAppearance
91 * @attr ref android.support.design.R.styleable#CollapsingToolbarLayout_expandedTitleTextAppearance
92 * @attr ref android.support.design.R.styleable#CollapsingToolbarLayout_contentScrim
93 * @attr ref android.support.design.R.styleable#CollapsingToolbarLayout_expandedTitleMargin
94 * @attr ref android.support.design.R.styleable#CollapsingToolbarLayout_expandedTitleMarginStart
95 * @attr ref android.support.design.R.styleable#CollapsingToolbarLayout_expandedTitleMarginEnd
96 * @attr ref android.support.design.R.styleable#CollapsingToolbarLayout_expandedTitleMarginBottom
97 * @attr ref android.support.design.R.styleable#CollapsingToolbarLayout_statusBarScrim
98 * @attr ref android.support.design.R.styleable#CollapsingToolbarLayout_toolbarId
152 R.styleable.CollapsingToolbarLayout, defStyleAttr
    [all...]
  /frameworks/base/core/java/android/view/animation/
ScaleAnimation.java 68 com.android.internal.R.styleable.ScaleAnimation);
71 com.android.internal.R.styleable.ScaleAnimation_fromXScale);
83 com.android.internal.R.styleable.ScaleAnimation_toXScale);
96 com.android.internal.R.styleable.ScaleAnimation_fromYScale);
108 com.android.internal.R.styleable.ScaleAnimation_toYScale);
121 com.android.internal.R.styleable.ScaleAnimation_pivotX));
126 com.android.internal.R.styleable.ScaleAnimation_pivotY));
Animation.java 239 TypedArray a = context.obtainStyledAttributes(attrs, com.android.internal.R.styleable.Animation);
241 setDuration((long) a.getInt(com.android.internal.R.styleable.Animation_duration, 0));
242 setStartOffset((long) a.getInt(com.android.internal.R.styleable.Animation_startOffset, 0));
244 setFillEnabled(a.getBoolean(com.android.internal.R.styleable.Animation_fillEnabled, mFillEnabled));
245 setFillBefore(a.getBoolean(com.android.internal.R.styleable.Animation_fillBefore, mFillBefore));
246 setFillAfter(a.getBoolean(com.android.internal.R.styleable.Animation_fillAfter, mFillAfter));
248 setRepeatCount(a.getInt(com.android.internal.R.styleable.Animation_repeatCount, mRepeatCount));
249 setRepeatMode(a.getInt(com.android.internal.R.styleable.Animation_repeatMode, RESTART));
251 setZAdjustment(a.getInt(com.android.internal.R.styleable.Animation_zAdjustment, ZORDER_NORMAL));
253 setBackgroundColor(a.getInt(com.android.internal.R.styleable.Animation_background, 0))
    [all...]
  /frameworks/base/core/java/android/text/style/
SuggestionSpan.java 186 null, com.android.internal.R.styleable.SuggestionSpan, defStyleAttr, 0);
188 com.android.internal.R.styleable.SuggestionSpan_textUnderlineThickness, 0);
190 com.android.internal.R.styleable.SuggestionSpan_textUnderlineColor, Color.BLACK);
194 null, com.android.internal.R.styleable.SuggestionSpan, defStyleAttr, 0);
196 com.android.internal.R.styleable.SuggestionSpan_textUnderlineThickness, 0);
198 com.android.internal.R.styleable.SuggestionSpan_textUnderlineColor, Color.BLACK);
202 null, com.android.internal.R.styleable.SuggestionSpan, defStyleAttr, 0);
204 com.android.internal.R.styleable.SuggestionSpan_textUnderlineThickness, 0);
206 com.android.internal.R.styleable.SuggestionSpan_textUnderlineColor, Color.BLACK);
  /cts/tests/tests/preference2/src/android/preference2/cts/
CustomPreference.java 48 TypedArray a = getContext().obtainStyledAttributes(attrs,R.styleable.CustPref);
49 setTitle(a.getString(R.styleable.CustPref_title));
50 setIcon(a.getDrawable(R.styleable.CustPref_icon));
  /development/samples/FixedGridLayout/src/com/example/android/fixedgridlayout/
FixedGridLayout.java 50 attrs, R.styleable.FixedGridLayout);
52 R.styleable.FixedGridLayout_cellWidth, -1);
54 R.styleable.FixedGridLayout_cellHeight, -1);
  /external/replicaisland/src/com/replica/replicaisland/
SliderPreference.java 53 R.styleable.SliderPreference, defStyle, 0);
54 mMinText = a.getString(R.styleable.SliderPreference_minText);
55 mMaxText = a.getString(R.styleable.SliderPreference_maxText);
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/
RestrictedPreferenceHelper.java 52 R.styleable.RestrictedPreference);
54 attributes.peekValue(R.styleable.RestrictedPreference_userRestriction);
72 attributes.peekValue(R.styleable.RestrictedPreference_useAdminDisabledSummary);
  /frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/
TemplateLayout.java 66 R.styleable.SuwTemplateLayout, defStyleAttr, 0);
68 template = a.getResourceId(R.styleable.SuwTemplateLayout_android_layout, 0);
71 containerId = a.getResourceId(R.styleable.SuwTemplateLayout_suwContainer, 0);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/widget/
ProportionalLayout.java 81 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.ProportionalLayout);
83 mDirection = Direction.parse(a.getString(R.styleable.ProportionalLayout_direction));
84 mRatio = a.getFloat(R.styleable.ProportionalLayout_ratio, 1.0f);
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
PlaybackControlsRow.java 180 R.styleable.lbPlaybackControlsActionIcons_play);
182 R.styleable.lbPlaybackControlsActionIcons_pause);
220 R.styleable.lbPlaybackControlsActionIcons_fast_forward);
267 R.styleable.lbPlaybackControlsActionIcons_rewind);
300 R.styleable.lbPlaybackControlsActionIcons_skip_next));
317 R.styleable.lbPlaybackControlsActionIcons_skip_previous));
334 R.styleable.lbPlaybackControlsActionIcons_picture_in_picture));
388 R.styleable.lbPlaybackControlsActionIcons_thumb_up,
389 R.styleable.lbPlaybackControlsActionIcons_thumb_up_outline);
403 R.styleable.lbPlaybackControlsActionIcons_thumb_down
    [all...]
  /cts/tests/tests/content/src/android/content/res/cts/
PrimitiveTest.java 36 final TypedArray sa = mContext.obtainStyledAttributes(resid, R.styleable.EnumStyle);
37 final int value = sa.getInt(R.styleable.EnumStyle_testEnum, -1);
53 final TypedArray sa = mContext.obtainStyledAttributes(resid, R.styleable.FlagStyle);
54 final int value = sa.getInt(R.styleable.FlagStyle_testFlags, -1);
  /frameworks/base/core/java/android/nfc/cardemulation/
ApduServiceInfo.java 160 com.android.internal.R.styleable.HostApduService);
163 com.android.internal.R.styleable.HostApduService_description);
165 com.android.internal.R.styleable.HostApduService_requireDeviceUnlock,
168 com.android.internal.R.styleable.HostApduService_apduServiceBanner, -1);
170 com.android.internal.R.styleable.HostApduService_settingsActivity);
174 com.android.internal.R.styleable.OffHostApduService);
177 com.android.internal.R.styleable.OffHostApduService_description);
180 com.android.internal.R.styleable.OffHostApduService_apduServiceBanner, -1);
182 com.android.internal.R.styleable.HostApduService_settingsActivity);
200 com.android.internal.R.styleable.AidGroup)
    [all...]

Completed in 1371 milliseconds

1 2 3 4 56 7 8 91011>>