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

1 2 3 4 5 6 7 8 91011>>

  /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/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 83 R.styleable.CalendarView, defStyleAttr, defStyleRes);
85 final int firstDayOfWeek = a.getInt(R.styleable.CalendarView_firstDayOfWeek,
88 final String minDate = a.getString(R.styleable.CalendarView_minDate);
89 final String maxDate = a.getString(R.styleable.CalendarView_maxDate);
92 R.styleable.CalendarView_monthTextAppearance,
95 R.styleable.CalendarView_weekDayTextAppearance,
98 R.styleable.CalendarView_dateTextAppearance,
102 R.styleable.CalendarView_daySelectorColor);
Toolbar.java 77 * {@link android.R.styleable#View_minHeight minimum height}, if set.</li>
95 * {@link android.R.styleable#View_minHeight minimum height}, if set.</li>
103 * @attr ref android.R.styleable#Toolbar_buttonGravity
104 * @attr ref android.R.styleable#Toolbar_collapseContentDescription
105 * @attr ref android.R.styleable#Toolbar_collapseIcon
106 * @attr ref android.R.styleable#Toolbar_contentInsetEnd
107 * @attr ref android.R.styleable#Toolbar_contentInsetLeft
108 * @attr ref android.R.styleable#Toolbar_contentInsetRight
109 * @attr ref android.R.styleable#Toolbar_contentInsetStart
110 * @attr ref android.R.styleable#Toolbar_contentInsetStartWithNavigatio
    [all...]
SearchView.java 91 * @attr ref android.R.styleable#SearchView_iconifiedByDefault
92 * @attr ref android.R.styleable#SearchView_imeOptions
93 * @attr ref android.R.styleable#SearchView_inputType
94 * @attr ref android.R.styleable#SearchView_maxWidth
95 * @attr ref android.R.styleable#SearchView_queryHint
278 attrs, R.styleable.SearchView, defStyleAttr, defStyleRes);
282 R.styleable.SearchView_layout, R.layout.search_view);
298 mSearchPlate.setBackground(a.getDrawable(R.styleable.SearchView_queryBackground));
299 mSubmitArea.setBackground(a.getDrawable(R.styleable.SearchView_submitBackground));
300 mSearchButton.setImageDrawable(a.getDrawable(R.styleable.SearchView_searchIcon))
    [all...]
AnalogClock.java 40 * @attr ref android.R.styleable#AnalogClock_dial
41 * @attr ref android.R.styleable#AnalogClock_hand_hour
42 * @attr ref android.R.styleable#AnalogClock_hand_minute
80 attrs, com.android.internal.R.styleable.AnalogClock, defStyleAttr, defStyleRes);
82 mDial = a.getDrawable(com.android.internal.R.styleable.AnalogClock_dial);
87 mHourHand = a.getDrawable(com.android.internal.R.styleable.AnalogClock_hand_hour);
92 mMinuteHand = a.getDrawable(com.android.internal.R.styleable.AnalogClock_hand_minute);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
BatteryMeterView.java 48 TypedArray atts = context.obtainStyledAttributes(attrs, R.styleable.BatteryMeterView,
50 final int frameColor = atts.getColor(R.styleable.BatteryMeterView_frameColor,
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
AutoSizingList.java 45 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.AutoSizingList);
46 mItemSize = a.getDimensionPixelSize(R.styleable.AutoSizingList_itemHeight, 0);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DateView.java 66 R.styleable.DateView,
70 mDatePattern = a.getString(R.styleable.DateView_datePattern);
  /frameworks/base/tools/aapt2/
ResourceParser_test.cpp 149 <declare-styleable name="bar">
151 </declare-styleable>)EOF";
156 EXPECT_EQ(nullptr, test::getValueForConfig<Styleable>(&mTable, u"@styleable/bar", watchConfig));
160 EXPECT_NE(nullptr, test::getValue<Styleable>(&mTable, u"@styleable/bar"));
180 std::string input = "<declare-styleable name=\"Styleable\">\n"
182 "</declare-styleable>\n"
192 std::string input = "<declare-styleable name=\"Theme\">
402 Styleable* styleable = test::getValue<Styleable>(&mTable, u"@styleable\/foo"); local
416 Styleable* styleable = test::getValue<Styleable>(&mTable, u"@styleable\/foo"); local
513 Styleable* styleable = test::getValue<Styleable>(&mTable, u"@styleable\/foo"); local
    [all...]
ValueVisitor.h 45 virtual void visit(Styleable* value) {}
93 void visitSubValues(Styleable* styleable) {
94 for (Reference& reference : styleable->entries) {
103 DECL_VISIT_COMPOUND_VALUE(Styleable);
  /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/java/tests/RsCameraDemo/src/com/android/example/rscamera/
FixedAspectSurfaceView.java 54 R.styleable.FixedAspectSurfaceView, 0, 0);
56 R.styleable.FixedAspectSurfaceView_aspectRatio, 1.f));
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
GuidanceStylingRelativeLayout.java 40 R.styleable.LeanbackGuidedStepTheme);
41 mTitleKeylinePercent = ta.getFloat(R.styleable.LeanbackGuidedStepTheme_guidedStepKeyline,
BaseCardView.java 154 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.lbBaseCardView,
158 mCardType = a.getInteger(R.styleable.lbBaseCardView_cardType, CARD_TYPE_MAIN_ONLY);
159 Drawable cardForeground = a.getDrawable(R.styleable.lbBaseCardView_cardForeground);
163 Drawable cardBackground = a.getDrawable(R.styleable.lbBaseCardView_cardBackground);
167 mInfoVisibility = a.getInteger(R.styleable.lbBaseCardView_infoVisibility,
169 mExtraVisibility = a.getInteger(R.styleable.lbBaseCardView_extraVisibility,
177 R.styleable.lbBaseCardView_selectedAnimationDelay,
181 R.styleable.lbBaseCardView_selectedAnimationDuration,
185 a.getInteger(R.styleable.lbBaseCardView_activatedAnimationDuration,
822 TypedArray a = c.obtainStyledAttributes(attrs, R.styleable.lbBaseCardView_Layout)
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ButtonBarLayout.java 49 final TypedArray ta = context.obtainStyledAttributes(attrs, R.styleable.ButtonBarLayout);
50 mAllowStacking = ta.getBoolean(R.styleable.ButtonBarLayout_allowStacking,
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...]
  /packages/apps/Launcher3/src/com/android/launcher3/
BaseContainerView.java 62 R.styleable.BaseContainerView, defStyleAttr, 0);
63 mRevealDrawable = a.getDrawable(R.styleable.BaseContainerView_revealBackground);
InsettableFrameLayout.java 72 R.styleable.InsettableFrameLayout_Layout);
74 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...]
  /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/preference/
PreferenceFragment.java 170 com.android.internal.R.styleable.PreferenceFragment,
174 mLayoutResId = a.getResourceId(com.android.internal.R.styleable.PreferenceFragment_layout,
187 com.android.internal.R.styleable.PreferenceFragment,
194 a.getDrawable(com.android.internal.R.styleable.PreferenceFragment_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/printservice/
PrintServiceInfo.java 142 com.android.internal.R.styleable.PrintService);
145 com.android.internal.R.styleable.PrintService_settingsActivity);
148 com.android.internal.R.styleable.PrintService_addPrintersActivity);
151 .R.styleable.PrintService_advancedPrintOptionsActivity);

Completed in 466 milliseconds

1 2 3 4 5 6 7 8 91011>>