Searched refs:customView (Results 1 – 3 of 3) sorted by relevance
/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/ |
D | CustomViewActivityTest.java | 123 CustomViewActivity.setCustomViewDelegate((customView, structure) -> { in testVirtualView_wrongWay() argument 125 final AutofillId customViewId = customView.getAutofillId(); in testVirtualView_wrongWay() 127 final ContentCaptureSession session = customView.getContentCaptureSession(); in testVirtualView_wrongWay() 194 final CountDownLatch asyncLatch = setAsyncDelegate((customView, structure) -> { in testVirtualView_oneLevel() 196 final AutofillId customViewId = customView.getAutofillId(); in testVirtualView_oneLevel() 198 final ContentCaptureSession session = customView.getContentCaptureSession(); in testVirtualView_oneLevel() 261 final CountDownLatch asyncLatch = setAsyncDelegate((customView, structure) -> { in testVirtualView_multipleLevels() 263 final AutofillId customViewId = customView.getAutofillId(); in testVirtualView_multipleLevels() 265 final ContentCaptureSession session = customView.getContentCaptureSession(); in testVirtualView_multipleLevels() 378 final CountDownLatch asyncLatch = setAsyncDelegate((customView, structure) -> { in testVirtualView_batchDisappear() [all …]
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | RemoteViewsTest.java | 744 MyRemotableView customView = (MyRemotableView) mResult.findViewById(R.id.remoteView_custom); in testSetByte() local 745 assertEquals(0, customView.getByteField()); in testSetByte() 750 assertEquals(b, customView.getByteField()); in testSetByte() 759 MyRemotableView customView = (MyRemotableView) mResult.findViewById(R.id.remoteView_custom); in testSetChar() local 760 assertEquals('\u0000', customView.getCharField()); in testSetChar() 764 assertEquals('q', customView.getCharField()); in testSetChar() 773 MyRemotableView customView = (MyRemotableView) mResult.findViewById(R.id.remoteView_custom); in testSetDouble() local 774 assertEquals(0.0, customView.getDoubleField(), 0.0f); in testSetDouble() 778 assertEquals(0.5, customView.getDoubleField(), 0.001f); in testSetDouble() 787 MyRemotableView customView = (MyRemotableView) mResult.findViewById(R.id.remoteView_custom); in testSetShort() local [all …]
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/ |
D | DialogTestListActivity.java | 162 View customView = test.getCustomView(); in showManualTestDialog() local 163 if (customView != null) { in showManualTestDialog() 164 dialogBuilder.setView(customView); in showManualTestDialog()
|