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

1 2 3 4 56 7 8 91011>>

  /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 198 android.support.v7.appcompat.R.styleable.TextAppearance);
199 if (a.hasValue(android.support.v7.appcompat.R.styleable.TextAppearance_android_textColor)) {
201 android.support.v7.appcompat.R.styleable.TextAppearance_android_textColor,
204 if (a.hasValue(android.support.v7.appcompat.R.styleable.TextAppearance_android_textSize)) {
206 android.support.v7.appcompat.R.styleable.TextAppearance_android_textSize,
210 android.support.v7.appcompat.R.styleable.TextAppearance_android_shadowColor, 0);
212 android.support.v7.appcompat.R.styleable.TextAppearance_android_shadowDx, 0);
214 android.support.v7.appcompat.R.styleable.TextAppearance_android_shadowDy, 0);
216 android.support.v7.appcompat.R.styleable.TextAppearance_android_shadowRadius, 0);
228 android.support.v7.appcompat.R.styleable.TextAppearance)
    [all...]
CollapsingToolbarLayout.java 86 * @attr ref android.support.design.R.styleable#CollapsingToolbarLayout_collapsedTitleTextAppearance
87 * @attr ref android.support.design.R.styleable#CollapsingToolbarLayout_expandedTitleTextAppearance
88 * @attr ref android.support.design.R.styleable#CollapsingToolbarLayout_contentScrim
89 * @attr ref android.support.design.R.styleable#CollapsingToolbarLayout_expandedTitleMargin
90 * @attr ref android.support.design.R.styleable#CollapsingToolbarLayout_expandedTitleMarginStart
91 * @attr ref android.support.design.R.styleable#CollapsingToolbarLayout_expandedTitleMarginEnd
92 * @attr ref android.support.design.R.styleable#CollapsingToolbarLayout_expandedTitleMarginBottom
93 * @attr ref android.support.design.R.styleable#CollapsingToolbarLayout_statusBarScrim
94 * @attr ref android.support.design.R.styleable#CollapsingToolbarLayout_toolbarId
147 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/graphics/java/android/graphics/drawable/
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/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/core/java/android/widget/
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);
AbsSeekBar.java 97 attrs, R.styleable.SeekBar, defStyleAttr, defStyleRes);
99 final Drawable thumb = a.getDrawable(R.styleable.SeekBar_thumb);
102 if (a.hasValue(R.styleable.SeekBar_thumbTintMode)) {
104 R.styleable.SeekBar_thumbTintMode, -1), mThumbTintMode);
108 if (a.hasValue(R.styleable.SeekBar_thumbTint)) {
109 mThumbTintList = a.getColorStateList(R.styleable.SeekBar_thumbTint);
113 final Drawable tickMark = a.getDrawable(R.styleable.SeekBar_tickMark);
116 if (a.hasValue(R.styleable.SeekBar_tickMarkTintMode)) {
118 R.styleable.SeekBar_tickMarkTintMode, -1), mTickMarkTintMode);
122 if (a.hasValue(R.styleable.SeekBar_tickMarkTint))
    [all...]
  /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...]
  /frameworks/base/core/java/android/preference/
RingtonePreference.java 39 * @attr ref android.R.styleable#RingtonePreference_ringtoneType
40 * @attr ref android.R.styleable#RingtonePreference_showDefault
41 * @attr ref android.R.styleable#RingtonePreference_showSilent
58 com.android.internal.R.styleable.RingtonePreference, defStyleAttr, defStyleRes);
59 mRingtoneType = a.getInt(com.android.internal.R.styleable.RingtonePreference_ringtoneType,
61 mShowDefault = a.getBoolean(com.android.internal.R.styleable.RingtonePreference_showDefault,
63 mShowSilent = a.getBoolean(com.android.internal.R.styleable.RingtonePreference_showSilent,
  /frameworks/base/core/java/android/transition/
ArcMotion.java 65 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.ArcMotion);
66 float minimumVerticalAngle = a.getFloat(R.styleable.ArcMotion_minimumVerticalAngle,
69 float minimumHorizontalAngle = a.getFloat(R.styleable.ArcMotion_minimumHorizontalAngle,
72 float maximumAngle = a.getFloat(R.styleable.ArcMotion_maximumAngle,
88 * @attr ref android.R.styleable#ArcMotion_minimumHorizontalAngle
104 * @attr ref android.R.styleable#ArcMotion_minimumHorizontalAngle
120 * @attr ref android.R.styleable#ArcMotion_minimumVerticalAngle
137 * @attr ref android.R.styleable#ArcMotion_minimumVerticalAngle
151 * @attr ref android.R.styleable#ArcMotion_maximumAngle
166 * @attr ref android.R.styleable#ArcMotion_maximumAngl
    [all...]
  /frameworks/base/core/java/android/view/
ViewStub.java 69 * @attr ref android.R.styleable#ViewStub_inflatedId
70 * @attr ref android.R.styleable#ViewStub_layout
110 R.styleable.ViewStub, defStyleAttr, defStyleRes);
111 mInflatedId = a.getResourceId(R.styleable.ViewStub_inflatedId, NO_ID);
112 mLayoutResource = a.getResourceId(R.styleable.ViewStub_layout, 0);
113 mID = a.getResourceId(R.styleable.ViewStub_id, NO_ID);
128 * @attr ref android.R.styleable#ViewStub_inflatedId
143 * @attr ref android.R.styleable#ViewStub_inflatedId
160 * @attr ref android.R.styleable#ViewStub_layout
177 * @attr ref android.R.styleable#ViewStub_layou
    [all...]
  /frameworks/base/services/core/java/com/android/server/
AttributeCache.java 121 public Entry get(String packageName, int resId, int[] styleable, int userId) {
130 ent = map.get(styleable);
157 pkg.context.obtainStyledAttributes(resId, styleable));
158 map.put(styleable, ent);
  /frameworks/opt/setupwizard/library/full-support/src/com/android/setupwizardlib/
DividerItemDecoration.java 75 final TypedArray a = context.obtainStyledAttributes(R.styleable.SuwDividerItemDecoration);
77 R.styleable.SuwDividerItemDecoration_android_listDivider);
79 R.styleable.SuwDividerItemDecoration_android_dividerHeight, 0);
81 R.styleable.SuwDividerItemDecoration_suwDividerCondition,

Completed in 316 milliseconds

1 2 3 4 56 7 8 91011>>