Searched refs:TAG_SPAN (Results 1 – 2 of 2) sorted by relevance
59 private static final int TAG_SPAN = 0x2000002; field in DessertCaseView323 final float s = (Integer) v.getTag(TAG_SPAN); in fillFreeList()378 v.setTag(TAG_SPAN, scale);458 final int scale = (Integer) v.getTag(TAG_SPAN);
83 public static final String TAG_SPAN = "span"; field in TtmlUtils508 tag.equals(TtmlUtils.TAG_P) || tag.equals(TtmlUtils.TAG_SPAN) || in isSupportedTag()