Searched refs:getFullClassName (Results 1 - 5 of 5) sorted by relevance
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/ |
H A D | BindingTarget.java | 64 return mBundle.getInterfaceType() == null ? mBundle.getFullClassName() : mBundle.getInterfaceType(); 103 return mBundle.getFullClassName(); 112 mResolvedClass = ModelAnalyzer.getInstance().findClass(mBundle.getFullClassName(), 129 .isUntaggable(mBundle.getFullClassName());
|
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/store/ |
H A D | ResourceBundle.java | 182 L.d("checking %s %s %s", target.getId(), target.getFullClassName(), 203 target.getFullClassName()); 204 viewTypes.put(target.mId, target.getFullClassName()); 208 } else if (!existingType.equals(target.getFullClassName())) { 263 target.getFullClassName(), viewType.getValue()); 820 public String getFullClassName() { method in class:ResourceBundle.BindingTargetBundle
|
/frameworks/base/core/java/com/android/internal/widget/ |
H A D | RecyclerView.java | 619 className = getFullClassName(context, className); 667 private String getFullClassName(Context context, String className) { method in class:RecyclerView
|
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/ |
H A D | RecyclerView.java | 735 className = getFullClassName(context, className); 783 private String getFullClassName(Context context, String className) { method in class:RecyclerView
|
/frameworks/data-binding/prebuilds/1.0-rc0/ |
H A D | databinding-studio-bundle.jar | META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ... |
Completed in 111 milliseconds