Home | History | Annotate | Download | only in widget

Lines Matching refs:attributesArray

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(
638 mMaxWidth = attributesArray.getDimensionPixelSize(
647 mVirtualButtonPressedDrawable = attributesArray.getDrawable(
650 attributesArray.recycle();