Searched defs:stub (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/view/
H A DViewStub.java42 * <ViewStub android:id="@+id/stub"
49 * The ViewStub thus defined can be found using the id "stub." After inflation of
58 * ViewStub stub = (ViewStub) findViewById(R.id.stub);
59 * View inflated = stub.inflate();
288 * @param stub The ViewStub that initiated the inflation.
291 void onInflate(ViewStub stub, View inflated); argument
/frameworks/base/tools/aidl/
H A Daidl.cpp314 // for interfaces, also add the stub and proxy types, we don't
321 Type* stub = new Type(c->package ? c->package : "", local
324 NAMES.Add(stub);
H A Dgenerate_java.cpp64 this->comment = "/** Local-side IPC implementation stub class. */";
80 ctor->comment = "/** Construct the stub at attach it to the "
354 // == the stub method ====================================================
559 generate_interface_descriptors(StubClass* stub, ProxyClass* proxy) argument
563 c->statements->Add(new MethodCall(stub->transact_reply, "writeString",
566 stub->transact_switch->cases.push_back(c);
593 // the stub inner class
594 StubClass* stub = new StubClass( local
597 interface->elements.push_back(stub);
604 stub
[all...]

Completed in 190 milliseconds