HomeSort by relevance Sort by last modified time
    Searched refs:styleable (Results 401 - 425 of 597) sorted by null

<<11121314151617181920>>

  /frameworks/support/design/src/android/support/design/widget/
Snackbar.java 690 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.SnackbarLayout);
691 mMaxWidth = a.getDimensionPixelSize(R.styleable.SnackbarLayout_android_maxWidth, -1);
693 R.styleable.SnackbarLayout_maxActionInlineWidth, -1);
694 if (a.hasValue(R.styleable.SnackbarLayout_elevation)) {
696 R.styleable.SnackbarLayout_elevation, 0));
    [all...]
  /frameworks/base/core/java/android/widget/
LinearLayout.java 57 * @attr ref android.R.styleable#LinearLayout_baselineAligned
58 * @attr ref android.R.styleable#LinearLayout_baselineAlignedChildIndex
59 * @attr ref android.R.styleable#LinearLayout_gravity
60 * @attr ref android.R.styleable#LinearLayout_measureWithLargestChild
61 * @attr ref android.R.styleable#LinearLayout_orientation
62 * @attr ref android.R.styleable#LinearLayout_weightSum
214 attrs, com.android.internal.R.styleable.LinearLayout, defStyleAttr, defStyleRes);
216 int index = a.getInt(com.android.internal.R.styleable.LinearLayout_orientation, -1);
221 index = a.getInt(com.android.internal.R.styleable.LinearLayout_gravity, -1);
226 boolean baselineAligned = a.getBoolean(R.styleable.LinearLayout_baselineAligned, true)
    [all...]
PopupWindow.java 77 * XML via the {@link android.R.styleable#PopupWindow_popupAnimationStyle popupAnimationStyle}
86 * style XML via the {@link android.R.styleable#PopupWindow_popupEnterTransition popupEnterTransition}
87 * and {@link android.R.styleable#PopupWindow_popupExitTransition popupExitTransition}
91 * @attr ref android.R.styleable#PopupWindow_overlapAnchor
92 * @attr ref android.R.styleable#PopupWindow_popupAnimationStyle
93 * @attr ref android.R.styleable#PopupWindow_popupBackground
94 * @attr ref android.R.styleable#PopupWindow_popupElevation
95 * @attr ref android.R.styleable#PopupWindow_popupEnterTransition
96 * @attr ref android.R.styleable#PopupWindow_popupExitTransition
276 attrs, R.styleable.PopupWindow, defStyleAttr, defStyleRes)
    [all...]
NumberPicker.java 609 attrs, R.styleable.NumberPicker, defStyleAttr, defStyleRes);
611 R.styleable.NumberPicker_internalLayout, DEFAULT_LAYOUT_RESOURCE_ID);
616 R.styleable.NumberPicker_hideWheelUntilFocused, false);
618 mSolidColor = attributesArray.getColor(R.styleable.NumberPicker_solidColor, 0);
621 R.styleable.NumberPicker_selectionDivider);
635 R.styleable.NumberPicker_selectionDividerHeight, defSelectionDividerHeight);
641 R.styleable.NumberPicker_selectionDividersDistance, defSelectionDividerDistance);
644 R.styleable.NumberPicker_internalMinHeight, SIZE_UNSPECIFIED);
647 R.styleable.NumberPicker_internalMaxHeight, SIZE_UNSPECIFIED);
654 R.styleable.NumberPicker_internalMinWidth, SIZE_UNSPECIFIED)
    [all...]
AbsSpinner.java 36 * @attr ref android.R.styleable#AbsSpinner_entries
74 attrs, R.styleable.AbsSpinner, defStyleAttr, defStyleRes);
76 final CharSequence[] entries = a.getTextArray(R.styleable.AbsSpinner_entries);
CalendarView.java 52 * @attr ref android.R.styleable#CalendarView_showWeekNumber
53 * @attr ref android.R.styleable#CalendarView_firstDayOfWeek
54 * @attr ref android.R.styleable#CalendarView_minDate
55 * @attr ref android.R.styleable#CalendarView_maxDate
56 * @attr ref android.R.styleable#CalendarView_shownWeekCount
57 * @attr ref android.R.styleable#CalendarView_selectedWeekBackgroundColor
58 * @attr ref android.R.styleable#CalendarView_focusedMonthDateColor
59 * @attr ref android.R.styleable#CalendarView_unfocusedMonthDateColor
60 * @attr ref android.R.styleable#CalendarView_weekNumberColor
61 * @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);
  /frameworks/support/v7/appcompat/src/android/support/v7/app/
