HomeSort by relevance Sort by last modified time
    Searched refs:styleable (Results 176 - 200 of 686) sorted by null

1 2 3 4 5 6 78 91011>>

  /packages/apps/Contacts/src/com/android/contacts/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/base/graphics/java/android/graphics/drawable/
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/support/v17/leanback/src/android/support/v17/leanback/widget/
PlaybackControlsRow.java 222 R.styleable.lbPlaybackControlsActionIcons_play);
224 R.styleable.lbPlaybackControlsActionIcons_pause);
262 R.styleable.lbPlaybackControlsActionIcons_fast_forward);
309 R.styleable.lbPlaybackControlsActionIcons_rewind);
342 R.styleable.lbPlaybackControlsActionIcons_skip_next));
359 R.styleable.lbPlaybackControlsActionIcons_skip_previous));
376 R.styleable.lbPlaybackControlsActionIcons_picture_in_picture));
444 R.styleable.lbPlaybackControlsActionIcons_thumb_up,
445 R.styleable.lbPlaybackControlsActionIcons_thumb_up_outline);
460 R.styleable.lbPlaybackControlsActionIcons_thumb_down
    [all...]
  /frameworks/support/design/src/android/support/design/widget/
CollapsingToolbarLayout.java 94 * @attr ref android.support.design.R.styleable#CollapsingToolbarLayout_collapsedTitleTextAppearance
95 * @attr ref android.support.design.R.styleable#CollapsingToolbarLayout_expandedTitleTextAppearance
96 * @attr ref android.support.design.R.styleable#CollapsingToolbarLayout_contentScrim
97 * @attr ref android.support.design.R.styleable#CollapsingToolbarLayout_expandedTitleMargin
98 * @attr ref android.support.design.R.styleable#CollapsingToolbarLayout_expandedTitleMarginStart
99 * @attr ref android.support.design.R.styleable#CollapsingToolbarLayout_expandedTitleMarginEnd
100 * @attr ref android.support.design.R.styleable#CollapsingToolbarLayout_expandedTitleMarginBottom
101 * @attr ref android.support.design.R.styleable#CollapsingToolbarLayout_statusBarScrim
102 * @attr ref android.support.design.R.styleable#CollapsingToolbarLayout_toolbarId
155 R.styleable.CollapsingToolbarLayout, defStyleAttr
    [all...]
  /frameworks/base/core/java/android/widget/
ProgressBar.java 117 * {@link android.R.styleable#ProgressBar_max android:max} attribute.
135 * See {@link android.R.styleable#ProgressBar ProgressBar Attributes},
136 * {@link android.R.styleable#View View Attributes}
139 * @attr ref android.R.styleable#ProgressBar_animationResolution
140 * @attr ref android.R.styleable#ProgressBar_indeterminate
141 * @attr ref android.R.styleable#ProgressBar_indeterminateBehavior
142 * @attr ref android.R.styleable#ProgressBar_indeterminateDrawable
143 * @attr ref android.R.styleable#ProgressBar_indeterminateDuration
144 * @attr ref android.R.styleable#ProgressBar_indeterminateOnly
145 * @attr ref android.R.styleable#ProgressBar_interpolato
    [all...]
AbsSeekBar.java 101 attrs, R.styleable.SeekBar, defStyleAttr, defStyleRes);
103 final Drawable thumb = a.getDrawable(R.styleable.SeekBar_thumb);
106 if (a.hasValue(R.styleable.SeekBar_thumbTintMode)) {
108 R.styleable.SeekBar_thumbTintMode, -1), mThumbTintMode);
112 if (a.hasValue(R.styleable.SeekBar_thumbTint)) {
113 mThumbTintList = a.getColorStateList(R.styleable.SeekBar_thumbTint);
117 final Drawable tickMark = a.getDrawable(R.styleable.SeekBar_tickMark);
120 if (a.hasValue(R.styleable.SeekBar_tickMarkTintMode)) {
122 R.styleable.SeekBar_tickMarkTintMode, -1), mTickMarkTintMode);
126 if (a.hasValue(R.styleable.SeekBar_tickMarkTint))
    [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/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
166 * @attr ref android.R.styleable#ViewStub_layout
183 * @attr ref android.R.styleable#ViewStub_layou
    [all...]
  /frameworks/base/services/core/java/com/android/server/
AttributeCache.java 119 public Entry get(String packageName, int resId, int[] styleable, int userId) {
127 ent = map.get(styleable);
154 pkg.context.obtainStyledAttributes(resId, styleable));
155 map.put(styleable, ent);
  /frameworks/opt/setupwizard/library/recyclerview/src/com/android/setupwizardlib/
DividerItemDecoration.java 93 final TypedArray a = context.obtainStyledAttributes(R.styleable.SuwDividerItemDecoration);
95 R.styleable.SuwDividerItemDecoration_android_listDivider);
97 R.styleable.SuwDividerItemDecoration_android_dividerHeight, 0);
99 R.styleable.SuwDividerItemDecoration_suwDividerCondition,
  /frameworks/opt/setupwizard/library/recyclerview/src/com/android/setupwizardlib/items/
RecyclerItemAdapter.java 104 .obtainStyledAttributes(R.styleable.SuwRecyclerItemAdapter);
106 R.styleable.SuwRecyclerItemAdapter_android_selectableItemBackground);
109 R.styleable.SuwRecyclerItemAdapter_selectableItemBackground);
115 R.styleable.SuwRecyclerItemAdapter_android_colorBackground);
  /frameworks/support/design/src/android/support/design/internal/
