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

<<11121314151617181920>>

  /development/samples/XmlAdapters/src/com/example/android/xmladapters/
Adapters.java 247 * attr ref android.R.styleable#CursorAdapter_layout
248 * attr ref android.R.styleable#CursorAdapter_selection
249 * attr ref android.R.styleable#CursorAdapter_sortOrder
250 * attr ref android.R.styleable#CursorAdapter_uri
251 * attr ref android.R.styleable#CursorAdapter_BindItem_as
252 * attr ref android.R.styleable#CursorAdapter_BindItem_from
253 * attr ref android.R.styleable#CursorAdapter_BindItem_to
254 * attr ref android.R.styleable#CursorAdapter_MapItem_fromValue
255 * attr ref android.R.styleable#CursorAdapter_MapItem_toValue
256 * attr ref android.R.styleable#CursorAdapter_SelectItem_colum
    [all...]
  /development/samples/browseable/HdrViewfinder/src/com.example.android.hdrviewfinder/
FixedAspectSurfaceView.java 53 R.styleable.FixedAspectSurfaceView, 0, 0);
55 R.styleable.FixedAspectSurfaceView_aspectRatio, 1.f));
  /frameworks/base/core/java/android/preference/
Preference.java 70 * @attr ref android.R.styleable#Preference_icon
71 * @attr ref android.R.styleable#Preference_key
72 * @attr ref android.R.styleable#Preference_title
73 * @attr ref android.R.styleable#Preference_summary
74 * @attr ref android.R.styleable#Preference_order
75 * @attr ref android.R.styleable#Preference_fragment
76 * @attr ref android.R.styleable#Preference_layout
77 * @attr ref android.R.styleable#Preference_widgetLayout
78 * @attr ref android.R.styleable#Preference_enabled
79 * @attr ref android.R.styleable#Preference_selectabl
    [all...]
PreferenceScreen.java 110 com.android.internal.R.styleable.PreferenceScreen,
115 com.android.internal.R.styleable.PreferenceScreen_screenLayout,
117 if (a.hasValueOrEmpty(com.android.internal.R.styleable.PreferenceScreen_divider)) {
119 a.getDrawable(com.android.internal.R.styleable.PreferenceScreen_divider);
SeekBarPreference.java 44 attrs, com.android.internal.R.styleable.ProgressBar, defStyleAttr, defStyleRes);
45 setMax(a.getInt(com.android.internal.R.styleable.ProgressBar_max, mMax));
49 com.android.internal.R.styleable.SeekBarPreference, defStyleAttr, defStyleRes);
51 com.android.internal.R.styleable.SeekBarPreference_layout,
  /frameworks/base/core/java/android/transition/
PatternPathMotion.java 56 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.PatternPathMotion);
58 String pathData = a.getString(R.styleable.PatternPathMotion_patternPathData);
88 * @attr ref android.R.styleable#PatternPathMotion_patternPathData
100 * @attr ref android.R.styleable#PatternPathMotion_patternPathData
  /frameworks/base/core/java/android/widget/
DayPickerView.java 84 R.styleable.CalendarView, defStyleAttr, defStyleRes);
86 final int firstDayOfWeek = a.getInt(R.styleable.CalendarView_firstDayOfWeek,
89 final String minDate = a.getString(R.styleable.CalendarView_minDate);
90 final String maxDate = a.getString(R.styleable.CalendarView_maxDate);
93 R.styleable.CalendarView_monthTextAppearance,
96 R.styleable.CalendarView_weekDayTextAppearance,
99 R.styleable.CalendarView_dateTextAppearance,
103 R.styleable.CalendarView_daySelectorColor);
Toolbar.java 78 * {@link android.R.styleable#View_minHeight minimum height}, if set.</li>
96 * {@link android.R.styleable#View_minHeight minimum height}, if set.</li>
104 * @attr ref android.R.styleable#Toolbar_buttonGravity
105 * @attr ref android.R.styleable#Toolbar_collapseContentDescription
106 * @attr ref android.R.styleable#Toolbar_collapseIcon
107 * @attr ref android.R.styleable#Toolbar_contentInsetEnd
108 * @attr ref android.R.styleable#Toolbar_contentInsetLeft
109 * @attr ref android.R.styleable#Toolbar_contentInsetRight
110 * @attr ref android.R.styleable#Toolbar_contentInsetStart
111 * @attr ref android.R.styleable#Toolbar_contentInsetStartWithNavigatio
    [all...]
AnalogClock.java 39 * @attr ref android.R.styleable#AnalogClock_dial
40 * @attr ref android.R.styleable#AnalogClock_hand_hour
41 * @attr ref android.R.styleable#AnalogClock_hand_minute
79 attrs, com.android.internal.R.styleable.AnalogClock, defStyleAttr, defStyleRes);
81 mDial = a.getDrawable(com.android.internal.R.styleable.AnalogClock_dial);
86 mHourHand = a.getDrawable(com.android.internal.R.styleable.AnalogClock_hand_hour);
91 mMinuteHand = a.getDrawable(com.android.internal.R.styleable.AnalogClock_hand_minute);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
AnimatedImageView.java 49 R.styleable.AnimatedImageView, 0, 0);
54 R.styleable.AnimatedImageView_hasOverlappingRendering, true);
  /frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/
