Searched refs:mDisplayedValues (Results 1 – 2 of 2) sorted by relevance
291 private String[] mDisplayedValues; field in NumberPicker1347 if (mDisplayedValues == null) { in tryComputeMaxWidth()1363 final int valueCount = mDisplayedValues.length; in tryComputeMaxWidth()1365 final float textWidth = mSelectorWheelPaint.measureText(mDisplayedValues[i]); in tryComputeMaxWidth()1532 return mDisplayedValues; in getDisplayedValues()1545 if (mDisplayedValues == displayedValues) { in setDisplayedValues()1548 mDisplayedValues = displayedValues; in setDisplayedValues()1549 if (mDisplayedValues != null) { in setDisplayedValues()2008 if (mDisplayedValues != null) { in ensureCachedScrollSelectorValue()2010 scrollSelectorValue = mDisplayedValues[displayedValueIndex]; in ensureCachedScrollSelectorValue()[all …]
82845 Landroid/widget/NumberPicker;->mDisplayedValues:[Ljava/lang/String;