AlertController.java 172 final TypedArray a = context.obtainStyledAttributes(null, R.styleable.AlertDialog,
175 mAlertDialogLayout = a.getResourceId(R.styleable.AlertDialog_android_layout, 0);
176 mButtonPanelSideLayout = a.getResourceId(R.styleable.AlertDialog_buttonPanelSideLayout, 0);
178 mListLayout = a.getResourceId(R.styleable.AlertDialog_listLayout, 0);
179 mMultiChoiceItemLayout = a.getResourceId(R.styleable.AlertDialog_multiChoiceItemLayout, 0);
181 .getResourceId(R.styleable.AlertDialog_singleChoiceItemLayout, 0);
182 mListItemLayout = a.getResourceId(R.styleable.AlertDialog_listItemLayout, 0);
    [all...]
  /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...]
  /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/packages/SettingsLib/src/com/android/settingslib/drawer/
SettingsDrawerActivity.java 88 TypedArray theme = getTheme().obtainStyledAttributes(android.R.styleable.Theme);
89 if (!theme.getBoolean(android.R.styleable.Theme_windowNoTitle, false)) {
101 if (theme.getBoolean(android.R.styleable.Theme_windowNoTitle, false)) {
  /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);
  /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));
  /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 285 const pb::Styleable& pbStyleable = pbCompoundValue.styleable();
286 std::unique_ptr<Styleable> styleable = util::make_unique<Styleable>(); local
291 styleable->entries.push_back(std::move(attrRef));
293 value = std::move(styleable);
  /frameworks/support/v14/preference/src/android/support/v14/preference/
PreferenceFragment.java 254 R.styleable.PreferenceFragment,
260 mLayoutResId = a.getResourceId(R.styleable.PreferenceFragment_android_layout, mLayoutResId);
262 final Drawable divider = a.getDrawable(R.styleable.PreferenceFragment_android_divider);
264 R.styleable.PreferenceFragment_android_dividerHeight, -1);
314 * @attr ref R.styleable#PreferenceFragment_android_divider
325 * @attr ref R.styleable#PreferenceFragment_android_dividerHeight
    [all...]
  /frameworks/support/v7/preference/src/android/support/v7/preference/
PreferenceFragmentCompat.java 243 R.styleable.PreferenceFragmentCompat,
247 mLayoutResId = a.getResourceId(R.styleable.PreferenceFragmentCompat_android_layout,
251 R.styleable.PreferenceFragmentCompat_android_divider);
253 R.styleable.PreferenceFragmentCompat_android_dividerHeight, -1);
302 * @attr ref R.styleable#PreferenceFragmentCompat_android_divider
313 * @attr ref R.styleable#PreferenceFragmentCompat_android_dividerHeight
  /frameworks/base/core/java/com/android/internal/view/menu/
ActionMenuItemView.java 77 com.android.internal.R.styleable.ActionMenuItemView, defStyleAttr, defStyleRes);
79 com.android.internal.R.styleable.ActionMenuItemView_minWidth, 0);
  /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));
SwipeDismissLayout.java 133 com.android.internal.R.styleable.Theme);
135 com.android.internal.R.styleable.Window_windowIsTranslucent);
  /frameworks/base/packages/Keyguard/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/SettingsLib/src/com/android/settingslib/dream/
DreamBackend.java 262 TypedArray sa = res.obtainAttributes(attrs, com.android.internal.R.styleable.Dream);
263 cn = sa.getString(com.android.internal.R.styleable.Dream_settingsActivity);

Completed in 6872 milliseconds

<<11121314151617181920>>