Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DMultiDisplayKeyguardTests.java122 final List<WindowManagerState.WindowState> states = in isKeyguardOnDisplay() local
124 for (WindowManagerState.WindowState ws : states) { in isKeyguardOnDisplay()
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DMockImeSession.java750 public ImeCommand callClearMetaKeyStates(int states) { in callClearMetaKeyStates() argument
752 params.putInt("states", states); in callClearMetaKeyStates()
DMockIme.java221 final int states = command.getExtras().getInt("states"); in onHandleCommand()
222 return getCurrentInputConnection().clearMetaKeyStates(states); in onHandleCommand()
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DDrawableTest.java588 int[] states = new int[] {1, 2, 3}; in testAccessState() local
589 assertFalse(mockDrawable.setState(states)); in testAccessState()
590 assertEquals(states, mockDrawable.getState()); in testAccessState()
/cts/tests/tests/text/src/android/text/style/cts/
DTextAppearanceSpanTest.java57 int[][] states = new int[][] { new int[0], new int[0] }; in setup() local
59 mColorStateList = new ColorStateList(states, colors); in setup()
/cts/tools/release-parser/proto/
Drelease.proto244 // Offset of dex sections that will have different runtime madvise states.
/cts/tests/tests/view/src/android/view/cts/
DViewTest.java2800 int[] states = view.mergeDrawableStatesWrapper(new int[] { 0, 1, 2, 0, 0 }, in testMergeDrawableStates() local
2802 assertNotNull(states); in testMergeDrawableStates()
2803 assertEquals(5, states.length); in testMergeDrawableStates()
2804 assertEquals(0, states[0]); in testMergeDrawableStates()
2805 assertEquals(1, states[1]); in testMergeDrawableStates()
2806 assertEquals(2, states[2]); in testMergeDrawableStates()
2807 assertEquals(3, states[3]); in testMergeDrawableStates()
2808 assertEquals(0, states[4]); in testMergeDrawableStates()