/frameworks/base/core/java/android/widget/ |
TextView.java | 168 * XML attribute {@link android.R.styleable#TextView_textIsSelectable 176 * See {@link android.R.styleable#TextView TextView Attributes}, 177 * {@link android.R.styleable#View View Attributes} 179 * @attr ref android.R.styleable#TextView_text 180 * @attr ref android.R.styleable#TextView_bufferType 181 * @attr ref android.R.styleable#TextView_hint 182 * @attr ref android.R.styleable#TextView_textColor 183 * @attr ref android.R.styleable#TextView_textColorHighlight 184 * @attr ref android.R.styleable#TextView_textColorHint 185 * @attr ref android.R.styleable#TextView_textAppearanc [all...] |
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...] |
/developers/build/prebuilts/gradle/HdrViewfinder/Application/src/main/java/com/example/android/hdrviewfinder/ |
FixedAspectSurfaceView.java | 53 R.styleable.FixedAspectSurfaceView, 0, 0); 55 R.styleable.FixedAspectSurfaceView_aspectRatio, 1.f));
|
/developers/samples/android/media/HdrViewfinder/Application/src/main/java/com/example/android/hdrviewfinder/ |
FixedAspectSurfaceView.java | 53 R.styleable.FixedAspectSurfaceView, 0, 0); 55 R.styleable.FixedAspectSurfaceView_aspectRatio, 1.f));
|
/development/apps/Development/src/com/android/development/ |
SyncAdapterDriver.java | 353 com.android.internal.R.styleable.SyncAdapter); 356 sa.getString(com.android.internal.R.styleable.SyncAdapter_contentAuthority); 358 sa.getString(com.android.internal.R.styleable.SyncAdapter_accountType); 363 com.android.internal.R.styleable.SyncAdapter_userVisible, true); 365 com.android.internal.R.styleable.SyncAdapter_supportsUploading, true); 367 com.android.internal.R.styleable.SyncAdapter_isAlwaysSyncable, false); 369 com.android.internal.R.styleable.SyncAdapter_allowParallelSyncs, false); 371 sa.getString(com.android.internal.R.styleable
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
FragmentArguments.java | 77 R.styleable.FragmentArguments); 78 mLabel = a.getText(R.styleable.FragmentArguments_android_label);
|
/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/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/samples/Support4Demos/src/com/example/android/supportv4/app/ |
FragmentArgumentsSupport.java | 79 R.styleable.FragmentArguments); 80 mLabel = a.getText(R.styleable.FragmentArguments_android_label);
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
GuidanceStylingRelativeLayout.java | 40 R.styleable.LeanbackGuidedStepTheme); 41 mTitleKeylinePercent = ta.getFloat(R.styleable.LeanbackGuidedStepTheme_guidedStepKeyline,
|
/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 | 113 * @attr ref android.support.v7.appcompat.R.styleable#Toolbar_buttonGravity 114 * @attr ref android.support.v7.appcompat.R.styleable#Toolbar_collapseContentDescription 115 * @attr ref android.support.v7.appcompat.R.styleable#Toolbar_collapseIcon 116 * @attr ref android.support.v7.appcompat.R.styleable#Toolbar_contentInsetEnd 117 * @attr ref android.support.v7.appcompat.R.styleable#Toolbar_contentInsetLeft 118 * @attr ref android.support.v7.appcompat.R.styleable#Toolbar_contentInsetRight 119 * @attr ref android.support.v7.appcompat.R.styleable#Toolbar_contentInsetStart 120 * @attr ref android.support.v7.appcompat.R.styleable#Toolbar_contentInsetStartWithNavigation 121 * @attr ref android.support.v7.appcompat.R.styleable#Toolbar_contentInsetEndWithActions 122 * @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...] |
/frameworks/support/design/src/android/support/design/widget/ |
FloatingActionButton.java | 157 R.styleable.FloatingActionButton, defStyleAttr, 159 mBackgroundTint = a.getColorStateList(R.styleable.FloatingActionButton_backgroundTint); 161 R.styleable.FloatingActionButton_backgroundTintMode, -1), null); 162 mRippleColor = a.getColor(R.styleable.FloatingActionButton_rippleColor, 0); 163 mSize = a.getInt(R.styleable.FloatingActionButton_fabSize, SIZE_AUTO); 164 mBorderWidth = a.getDimensionPixelSize(R.styleable.FloatingActionButton_borderWidth, 0); 165 final float elevation = a.getDimension(R.styleable.FloatingActionButton_elevation, 0f); 167 R.styleable.FloatingActionButton_pressedTranslationZ, 0f); 168 mCompatPadding = a.getBoolean(R.styleable.FloatingActionButton_useCompatPadding, false); 220 * @attr ref android.support.design.R.styleable#FloatingActionButton_rippleColo [all...] |