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.java8533 final int[] predefinedSizes = new int[] {400, 0, 10, 40, 10, 10, 0, 0};
8535 predefinedSizes, TypedValue.COMPLEX_UNIT_PX));
8545 final int[] predefinedSizes = null;
8547 predefinedSizes, TypedValue.COMPLEX_UNIT_PX));
8564 final int[] predefinedSizes = new int[0]; in testAutoSizeUniform_predefinedSizesEmptyArray() local
8566 predefinedSizes, TypedValue.COMPLEX_UNIT_PX)); in testAutoSizeUniform_predefinedSizesEmptyArray()