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

<<11121314151617181920>>

  /frameworks/base/core/tests/coretests/src/android/widget/
SuggestionsPopupWindowTest.java 266 getActivity().obtainStyledAttributes(com.android.internal.R.styleable.Theme);
268 com.android.internal.R.styleable.Theme_textEditSuggestionHighlightStyle, 0);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationGuts.java 106 context.obtainStyledAttributes(attrs, com.android.internal.R.styleable.Theme, 0, 0);
108 ta.getFloat(com.android.internal.R.styleable.Theme_disabledAlpha, 0.5f);
  /frameworks/base/tools/aapt2/proto/
TableProtoSerializer.cpp 120 void visit(Styleable* styleable) override {
121 pb::Styleable* pbStyleable = getPbCompoundValue()->mutable_styleable();
122 for (Reference& entry : styleable->entries) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
SuggestionStripView.java 176 R.styleable.Keyboard, defStyle, R.style.SuggestionStripView);
177 final Drawable iconVoice = keyboardAttr.getDrawable(R.styleable.Keyboard_iconShortcutKey);
  /frameworks/base/core/java/android/app/
FragmentManager.java 850 com.android.internal.R.styleable.FragmentAnimation);
    [all...]
  /frameworks/base/core/java/android/widget/
SimpleMonthView.java 211 R.styleable.TextAppearance, 0, resId);
213 final String fontFamily = ta.getString(R.styleable.TextAppearance_fontFamily);
219 R.styleable.TextAppearance_textSize, (int) p.getTextSize()));
221 final ColorStateList textColor = ta.getColorStateList(R.styleable.TextAppearance_textColor);
    [all...]
GridView.java 58 * @attr ref android.R.styleable#GridView_horizontalSpacing
59 * @attr ref android.R.styleable#GridView_verticalSpacing
60 * @attr ref android.R.styleable#GridView_stretchMode
61 * @attr ref android.R.styleable#GridView_columnWidth
62 * @attr ref android.R.styleable#GridView_numColumns
63 * @attr ref android.R.styleable#GridView_gravity
137 attrs, R.styleable.GridView, defStyleAttr, defStyleRes);
140 R.styleable.GridView_horizontalSpacing, 0);
144 R.styleable.GridView_verticalSpacing, 0);
147 int index = a.getInt(R.styleable.GridView_stretchMode, STRETCH_COLUMN_WIDTH)
    [all...]
RadialTimePickerView.java 381 R.styleable.TimePicker, defStyleAttr, defStyleRes);
384 R.styleable.TimePicker_numbersTextColor);
386 R.styleable.TimePicker_numbersInnerTextColor);
395 R.styleable.TimePicker_numbersSelectorColor);
414 mPaintBackground.setColor(a.getColor(R.styleable.TimePicker_numbersBackgroundColor,
    [all...]
ListView.java 76 * @attr ref android.R.styleable#ListView_entries
77 * @attr ref android.R.styleable#ListView_divider
78 * @attr ref android.R.styleable#ListView_dividerHeight
79 * @attr ref android.R.styleable#ListView_headerDividersEnabled
80 * @attr ref android.R.styleable#ListView_footerDividersEnabled
161 attrs, R.styleable.ListView, defStyleAttr, defStyleRes);
163 final CharSequence[] entries = a.getTextArray(R.styleable.ListView_entries);
168 final Drawable d = a.getDrawable(R.styleable.ListView_divider);
175 final Drawable osHeader = a.getDrawable(R.styleable.ListView_overScrollHeader);
180 final Drawable osFooter = a.getDrawable(R.styleable.ListView_overScrollFooter)
    [all...]
ListPopupWindow.java 220 final TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.ListPopupWindow,
223 R.styleable.ListPopupWindow_dropDownHorizontalOffset, 0);
225 R.styleable.ListPopupWindow_dropDownVerticalOffset, 0);
    [all...]
  /frameworks/base/docs/html/reference/android/support/wearable/
