Searched refs:states (Results 1 – 5 of 5) 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 34 ColorStateList csl = new ColorStateList(states, colors); in testConstructor() 69 int[][] states = new int[][] { new int[0], new int[0] }; in testGetFamily() local 71 ColorStateList csl = new ColorStateList(states, colors); in testGetFamily() 78 int[][] states = new int[][] { new int[0], new int[0] }; in testUpdateMeasureState() local 80 ColorStateList csl = new ColorStateList(states, colors); in testUpdateMeasureState() 100 int[][] states = new int[][] { new int[0], new int[0] }; in testGetTextColor() local 102 ColorStateList csl = new ColorStateList(states, colors); in testGetTextColor() 118 int[][] states = new int[][] { new int[0], new int[0] }; in testGetTextSize() local 120 ColorStateList csl = new ColorStateList(states, colors); in testGetTextSize() [all …]
|
/cts/tests/tests/view/src/android/view/inputmethod/cts/ |
D | InputConnectionWrapperTest.java | 120 public boolean clearMetaKeyStates(int states) { in clearMetaKeyStates() argument
|
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
D | DrawableTest.java | 428 int[] states = new int[] {1, 2, 3}; in testAccessState() local 429 assertFalse(mockDrawable.setState(states)); in testAccessState() 430 assertEquals(states, mockDrawable.getState()); in testAccessState()
|
/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
D | earley-boyer.js | 3978 var states; 4503 (states = sc_states_33); 4535 (sc_states_129 = states); 4594 var states; 4597 …)), (enders = (parse[(2)])), (states = (parse[(7)])), (is_parsed = (parse[(8)])), (is_parsed(nt, i… 4601 var states; 4607 …states = (parse[(7)])), (BgL_sc_derivzd2treesza2_132z70 = (parse[(9)])), (BgL_sc_derivzd2treesza2_… 4611 var states; 4616 …states = (parse[(7)])), (BgL_sc_nbzd2derivzd2treesza2_133za2 = (parse[(10)])), (BgL_sc_nbzd2derivz…
|
/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 2093 assertNotNull(states); in testMergeDrawableStates() 2094 assertEquals(5, states.length); in testMergeDrawableStates() 2095 assertEquals(0, states[0]); in testMergeDrawableStates() 2096 assertEquals(1, states[1]); in testMergeDrawableStates() 2097 assertEquals(2, states[2]); in testMergeDrawableStates() 2098 assertEquals(3, states[3]); in testMergeDrawableStates() 2099 assertEquals(0, states[4]); in testMergeDrawableStates()
|