/frameworks/base/tools/aapt2/java/ |
JavaClassGenerator_test.cpp | 58 "android:styleable/hey.dude", ResourceId(0x01030000), 242 .AddValue("android:styleable/foo", ResourceId(0x01030000), 302 Styleable styleable; local 303 styleable.entries.push_back( 305 styleable.SetComment(StringPiece("This is a styleable")); 311 .AddValue("android:styleable/Container", 312 std::unique_ptr<Styleable>(styleable.Clone(nullptr)) [all...] |
/frameworks/support/design/src/android/support/design/widget/ |
BottomSheetBehavior.java | 182 R.styleable.BottomSheetBehavior_Layout); 183 TypedValue value = a.peekValue(R.styleable.BottomSheetBehavior_Layout_behavior_peekHeight); 188 R.styleable.BottomSheetBehavior_Layout_behavior_peekHeight, PEEK_HEIGHT_AUTO)); 190 setHideable(a.getBoolean(R.styleable.BottomSheetBehavior_Layout_behavior_hideable, false)); 191 setSkipCollapsed(a.getBoolean(R.styleable.BottomSheetBehavior_Layout_behavior_skipCollapsed, 436 * @attr ref android.support.design.R.styleable#BottomSheetBehavior_Layout_behavior_peekHeight 464 * @attr ref android.support.design.R.styleable#BottomSheetBehavior_Layout_behavior_peekHeight 474 * @attr ref android.support.design.R.styleable#BottomSheetBehavior_Layout_behavior_hideable 484 * @attr ref android.support.design.R.styleable#BottomSheetBehavior_Layout_behavior_hideable 495 * @attr ref android.support.design.R.styleable#BottomSheetBehavior_Layout_behavior_skipCollapse [all...] |
/frameworks/support/v14/preference/src/android/support/v14/preference/ |
PreferenceFragment.java | 255 R.styleable.PreferenceFragment, 261 mLayoutResId = a.getResourceId(R.styleable.PreferenceFragment_android_layout, mLayoutResId); 263 final Drawable divider = a.getDrawable(R.styleable.PreferenceFragment_android_divider); 265 R.styleable.PreferenceFragment_android_dividerHeight, -1); 267 R.styleable.PreferenceFragment_allowDividerAfterLastItem, true); 317 * @attr ref R.styleable#PreferenceFragment_android_divider 328 * @attr ref R.styleable#PreferenceFragment_android_dividerHeight [all...] |
/frameworks/support/v7/preference/src/android/support/v7/preference/ |
PreferenceFragmentCompat.java | 244 R.styleable.PreferenceFragmentCompat, 248 mLayoutResId = a.getResourceId(R.styleable.PreferenceFragmentCompat_android_layout, 252 R.styleable.PreferenceFragmentCompat_android_divider); 254 R.styleable.PreferenceFragmentCompat_android_dividerHeight, -1); 256 R.styleable.PreferenceFragmentCompat_allowDividerAfterLastItem, true); 306 * @attr ref R.styleable#PreferenceFragmentCompat_android_divider 317 * @attr ref R.styleable#PreferenceFragmentCompat_android_dividerHeight [all...] |
/frameworks/base/core/java/android/widget/ |
LinearLayout.java | 60 * <p>Set {@link android.R.styleable#LinearLayout_orientation android:orientation} to specify 64 * {@link android.R.styleable#LinearLayout_gravity android:gravity}. For example, the 69 * {@link android.R.styleable#LinearLayout_Layout_layout_weight android:layout_weight} 80 * @attr ref android.R.styleable#LinearLayout_baselineAligned 81 * @attr ref android.R.styleable#LinearLayout_baselineAlignedChildIndex 82 * @attr ref android.R.styleable#LinearLayout_gravity 83 * @attr ref android.R.styleable#LinearLayout_measureWithLargestChild 84 * @attr ref android.R.styleable#LinearLayout_orientation 85 * @attr ref android.R.styleable#LinearLayout_weightSum 237 attrs, com.android.internal.R.styleable.LinearLayout, defStyleAttr, defStyleRes) [all...] |
TimePickerClockDelegate.java | 135 R.styleable.TimePicker, defStyleAttr, defStyleRes); 143 final int layoutResourceId = a.getResourceId(R.styleable.TimePicker_internalLayout, 188 R.styleable.TimePicker_headerTimeTextAppearance, 0); 198 headerTextColor = a.getColorStateList(R.styleable.TimePicker_headerTextColor); 212 if (a.hasValueOrEmpty(R.styleable.TimePicker_headerBackground)) { 214 R.styleable.TimePicker_headerBackground)); 216 R.styleable.TimePicker_headerBackground)); [all...] |
NumberPicker.java | 608 attrs, R.styleable.NumberPicker, defStyleAttr, defStyleRes); 610 R.styleable.NumberPicker_internalLayout, DEFAULT_LAYOUT_RESOURCE_ID); 615 R.styleable.NumberPicker_hideWheelUntilFocused, false); 617 mSolidColor = attributesArray.getColor(R.styleable.NumberPicker_solidColor, 0); 620 R.styleable.NumberPicker_selectionDivider); 634 R.styleable.NumberPicker_selectionDividerHeight, defSelectionDividerHeight); 640 R.styleable.NumberPicker_selectionDividersDistance, defSelectionDividerDistance); 643 R.styleable.NumberPicker_internalMinHeight, SIZE_UNSPECIFIED); 646 R.styleable.NumberPicker_internalMaxHeight, SIZE_UNSPECIFIED); 653 R.styleable.NumberPicker_internalMinWidth, SIZE_UNSPECIFIED) [all...] |
TimePicker.java | 53 * @attr ref android.R.styleable#TimePicker_timePickerMode 123 attrs, R.styleable.TimePicker, defStyleAttr, defStyleRes); 124 final boolean isDialogMode = a.getBoolean(R.styleable.TimePicker_dialogMode, false); 125 final int requestedMode = a.getInt(R.styleable.TimePicker_timePickerMode, MODE_SPINNER); 158 * @attr ref android.R.styleable#TimePicker_timePickerMode
|
CalendarView.java | 54 * @attr ref android.R.styleable#CalendarView_showWeekNumber 55 * @attr ref android.R.styleable#CalendarView_firstDayOfWeek 56 * @attr ref android.R.styleable#CalendarView_minDate 57 * @attr ref android.R.styleable#CalendarView_maxDate 58 * @attr ref android.R.styleable#CalendarView_shownWeekCount 59 * @attr ref android.R.styleable#CalendarView_selectedWeekBackgroundColor 60 * @attr ref android.R.styleable#CalendarView_focusedMonthDateColor 61 * @attr ref android.R.styleable#CalendarView_unfocusedMonthDateColor 62 * @attr ref android.R.styleable#CalendarView_weekNumberColor 63 * @attr ref android.R.styleable#CalendarView_weekSeparatorLineColo [all...] |
QuickContactBadge.java | 94 TypedArray styledAttributes = mContext.obtainStyledAttributes(R.styleable.Theme); 96 com.android.internal.R.styleable.Theme_quickContactBadgeOverlay);
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/ |
PointerTracker.java | 68 R.styleable.MainKeyboardView_keySelectionByDraggingFinger, false); 70 R.styleable.MainKeyboardView_touchNoiseThresholdTime, 0); 72 R.styleable.MainKeyboardView_touchNoiseThresholdDistance, 0); 74 R.styleable.MainKeyboardView_suppressKeyPreviewAfterBatchInputDuration, 0); 76 R.styleable.MainKeyboardView_keyRepeatStartTimeout, 0); 78 R.styleable.MainKeyboardView_keyRepeatInterval, 0); 80 R.styleable.MainKeyboardView_longPressShiftLockTimeout, 0); [all...] |
/frameworks/base/core/java/android/app/ |
Fragment.java | [all...] |
ActionBar.java | 52 * custom theme with the {@link android.R.styleable#Theme_windowActionBar windowActionBar} property. 59 * {@link android.R.styleable#Theme_windowActionBar windowActionBar} attribute to <code>false</code> [all...] |
/cts/tests/tests/content/src/android/content/cts/ |
ContextTest.java | 222 .obtainStyledAttributes(android.R.styleable.View); 230 android.R.styleable.TextAppearance); 251 int[] attrs = android.R.styleable.DatePicker;
|
/developers/build/prebuilts/gradle/BatchStepSensor/Application/src/main/java/com/example/android/batchstepsensor/cardstream/ |
CardStreamLinearLayout.java | 401 R.styleable.CardStream, defStyle, 0); 404 int speedType = a.getInt(R.styleable.CardStream_animationDuration, 1001); 417 String animatorName = a.getString(R.styleable.CardStream_animators);
|
/development/samples/browseable/BatchStepSensor/src/com.example.android.batchstepsensor/cardstream/ |
CardStreamLinearLayout.java | 401 R.styleable.CardStream, defStyle, 0); 404 int speedType = a.getInt(R.styleable.CardStream_animationDuration, 1001); 417 String animatorName = a.getString(R.styleable.CardStream_animators);
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
DatePicker.java | 174 com.android.internal.R.styleable.DatePicker); 177 a.getInt(com.android.internal.R.styleable.DatePicker_startYear, DEFAULT_START_YEAR); 179 a.getInt(com.android.internal.R.styleable.DatePicker_endYear, DEFAULT_END_YEAR);
|
/frameworks/base/tools/aapt2/link/ |
TableMerger_test.cpp | 59 "com.app.a:styleable/view", 80 EXPECT_TRUE(final_table.FindResource(test::ParseNameOrDie("com.app.a:styleable/view"))); 306 .AddValue("com.app.a:styleable/Foo", 322 .AddValue("com.app.a:styleable/Foo", test::StyleableBuilder() 343 Styleable* styleable = test::GetValue<Styleable>(&final_table, "com.app.a:styleable/Foo"); local 344 ASSERT_THAT(styleable, NotNull()); 351 EXPECT_THAT(styleable->entries, UnorderedElementsAreArray(expected_refs)) [all...] |
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/ |
FrameLayoutWithShadows.java | 163 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.FrameLayoutWithShadows); 166 R.styleable.FrameLayoutWithShadows_defaultShadow, 0)); 168 R.styleable.FrameLayoutWithShadows_drawableBottom, 0));
|
/frameworks/base/core/java/android/view/ |
View.java | 594 * a single tag using the {@link android.R.styleable#View_tag android:tag} 615 * the {@link android.R.styleable#View_theme android:theme} attribute in layout 620 * When the {@link android.R.styleable#View_theme android:theme} attribute is 629 * {@link android.R.styleable#Theme_colorAccent android:colorAccent} defined on 697 * @attr ref android.R.styleable#View_alpha 698 * @attr ref android.R.styleable#View_background 699 * @attr ref android.R.styleable#View_clickable 700 * @attr ref android.R.styleable#View_contentDescription 701 * @attr ref android.R.styleable#View_drawingCacheQuality 702 * @attr ref android.R.styleable#View_duplicateParentStat [all...] |
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/ |
R.java | 147 public static final class styleable { class in class:R
|
/frameworks/base/tools/aapt2/proto/ |
TableProtoDeserializer.cpp | 266 const pb::Styleable& pb_styleable = pb_compound_value.styleable(); 267 std::unique_ptr<Styleable> styleable = util::make_unique<Styleable>(); local 272 styleable->entries.push_back(std::move(attr_ref)); 274 value = std::move(styleable);
|
/frameworks/base/core/java/com/android/internal/widget/ |
AbsActionBarView.java | 91 TypedArray a = getContext().obtainStyledAttributes(null, R.styleable.ActionBar, 93 setContentHeight(a.getLayoutDimension(R.styleable.ActionBar_height, 0));
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
CarrierText.java | 93 attrs, R.styleable.CarrierText, 0, 0); 95 useAllCaps = a.getBoolean(R.styleable.CarrierText_allCaps, false);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
BatteryMeterView.java | 95 TypedArray atts = context.obtainStyledAttributes(attrs, R.styleable.BatteryMeterView, 97 final int frameColor = atts.getColor(R.styleable.BatteryMeterView_frameColor,
|