Searched refs:firstViewTag (Results 1 – 1 of 1) sorted by relevance
1019 final String firstViewTag = (String) firstView.getTag(); in findLastMatching() local1020 …final String tagBase = firstViewTag.substring(0, firstViewTag.length() - 1); // don't include the … in findLastMatching()1029 if (tag.length() == firstViewTag.length() && tag.charAt(tag.length() - 1) == '0') { in findLastMatching()