HomeSort by relevance Sort by last modified time
    Searched refs:attributesArray (Results 1 - 6 of 6) sorted by null

  /frameworks/base/core/java/android/widget/
CalendarView.java 854 TypedArray attributesArray = context.obtainStyledAttributes(attrs,
856 mShowWeekNumber = attributesArray.getBoolean(R.styleable.CalendarView_showWeekNumber,
858 mFirstDayOfWeek = attributesArray.getInt(R.styleable.CalendarView_firstDayOfWeek,
860 String minDate = attributesArray.getString(R.styleable.CalendarView_minDate);
864 String maxDate = attributesArray.getString(R.styleable.CalendarView_maxDate);
871 mShownWeekCount = attributesArray.getInt(R.styleable.CalendarView_shownWeekCount,
873 mSelectedWeekBackgroundColor = attributesArray.getColor(
875 mFocusedMonthDateColor = attributesArray.getColor(
877 mUnfocusedMonthDateColor = attributesArray.getColor(
879 mWeekSeparatorLineColor = attributesArray.getColor
    [all...]
DatePicker.java 576 final TypedArray attributesArray = context.obtainStyledAttributes(attrs,
578 boolean spinnersShown = attributesArray.getBoolean(R.styleable.DatePicker_spinnersShown,
580 boolean calendarViewShown = attributesArray.getBoolean(
582 int startYear = attributesArray.getInt(R.styleable.DatePicker_startYear,
584 int endYear = attributesArray.getInt(R.styleable.DatePicker_endYear, DEFAULT_END_YEAR);
585 String minDate = attributesArray.getString(R.styleable.DatePicker_minDate);
586 String maxDate = attributesArray.getString(R.styleable.DatePicker_maxDate);
587 int layoutResourceId = attributesArray.getResourceId(
589 attributesArray.recycle();
    [all...]
NumberPicker.java 599 final TypedArray attributesArray = context.obtainStyledAttributes(
601 final int layoutResId = attributesArray.getResourceId(
606 mHideWheelUntilFocused = attributesArray.getBoolean(
609 mSolidColor = attributesArray.getColor(R.styleable.NumberPicker_solidColor, 0);
611 mSelectionDivider = attributesArray.getDrawable(R.styleable.NumberPicker_selectionDivider);
616 mSelectionDividerHeight = attributesArray.getDimensionPixelSize(
622 mSelectionDividersDistance = attributesArray.getDimensionPixelSize(
625 mMinHeight = attributesArray.getDimensionPixelSize(
628 mMaxHeight = attributesArray.getDimensionPixelSize(
635 mMinWidth = attributesArray.getDimensionPixelSize
    [all...]
ActivityChooserView.java 229 TypedArray attributesArray = context.obtainStyledAttributes(attrs,
232 mInitialActivityCount = attributesArray.getInt(
236 Drawable expandActivityOverflowButtonDrawable = attributesArray.getDrawable(
239 attributesArray.recycle();
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ActivityChooserView.java 213 TypedArray attributesArray = context.obtainStyledAttributes(attrs,
216 mInitialActivityCount = attributesArray.getInt(
220 Drawable expandActivityOverflowButtonDrawable = attributesArray.getDrawable(
223 attributesArray.recycle();
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 97 milliseconds