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

  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
AppCompatTextViewAutoSizeHelper.java 74 // Ported from TextView#VERY_WIDE. Represents a maximum width in pixels the TextView takes when
76 private static final int VERY_WIDE = 1024 * 1024;
559 ? VERY_WIDE
    [all...]
  /frameworks/base/core/java/android/widget/
TextView.java 374 static final int VERY_WIDE = 1024 * 1024; // XXX should be much larger
    [all...]
Editor.java     [all...]

Completed in 115 milliseconds