ForegroundLinearLayout.java 63 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.ForegroundLinearLayout,
67 R.styleable.ForegroundLinearLayout_android_foregroundGravity, mForegroundGravity);
69 final Drawable d = a.getDrawable(R.styleable.ForegroundLinearLayout_android_foreground);
75 R.styleable.ForegroundLinearLayout_foregroundInsidePadding, true);
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/graphics/
ColorOverlayDimmer.java 42 TypedArray a = context.obtainStyledAttributes(R.styleable.LeanbackTheme);
44 int dimColor = a.getColor(R.styleable.LeanbackTheme_overlayDimMaskColor,
46 float activeLevel = a.getFraction(R.styleable.LeanbackTheme_overlayDimActiveLevel, 1, 1,
48 float dimmedLevel = a.getFraction(R.styleable.LeanbackTheme_overlayDimDimmedLevel, 1, 1,
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/picker/
DatePicker.java 43 * @attr ref R.styleable#lbDatePicker_android_maxDate
44 * @attr ref R.styleable#lbDatePicker_android_minDate
45 * @attr ref R.styleable#lbDatePicker_datePickerFormat
80 R.styleable.lbDatePicker);
81 String minDate = attributesArray.getString(R.styleable.lbDatePicker_android_minDate);
82 String maxDate = attributesArray.getString(R.styleable.lbDatePicker_android_maxDate);
104 .getString(R.styleable.lbDatePicker_datePickerFormat);
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ViewStubCompat.java 58 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.ViewStubCompat,
61 mInflatedId = a.getResourceId(R.styleable.ViewStubCompat_android_inflatedId, NO_ID);
62 mLayoutResource = a.getResourceId(R.styleable.ViewStubCompat_android_layout, 0);
64 setId(a.getResourceId(R.styleable.ViewStubCompat_android_id, NO_ID));
  /frameworks/support/wear/src/android/support/wear/widget/
WearableRecyclerView.java 87 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.WearableRecyclerView,
92 R.styleable.WearableRecyclerView_circularScrollingGestureEnabled,
95 a.getFloat(R.styleable.WearableRecyclerView_bezelWidth,
99 R.styleable.WearableRecyclerView_scrollDegreesPerScreen,
  /packages/apps/Dialer/java/com/android/incallui/video/impl/
CheckableImageButton.java 59 TypedArray typedArray = context.obtainStyledAttributes(attrs, R.styleable.CheckableImageButton);
60 setChecked(typedArray.getBoolean(R.styleable.CheckableImageButton_android_checked, false));
62 typedArray.getText(R.styleable.CheckableImageButton_contentDescriptionChecked);
64 typedArray.getText(R.styleable.CheckableImageButton_contentDescriptionUnchecked);
  /packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
SoundLevels.java 85 final TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.SoundLevels,
89 R.styleable.SoundLevels_maxLevelRadius, 0);
91 R.styleable.SoundLevels_minLevelRadius, 0);
96 a.getColor(R.styleable.SoundLevels_primaryColor, Color.BLACK));
  /packages/apps/Settings/src/com/android/settings/
RingtonePreference.java 42 * @attr ref android.R.styleable#RingtonePreference_ringtoneType
43 * @attr ref android.R.styleable#RingtonePreference_showDefault
44 * @attr ref android.R.styleable#RingtonePreference_showSilent
65 com.android.internal.R.styleable.RingtonePreference, 0, 0);
66 mRingtoneType = a.getInt(com.android.internal.R.styleable.RingtonePreference_ringtoneType,
68 mShowDefault = a.getBoolean(com.android.internal.R.styleable.RingtonePreference_showDefault,
70 mShowSilent = a.getBoolean(com.android.internal.R.styleable.RingtonePreference_showSilent,
TrustAgentUtils.java 81 res.obtainAttributes(attrs, com.android.internal.R.styleable.TrustAgent);
83 sa.getString(com.android.internal.R.styleable.TrustAgent_summary);
85 sa.getString(com.android.internal.R.styleable.TrustAgent_title);
86 cn = sa.getString(com.android.internal.R.styleable.TrustAgent_settingsActivity);
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ButteryProgressBar.java 88 final TypedArray ta = c.obtainStyledAttributes(attrs, R.styleable.ButteryProgressBar);
90 mBarColor = ta.getColor(R.styleable.ButteryProgressBar_barColor,
93 R.styleable.ButteryProgressBar_barHeight,
96 R.styleable.ButteryProgressBar_detentWidth,
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
SeekBarDialogPreference.java 54 attrs, R.styleable.SeekBarDialogPreference, 0, 0);
55 mMaxValue = a.getInt(R.styleable.SeekBarDialogPreference_maxValue, 0);
56 mMinValue = a.getInt(R.styleable.SeekBarDialogPreference_minValue, 0);
57 mStepValue = a.getInt(R.styleable.SeekBarDialogPreference_stepValue, 0);
  /frameworks/base/core/java/android/content/
RestrictionsManager.java 592 com.android.internal.R.styleable.RestrictionEntry);
601 String key = a.getString(R.styleable.RestrictionEntry_key);
603 R.styleable.RestrictionEntry_restrictionType, -1);
604 String title = a.getString(R.styleable.RestrictionEntry_title);
605 String description = a.getString(R.styleable.RestrictionEntry_description);
606 int entries = a.getResourceId(R.styleable.RestrictionEntry_entries, 0);
607 int entryValues = a.getResourceId(R.styleable.RestrictionEntry_entryValues, 0);
634 a.getString(R.styleable.RestrictionEntry_defaultValue));
638 a.getInt(R.styleable.RestrictionEntry_defaultValue, 0));
641 int resId = a.getResourceId(R.styleable.RestrictionEntry_defaultValue, 0)
    [all...]

Completed in 400 milliseconds

1 2 3 4 5 6 78 91011>>