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

  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/picker/
DatePicker.java 79 final TypedArray attributesArray = context.obtainStyledAttributes(attrs,
81 String minDate = attributesArray.getString(R.styleable.lbDatePicker_android_minDate);
82 String maxDate = attributesArray.getString(R.styleable.lbDatePicker_android_maxDate);
103 String datePickerFormat = attributesArray
TimePicker.java 107 final TypedArray attributesArray = context.obtainStyledAttributes(attrs,
109 mIs24hFormat = attributesArray.getBoolean(R.styleable.lbTimePicker_is24HourFormat,
111 boolean useCurrentTime = attributesArray.getBoolean(R.styleable.lbTimePicker_useCurrentTime,
  /frameworks/base/core/java/android/widget/
DatePickerSpinnerDelegate.java 101 final TypedArray attributesArray = context.obtainStyledAttributes(attrs,
103 boolean spinnersShown = attributesArray.getBoolean(com.android.internal.R.styleable.DatePicker_spinnersShown,
105 boolean calendarViewShown = attributesArray.getBoolean(
107 int startYear = attributesArray.getInt(com.android.internal.R.styleable.DatePicker_startYear,
109 int endYear = attributesArray.getInt(com.android.internal.R.styleable.DatePicker_endYear, DEFAULT_END_YEAR);
110 String minDate = attributesArray.getString(com.android.internal.R.styleable.DatePicker_minDate);
111 String maxDate = attributesArray.getString(com.android.internal.R.styleable.DatePicker_maxDate);
112 int layoutResourceId = attributesArray.getResourceId(
114 attributesArray.recycle();
NumberPicker.java 607 final TypedArray attributesArray = context.obtainStyledAttributes(
609 final int layoutResId = attributesArray.getResourceId(
614 mHideWheelUntilFocused = attributesArray.getBoolean(
617 mSolidColor = attributesArray.getColor(R.styleable.NumberPicker_solidColor, 0);
619 final Drawable selectionDivider = attributesArray.getDrawable(
633 mSelectionDividerHeight = attributesArray.getDimensionPixelSize(
639 mSelectionDividersDistance = attributesArray.getDimensionPixelSize(
642 mMinHeight = attributesArray.getDimensionPixelSize(
645 mMaxHeight = attributesArray.getDimensionPixelSize(
652 mMinWidth = attributesArray.getDimensionPixelSize
    [all...]
ActivityChooserView.java 232 TypedArray attributesArray = context.obtainStyledAttributes(attrs,
235 mInitialActivityCount = attributesArray.getInt(
239 Drawable expandActivityOverflowButtonDrawable = attributesArray.getDrawable(
242 attributesArray.recycle();
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ActivityChooserView.java 221 TypedArray attributesArray = context.obtainStyledAttributes(attrs,
224 mInitialActivityCount = attributesArray.getInt(
228 Drawable expandActivityOverflowButtonDrawable = attributesArray.getDrawable(
231 attributesArray.recycle();
  /packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
AvrcpHelperClasses.java 190 public ItemAttrRsp(byte status, int[] attributesIds, String[] attributesArray) {
194 mAttributesArray = attributesArray;
Avrcp.java     [all...]
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_avrcp.cpp 53 jobjectArray attributesArray, int item_idx,
    [all...]
  /prebuilts/tools/common/m2/repository/com/sun/xml/fastinfoset/FastInfoset/1.2.13/
FastInfoset-1.2.13.jar 
  /prebuilts/sdk/current/support/v17/leanback/libs/
android-support-v17-leanback.jar 
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat-nodeps.jar 

Completed in 199 milliseconds