Home
last modified time | relevance | path

Searched refs:FIRST_SPAN (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/text/
DTextUtils.java576 public static final int FIRST_SPAN = ALIGNMENT_SPAN; field in TextUtils
654 if (spanTypeId < FIRST_SPAN || spanTypeId > LAST_SPAN) { in writeToParcel()