Searched refs:textViews (Results 1 – 3 of 3) sorted by relevance
35 ArrayList<TextView> textViews = new ArrayList<TextView>(); field in ViewLayerInvalidationActivity84 for (TextView tv : textViews) {151 textViews.add((TextView) view); in collectTextViews()
82 int textViews = 0; in onMeasure() local90 textViews++; in onMeasure()105 if (textViews != mMeasureOrderTextViews.size() in onMeasure()120 rebuildMeasureOrder(textViews, otherViews); in onMeasure()
523 final List<TextView> textViews = new ArrayList<>(); in applyTextViewStyle() local527 textViews.add((TextView) view); in applyTextViewStyle()534 final int size = textViews.size(); in applyTextViewStyle()536 applyMovementMethodIfNeed(textViews.get(i)); in applyTextViewStyle()