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

  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
AppCompatTextHelper.java 195 final int[] autoSizeTextSizesInPx =
197 if (autoSizeTextSizesInPx.length > 0) {
208 autoSizeTextSizesInPx, TypedValue.COMPLEX_UNIT_PX);
AppCompatTextViewAutoSizeHelper.java 523 int[] autoSizeTextSizesInPx = new int[autoSizeValuesLength];
526 autoSizeTextSizesInPx[i] = Math.round(sizeToAdd);
529 mAutoSizeTextSizesInPx = cleanupAutoSizePresetSizes(autoSizeTextSizesInPx);
    [all...]
  /frameworks/base/core/java/android/widget/
TextView.java     [all...]

Completed in 1195 milliseconds