HomeSort by relevance Sort by last modified time
    Searched defs:autoSizeValuesLength (Results 1 - 2 of 2) sorted by null

  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
AppCompatTextViewAutoSizeHelper.java 503 int autoSizeValuesLength = (int) Math.ceil(
509 autoSizeValuesLength++;
511 int[] autoSizeTextSizesInPx = new int[autoSizeValuesLength];
513 for (int i = 0; i < autoSizeValuesLength; i++) {
    [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat-nodeps.jar 

Completed in 311 milliseconds