Searched defs:states (Results 1 – 4 of 4) sorted by relevance
/cts/tests/tests/text/src/android/text/style/cts/ |
D | TextAppearanceSpanTest.java | 32 int[][] states = new int[][] { new int[0], new int[0] }; in testConstructor() local 69 int[][] states = new int[][] { new int[0], new int[0] }; in testGetFamily() local 78 int[][] states = new int[][] { new int[0], new int[0] }; in testUpdateMeasureState() local 100 int[][] states = new int[][] { new int[0], new int[0] }; in testGetTextColor() local 118 int[][] states = new int[][] { new int[0], new int[0] }; in testGetTextSize() local 133 int[][] states = new int[][] { new int[0], new int[0] }; in testGetTextStyle() local 142 int[][] states = new int[][] { new int[0], new int[0] }; in testGetLinkTextColor() local 154 int[][] states = new int[][] { new int[0], new int[0] }; in testUpdateDrawState() local
|
/cts/tests/tests/view/src/android/view/inputmethod/cts/ |
D | InputConnectionWrapperTest.java | 120 public boolean clearMetaKeyStates(int states) { in clearMetaKeyStates()
|
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
D | DrawableTest.java | 428 int[] states = new int[] {1, 2, 3}; in testAccessState() local
|
/cts/tests/tests/view/src/android/view/cts/ |
D | ViewTest.java | 2091 int[] states = view.mergeDrawableStatesWrapper(new int[] { 0, 1, 2, 0, 0 }, in testMergeDrawableStates() local
|