SetupWizardLayout.java 95 R.styleable.SuwSetupWizardLayout, defStyleAttr, 0);
99 a.getDrawable(R.styleable.SuwSetupWizardLayout_suwBackground);
104 a.getDrawable(R.styleable.SuwSetupWizardLayout_suwBackgroundTile);
112 a.getDrawable(R.styleable.SuwSetupWizardLayout_suwIllustration);
117 a.getDrawable(R.styleable.SuwSetupWizardLayout_suwIllustrationImage);
119 R.styleable.SuwSetupWizardLayout_suwIllustrationHorizontalTile);
127 R.styleable.SuwSetupWizardLayout_suwDecorPaddingTop, -1);
137 R.styleable.SuwSetupWizardLayout_suwIllustrationAspectRatio, -1f);
  /frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/items/
AbstractItemHierarchy.java 46 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.SuwAbstractItem);
47 mId = a.getResourceId(R.styleable.SuwAbstractItem_android_id, 0);
  /frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
StatusBarBackgroundLayout.java 64 R.styleable.SuwStatusBarBackgroundLayout, defStyleAttr, 0);
66 a.getDrawable(R.styleable.SuwStatusBarBackgroundLayout_suwStatusBarBackground);
  /frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/
FixedAspectSurfaceView.java 54 R.styleable.FixedAspectSurfaceView, 0, 0);
56 R.styleable.FixedAspectSurfaceView_aspectRatio, 1.f));
  /frameworks/rs/tests/java_api/RsCameraDemo/src/com/android/example/rscamera/
FixedAspectSurfaceView.java 54 R.styleable.FixedAspectSurfaceView, 0, 0);
56 R.styleable.FixedAspectSurfaceView_aspectRatio, 1.f));
  /frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/
FragmentArgumentsSupport.java 80 R.styleable.FragmentArguments);
81 mLabel = a.getText(R.styleable.FragmentArguments_android_label);
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
GuidanceStylingRelativeLayout.java 37 R.styleable.LeanbackGuidedStepTheme);
38 float percent = ta.getFloat(R.styleable.LeanbackGuidedStepTheme_guidedStepKeyline, 40);
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
Toolbar.java 112 * @attr ref android.support.v7.appcompat.R.styleable#Toolbar_buttonGravity
113 * @attr ref android.support.v7.appcompat.R.styleable#Toolbar_collapseContentDescription
114 * @attr ref android.support.v7.appcompat.R.styleable#Toolbar_collapseIcon
115 * @attr ref android.support.v7.appcompat.R.styleable#Toolbar_contentInsetEnd
116 * @attr ref android.support.v7.appcompat.R.styleable#Toolbar_contentInsetLeft
117 * @attr ref android.support.v7.appcompat.R.styleable#Toolbar_contentInsetRight
118 * @attr ref android.support.v7.appcompat.R.styleable#Toolbar_contentInsetStart
119 * @attr ref android.support.v7.appcompat.R.styleable#Toolbar_contentInsetStartWithNavigation
120 * @attr ref android.support.v7.appcompat.R.styleable#Toolbar_contentInsetEndWithActions
121 * @attr ref android.support.v7.appcompat.R.styleable#Toolbar_android_gravit
    [all...]
