/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
D | DrawableWrapperTest.java | 45 MyWrapper wrapper = new MyWrapper(d); in testConstructor() local 46 assertSame(d, wrapper.getDrawable()); in testConstructor() 54 MyWrapper wrapper = new MyWrapper(d); in testGetDrawable() local 55 assertSame(d, wrapper.getDrawable()); in testGetDrawable() 61 MyWrapper wrapper = new MyWrapper(null); in testSetDrawable() local 62 assertSame(null, wrapper.getDrawable()); in testSetDrawable() 64 wrapper.setDrawable(d); in testSetDrawable() 65 assertSame(d, wrapper.getDrawable()); in testSetDrawable() 70 MyWrapper wrapper = new MyWrapper(new BitmapDrawable()); in testInvalidateDrawable() local 73 wrapper.setCallback(cb); in testInvalidateDrawable() [all …]
|
/cts/tests/tests/view/src/android/view/inputmethod/cts/ |
D | InputConnectionWrapperTest.java | 36 InputConnectionWrapper wrapper = new InputConnectionWrapper(null, true); in testInputConnectionWrapper() local 38 wrapper.beginBatchEdit(); in testInputConnectionWrapper() 43 wrapper.setTarget(inputConnection); in testInputConnectionWrapper() 45 wrapper.beginBatchEdit(); in testInputConnectionWrapper() 47 wrapper.clearMetaKeyStates(KeyEvent.META_ALT_ON); in testInputConnectionWrapper() 49 wrapper.commitCompletion(new CompletionInfo(1, 1, "testText")); in testInputConnectionWrapper() 51 wrapper.commitCorrection(new CorrectionInfo(0, "oldText", "newText")); in testInputConnectionWrapper() 53 wrapper.commitText("Text", 1); in testInputConnectionWrapper() 55 wrapper.deleteSurroundingText(10, 100); in testInputConnectionWrapper() 57 wrapper.endBatchEdit(); in testInputConnectionWrapper() [all …]
|
/cts/tests/tests/speech/src/android/speech/tts/cts/ |
D | TextToSpeechWrapper.java | 91 TextToSpeechWrapper wrapper = new TextToSpeechWrapper(context); in createTextToSpeechWrapper() local 92 if (wrapper.initTts()) { in createTextToSpeechWrapper() 93 return wrapper; in createTextToSpeechWrapper() 101 TextToSpeechWrapper wrapper = new TextToSpeechWrapper(context); in createTextToSpeechMockWrapper() local 102 if (wrapper.initTts(MOCK_TTS_ENGINE)) { in createTextToSpeechMockWrapper() 103 return wrapper; in createTextToSpeechMockWrapper()
|
/cts/tests/tests/media/src/android/media/cts/ |
D | PresentationSyncTest.java | 264 ChoreographedWrapper wrapper = new ChoreographedWrapper(obj, output, frameDelay); in runTest() local 265 Thread th = new Thread(wrapper, "sync test"); in runTest() 268 if (wrapper.mThrowable != null) { in runTest() 269 throw wrapper.mThrowable; in runTest()
|
D | EncodeVirtualDisplayTest.java | 155 EncodeVirtualWrapper wrapper = new EncodeVirtualWrapper(obj); in runTest() local 156 Thread th = new Thread(wrapper, "codec test"); in runTest() 159 if (wrapper.mThrowable != null) { in runTest() 160 throw wrapper.mThrowable; in runTest()
|
D | EncodeDecodeTest.java | 196 BufferToSurfaceWrapper wrapper = new BufferToSurfaceWrapper(obj); in runTest() local 197 Thread th = new Thread(wrapper, "codec test"); in runTest() 200 if (wrapper.mThrowable != null) { in runTest() 201 throw wrapper.mThrowable; in runTest() 315 SurfaceToSurfaceWrapper wrapper = in runTest() local 317 Thread th = new Thread(wrapper, "codec test"); in runTest() 320 if (wrapper.mThrowable != null) { in runTest() 321 throw wrapper.mThrowable; in runTest()
|
D | DecodeEditEncodeTest.java | 128 VideoEditWrapper wrapper = new VideoEditWrapper(obj); in runTest() local 129 Thread th = new Thread(wrapper, "codec test"); in runTest() 132 if (wrapper.mThrowable != null) { in runTest() 133 throw wrapper.mThrowable; in runTest()
|
D | ExtractDecodeEditEncodeMuxTest.java | 178 TestWrapper wrapper = new TestWrapper(test); in runTest() local 179 Thread th = new Thread(wrapper, "codec test"); in runTest() 182 if (wrapper.mThrowable != null) { in runTest() 183 throw wrapper.mThrowable; in runTest()
|
/cts/tests/tests/content/src/android/content/cts/ |
D | AsyncQueryHandlerTest.java | 263 MockAsyncQueryHandler wrapper = new MockAsyncQueryHandler(mResolver); in testCreateHandler() local 264 Handler result = wrapper.createHandler(Looper.getMainLooper()); in testCreateHandler() 269 wrapper.createHandler(null); in testCreateHandler()
|
/cts/suite/cts/deviceTests/browserbench/assets/octane/css/ |
D | docs.css | 367 .popover-well .popover-wrapper { 374 .popover-well .popover-menu-wrapper { 770 .popover-well .popover-wrapper {
|