Searched refs:stub (Results 1 – 6 of 6) sorted by relevance
97 ViewStub stub = (ViewStub) findViewById(R.id.test_content_stub); in handleMessage() local101 stub.setLayoutResource(message.arg1); in handleMessage()102 mView = stub.inflate(); in handleMessage()106 stub.setLayoutResource(R.layout.test_content_canvasclientview); in handleMessage()107 mView = stub.inflate(); in handleMessage()112 stub.setLayoutResource(R.layout.test_content_webview); in handleMessage()113 mView = stub.inflate(); in handleMessage()
203 ViewStub stub = new ViewStub(mContext); in testInflateError() local204 assertNull(stub.getParent()); in testInflateError()206 stub.inflate(); in testInflateError()215 public void onInflate(ViewStub stub, View inflated) { in onInflate() argument
22 public void run(TestStubs stub) { in run() argument
224 TestStub stub = (TestStub) test; in checkArgs() local225 assertEquals("Incorrect test arg", "bar", stub.mFoo); in checkArgs()226 assertEquals("Incorrect module arg", "foobar", stub.mBlah); in checkArgs()
49 /* Defines the test function and creates the registration stub. */