Searched refs:tagBase (Results 1 – 1 of 1) sorted by relevance
1020 …final String tagBase = firstViewTag.substring(0, firstViewTag.length() - 1); // don't include the … in findLastMatching() local1021 final int tagSequenceIndex = tagBase.length(); in findLastMatching()1028 if (tag != null && tag.startsWith(tagBase)) { in findLastMatching()