Searched refs:interfaceType (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSystemUI.java42 public <T> T getComponent(Class<T> interfaceType) { argument
43 return (T) (mComponents != null ? mComponents.get(interfaceType) : null);
46 public <T, C extends T> void putComponent(Class<T> interfaceType, C component) { argument
48 mComponents.put(interfaceType, component);
H A DSystemUIApplication.java146 public <T> T getComponent(Class<T> interfaceType) { argument
147 return (T) mComponents.get(interfaceType);
/frameworks/base/tools/aidl/
H A Dgenerate_java_binder.cpp12 StubClass(Type* type, Type* interfaceType);
21 void make_as_interface(Type* interfaceType);
24 StubClass::StubClass(Type* type, Type* interfaceType) argument
32 this->interfaces.push_back(interfaceType);
37 descriptor->value = "\"" + interfaceType->QualifiedName() + "\"";
53 make_as_interface(interfaceType);
94 StubClass::make_as_interface(Type *interfaceType) argument
100 m->comment += interfaceType->QualifiedName();
104 m->returnType = interfaceType;
127 // if (iin != null && iin instanceof <interfaceType>) retur
159 ProxyClass(Type* type, InterfaceType* interfaceType) argument
519 InterfaceType* interfaceType = static_cast<InterfaceType*>( local
[all...]
H A Dgenerate_java_rpc.cpp290 RpcProxyClass(const interface_type* iface, InterfaceType* interfaceType);
301 RpcProxyClass::RpcProxyClass(const interface_type* iface, InterfaceType* interfaceType) argument
307 this->type = interfaceType;
956 InterfaceType* interfaceType = static_cast<InterfaceType*>( local
958 RpcProxyClass* proxy = new RpcProxyClass(iface, interfaceType);
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/reflection/annotation/
H A DAnnotationClass.java96 private DeclaredType findInterface(TypeMirror interfaceType) { argument
99 if (typeUtil.isSameType(interfaceType, typeUtil.erasure(mTypeMirror))) {
106 if (typeUtil.isSameType(interfaceType, typeUtil.erasure(typeMirror))) {
114 L.e("Detected " + interfaceType + " type for " + mTypeMirror +
120 L.e("Found " + interfaceType + " type for " + mTypeMirror +
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/store/
H A DResourceBundle.java715 public void setInterfaceType(String interfaceType) { argument
716 mInterfaceType = interfaceType;
/frameworks/data-binding/compiler/src/main/kotlin/android/databinding/tool/writer/
H A DLayoutBinderWriter.kt97 return "(${interfaceType}) ${variable}"
119 val BindingTarget.interfaceType by Delegates.lazy { target : BindingTarget ->
651 nl("${access} final ${it.interfaceType} ${it.fieldName};")
999 tab("public final ${it.interfaceType} ${it.fieldName};")
1004 tab(", ${it.interfaceType} ${it.constructorParamName}")
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 185 milliseconds