navtree_data.js 2 [ [ "android.support.wearable", "reference/android/support/wearable/package-summary.html", [ [ "Classes", null, [ [ "R", "reference/android/support/wearable/R.html", null, null ], [ "R.anim", "reference/android/support/wearable/R.anim.html", null, null ], [ "R.animator", "reference/android/support/wearable/R.animator.html", null, null ], [ "R.array", "reference/android/support/wearable/R.array.html", null, null ], [ "R.attr", "reference/android/support/wearable/R.attr.html", null, null ], [ "R.bool", "reference/android/support/wearable/R.bool.html", null, null ], [ "R.color", "reference/android/support/wearable/R.color.html", null, null ], [ "R.dimen", "reference/android/support/wearable/R.dimen.html", null, null ], [ "R.drawable", "reference/android/support/wearable/R.drawable.html", null, null ], [ "R.id", "reference/android/support/wearable/R.id.html", null, null ], [ "R.integer", "reference/android/support/wearable/R.integer.html", null, null ], [ "R.interpolator", "reference/android/support/wearable/R.interpolator.html", null, null ], [ "R.layout", "reference/android/support/wearable/R.layout.html", null, null ], [ "R.string", "reference/android/support/wearable/R.string.html", null, null ], [ "R.style", "reference/android/support/wearable/R.style.html", null, null ], [ "R.styleable", "reference/android/support/wearable/R.styleable.html", null, null ] ]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
NavBarTuner.java 301 android.R.styleable.Preference, android.R.attr.preferenceStyle, 0);
302 mButtonLayout = attrs.getResourceId(android.R.styleable.Preference_layout, 0);
304 android.R.styleable.Preference, android.R.attr.preferenceCategoryStyle, 0);
305 mCategoryLayout = attrs.getResourceId(android.R.styleable.Preference_layout, 0);
  /frameworks/base/services/core/java/com/android/server/am/
ActivityRecord.java     [all...]
  /frameworks/base/core/java/android/transition/
ChangeBounds.java 50 * {@link android.R.styleable#ChangeBounds} along with the other standard
51 * attributes of {@link android.R.styleable#Transition}.</p>
175 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.ChangeBounds);
176 boolean resizeClip = a.getBoolean(R.styleable.ChangeBounds_resizeClip, false);
198 * @attr ref android.R.styleable#ChangeBounds_resizeClip
210 * @attr ref android.R.styleable#ChangeBounds_resizeClip
  /frameworks/base/core/java/com/android/internal/widget/
RotarySelector.java 181 context.obtainStyledAttributes(attrs, R.styleable.RotarySelector);
182 mOrientation = a.getInt(R.styleable.RotarySelector_orientation, HORIZONTAL);
  /frameworks/base/graphics/java/android/graphics/drawable/
Drawable.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
StatusBarWindowView.java 327 TypedArray a = c.obtainStyledAttributes(attrs, R.styleable.StatusBarWindowView_Layout);
329 R.styleable.StatusBarWindowView_Layout_ignoreRightInset, false);
  /frameworks/base/tools/aapt2/flatten/
TableFlattener.cpp 123 void visit(Styleable* styleable) override {
124 for (auto& attrRef : styleable->entries) {
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
Bridge.java 254 // Parse the styleable class first, since it may contribute to attr values.
258 if (inner == com.android.internal.R.styleable.class) {
259 // Already handled the styleable case. Not skipping attr, as there may be attrs
338 sRevRMap.put(ResourceType.STYLEABLE, revRStyleableMap);
339 Class<?> c = com.android.internal.R.styleable.class;
378 // Find the name of the corresponding styleable.
394 sRMap.put(index, Pair.of(ResourceType.STYLEABLE, name));
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
ListRowPresenter.java 622 .obtainStyledAttributes(R.styleable.LeanbackTheme);
624 R.styleable.LeanbackTheme_browseRowsFadingEdgeLength, 0);
  /packages/apps/PhoneCommon/src/com/android/phone/common/dialpad/
DialpadView.java 100 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.Dialpad);
101 mRippleColor = a.getColorStateList(R.styleable.Dialpad_dialpad_key_button_touch_tint);
  /frameworks/base/core/java/android/content/res/
Resources.java     [all...]
  /frameworks/base/core/java/com/android/internal/app/
WindowDecorActionBar.java 227 com.android.internal.R.styleable.ActionBar,
229 if (a.getBoolean(R.styleable.ActionBar_hideOnContentScroll, false)) {
232 final int elevation = a.getDimensionPixelSize(R.styleable.ActionBar_elevation, 0);
    [all...]
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
BrowseFragment.java     [all...]
BrowseSupportFragment.java     [all...]

Completed in 1766 milliseconds

<<11121314151617181920>>