Home
last modified time | relevance | path

Searched defs:stub (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/view/
DViewStubTest.java42 final View stub = activity.findViewById(R.id.viewStub); in testStubbed() local
51 final ViewStub stub = (ViewStub) activity.findViewById(R.id.viewStub); in testInflated() local
62 final ViewStub stub = (ViewStub) activity.findViewById(R.id.viewStubWithId); in testInflatedId() local
75 final ViewStub stub = (ViewStub) activity.findViewById(R.id.viewStubWithId); in testInflatedLayoutParams() local
/frameworks/compile/mclinker/lib/LD/
DStubFactory.cpp44 Stub* stub = NULL; in create() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationsQuickSettingsContainer.java98 public void onInflate(ViewStub stub, View inflated) { in onInflate()
/frameworks/base/tools/aidl/
Dgenerate_java_binder.cpp496 generate_interface_descriptors(StubClass* stub, ProxyClass* proxy) in generate_interface_descriptors()
531 StubClass* stub = new StubClass( in generate_binder_interface_class() local
Daidl.cpp337 Type* stub = new Type(c->package ? c->package : "", local
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
DViewStubCompat.java260 void onInflate(ViewStubCompat stub, View inflated); in onInflate()
/frameworks/base/core/java/android/view/
DViewStub.java318 void onInflate(ViewStub stub, View inflated); in onInflate()
/frameworks/av/media/libstagefright/timedtext/test/
DTimedTextSRTSource_test.cpp84 sp<DataSource> stub= new SRTDataSourceStub( in SetUp() local
/frameworks/base/media/java/android/media/session/
DMediaSession.java1147 public final ResultReceiver stub; field in MediaSession.Command
1149 public Command(String command, Bundle extras, ResultReceiver stub) { in Command()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMLDBackend.cpp690 Stub* stub = getStubFactory()->create(*relocation, // relocation in doRelax() local
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonLDBackend.cpp574 Stub* stub = getStubFactory()->create(*relocation, // relocation in doRelax() local
/frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/vo/
DListenerBindingObject.java226 public void onInflate(ViewStub stub, View inflated) { in onInflate()
/frameworks/support/v4/java/android/support/v4/media/session/
DMediaSessionCompat.java1725 public final ResultReceiver stub; field in MediaSessionCompat.MediaSessionImplBase.Command
1727 public Command(String command, Bundle extras, ResultReceiver stub) { in Command()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.cpp636 Stub* stub = getStubFactory()->create( in relaxRelocation() local
/frameworks/support/v7/appcompat/src/android/support/v7/app/
DAppCompatDelegateImplV7.java733 ViewStubCompat stub = (ViewStubCompat) mSubDecor in startSupportActionModeFromWindow() local