Home
last modified time | relevance | path

Searched refs:gestures (Results 1 – 2 of 2) sorted by relevance

/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DEditorInfoTest.java165 List<Class<? extends HandwritingGesture>> gestures = info.getSupportedHandwritingGestures(); in testSupportedHandwritingGestures() local
166 assertEquals(gestures.size(), 3); in testSupportedHandwritingGestures()
167 assertTrue(gestures.contains(SelectGesture.class)); in testSupportedHandwritingGestures()
168 assertTrue(gestures.contains(DeleteGesture.class)); in testSupportedHandwritingGestures()
169 assertTrue(gestures.contains(InsertGesture.class)); in testSupportedHandwritingGestures()
191 Set<Class<? extends PreviewableHandwritingGesture>> gestures = in testSupportedHandwritingGesturePreviews() local
193 assertEquals(gestures.size(), 2); in testSupportedHandwritingGesturePreviews()
194 assertTrue(gestures.contains(SelectGesture.class)); in testSupportedHandwritingGesturePreviews()
195 assertTrue(gestures.contains(DeleteGesture.class)); in testSupportedHandwritingGesturePreviews()
/cts/tests/tests/widget/src/android/widget/cts/
DTextViewHandwritingGestureTest.java170 List<Class<? extends HandwritingGesture>> gestures = in onCreateInputConnection_reportsSupportedGestures() local
172 assertThat(gestures).containsAtLeast( in onCreateInputConnection_reportsSupportedGestures()
189 Set<Class<? extends PreviewableHandwritingGesture>> gestures = in onCreateInputConnection_reportsSupportedGesturePreviews() local
191 assertThat(gestures).containsAtLeast( in onCreateInputConnection_reportsSupportedGesturePreviews()