Home
last modified time | relevance | path

Searched refs:textViews (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DViewLayerInvalidationActivity.java35 ArrayList<TextView> textViews = new ArrayList<TextView>(); field in ViewLayerInvalidationActivity
84 for (TextView tv : textViews) {
151 textViews.add((TextView) view); in collectTextViews()
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DNotificationActionListLayout.java85 int textViews = 0; in countAndRebuildMeasureOrder() local
93 textViews++; in countAndRebuildMeasureOrder()
108 if (textViews != mMeasureOrderTextViews.size() in countAndRebuildMeasureOrder()
123 rebuildMeasureOrder(textViews, otherViews); in countAndRebuildMeasureOrder()
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
H A DSaveUi.java531 final List<TextView> textViews = new ArrayList<>(); in applyTextViewStyle() local
535 textViews.add((TextView) view); in applyTextViewStyle()
542 final int size = textViews.size(); in applyTextViewStyle()
544 applyMovementMethodIfNeed(textViews.get(i)); in applyTextViewStyle()