Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DTextViewTest.java7155 final int[] predefinedSizes = new int[] {400, 0, 10, 40, 10, 10, 0, 0};
7157 predefinedSizes, TypedValue.COMPLEX_UNIT_PX));
7167 final int[] predefinedSizes = null;
7169 predefinedSizes, TypedValue.COMPLEX_UNIT_PX));
7186 final int[] predefinedSizes = new int[0]; in testAutoSizeUniform_predefinedSizesEmptyArray() local
7188 predefinedSizes, TypedValue.COMPLEX_UNIT_PX)); in testAutoSizeUniform_predefinedSizesEmptyArray()