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()
76 int textViews = 0; in onMeasure() local83 textViews++; in onMeasure()95 if (textViews != mMeasureOrderTextViews.size() in onMeasure()110 rebuildMeasureOrder(textViews, otherViews); in onMeasure()
514 final List<TextView> textViews = new ArrayList<>(); in applyTextViewStyle() local518 textViews.add((TextView) view); in applyTextViewStyle()525 final int size = textViews.size(); in applyTextViewStyle()527 applyMovementMethodIfNeed(textViews.get(i)); in applyTextViewStyle()