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.java7991 final int[] predefinedSizes = new int[] {400, 0, 10, 40, 10, 10, 0, 0};
7993 predefinedSizes, TypedValue.COMPLEX_UNIT_PX));
8003 final int[] predefinedSizes = null;
8005 predefinedSizes, TypedValue.COMPLEX_UNIT_PX));
8022 final int[] predefinedSizes = new int[0]; in testAutoSizeUniform_predefinedSizesEmptyArray() local
8024 predefinedSizes, TypedValue.COMPLEX_UNIT_PX)); in testAutoSizeUniform_predefinedSizesEmptyArray()