AppCompatTextViewAutoSizeHelper.java 107 TypedArray a = mContext.obtainStyledAttributes(attrs, R.styleable.AppCompatTextView,
109 if (a.hasValue(R.styleable.AppCompatTextView_autoSizeTextType)) {
110 mAutoSizeTextType = a.getInt(R.styleable.AppCompatTextView_autoSizeTextType,
113 if (a.hasValue(R.styleable.AppCompatTextView_autoSizeStepGranularity)) {
115 R.styleable.AppCompatTextView_autoSizeStepGranularity,
118 if (a.hasValue(R.styleable.AppCompatTextView_autoSizeMinTextSize)) {
120 R.styleable.AppCompatTextView_autoSizeMinTextSize,
123 if (a.hasValue(R.styleable.AppCompatTextView_autoSizeMaxTextSize)) {
125 R.styleable.AppCompatTextView_autoSizeMaxTextSize,
128 if (a.hasValue(R.styleable.AppCompatTextView_autoSizePresetSizes))
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
InsettableFrameLayout.java 82 R.styleable.InsettableFrameLayout_Layout);
84 R.styleable.InsettableFrameLayout_Layout_layout_ignoreInsets, false);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
MainKeyboardView.java 72 * @attr ref R.styleable#MainKeyboardView_languageOnSpacebarTextRatio
73 * @attr ref R.styleable#MainKeyboardView_languageOnSpacebarTextColor
74 * @attr ref R.styleable#MainKeyboardView_languageOnSpacebarTextShadowRadius
75 * @attr ref R.styleable#MainKeyboardView_languageOnSpacebarTextShadowColor
76 * @attr ref R.styleable#MainKeyboardView_languageOnSpacebarFinalAlpha
77 * @attr ref R.styleable#MainKeyboardView_languageOnSpacebarFadeoutAnimator
78 * @attr ref R.styleable#MainKeyboardView_altCodeKeyWhileTypingFadeoutAnimator
79 * @attr ref R.styleable#MainKeyboardView_altCodeKeyWhileTypingFadeinAnimator
80 * @attr ref R.styleable#MainKeyboardView_keyHysteresisDistance
81 * @attr ref R.styleable#MainKeyboardView_touchNoiseThresholdTim
    [all...]
  /frameworks/support/design/src/android/support/design/widget/
FloatingActionButton.java 160 R.styleable.FloatingActionButton, defStyleAttr,
162 mBackgroundTint = a.getColorStateList(R.styleable.FloatingActionButton_backgroundTint);
164 R.styleable.FloatingActionButton_backgroundTintMode, -1), null);
165 mRippleColor = a.getColor(R.styleable.FloatingActionButton_rippleColor, 0);
166 mSize = a.getInt(R.styleable.FloatingActionButton_fabSize, SIZE_AUTO);
167 mBorderWidth = a.getDimensionPixelSize(R.styleable.FloatingActionButton_borderWidth, 0);
168 final float elevation = a.getDimension(R.styleable.FloatingActionButton_elevation, 0f);
170 R.styleable.FloatingActionButton_pressedTranslationZ, 0f);
171 mCompatPadding = a.getBoolean(R.styleable.FloatingActionButton_useCompatPadding, false);
223 * @attr ref android.support.design.R.styleable#FloatingActionButton_rippleColo
    [all...]
  /frameworks/base/core/java/com/android/internal/policy/
PhoneWindow.java     [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/view/
DraggableDot.java 108 R.styleable.DraggableDot);
114 case R.styleable.DraggableDot_radius: {
118 case R.styleable.DraggableDot_legend: {
122 case R.styleable.DraggableDot_anr: {
  /frameworks/base/core/java/android/printservice/
PrintServiceInfo.java 148 com.android.internal.R.styleable.PrintService);
151 com.android.internal.R.styleable.PrintService_settingsActivity);
154 com.android.internal.R.styleable.PrintService_addPrintersActivity);
157 .R.styleable.PrintService_advancedPrintOptionsActivity);

Completed in 1234 milliseconds

<<11121314151617181920>>