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

  /frameworks/base/core/java/android/widget/
DatePicker.java 592 final TypedArray attributesArray = context.obtainStyledAttributes(attrs,
594 boolean spinnersShown = attributesArray.getBoolean(R.styleable.DatePicker_spinnersShown,
596 boolean calendarViewShown = attributesArray.getBoolean(
598 int startYear = attributesArray.getInt(R.styleable.DatePicker_startYear,
600 int endYear = attributesArray.getInt(R.styleable.DatePicker_endYear, DEFAULT_END_YEAR);
601 String minDate = attributesArray.getString(R.styleable.DatePicker_minDate);
602 String maxDate = attributesArray.getString(R.styleable.DatePicker_maxDate);
603 int layoutResourceId = attributesArray.getResourceId(
605 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 215 TypedArray attributesArray = context.obtainStyledAttributes(attrs,
218 mInitialActivityCount = attributesArray.getInt(
222 Drawable expandActivityOverflowButtonDrawable = attributesArray.getDrawable(
225 attributesArray.recycle();
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 550 milliseconds