Searched refs:CapturedViewProperty (Results 1 – 8 of 8) sorted by relevance
578 @ViewDebug.CapturedViewProperty587 @ViewDebug.CapturedViewProperty617 @ViewDebug.CapturedViewProperty
306 public @interface CapturedViewProperty { annotation in ViewDebug440 private static HashMap<Class<?>, PropertyInfo<CapturedViewProperty, ?>[]>1776 private static PropertyInfo<CapturedViewProperty, ?>[] getCapturedViewProperties(1781 final HashMap<Class<?>, PropertyInfo<CapturedViewProperty, ?>[]> map =1784 PropertyInfo<CapturedViewProperty, ?>[] infos = map.get(klass);1787 CapturedViewProperty.class);1800 for (PropertyInfo<CapturedViewProperty, ?> pi : getCapturedViewProperties(klass)) {
17120 @ViewDebug.CapturedViewProperty19495 @ViewDebug.CapturedViewProperty19554 @ViewDebug.CapturedViewProperty19619 @ViewDebug.CapturedViewProperty19679 @ViewDebug.CapturedViewProperty27724 @ViewDebug.CapturedViewProperty
222 @ViewDebug.CapturedViewProperty(retrieveReturn = true)
197 @ViewDebug.CapturedViewProperty420 @ViewDebug.CapturedViewProperty
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
34034 …public static abstract class ViewDebug.CapturedViewProperty implements java.lang.annotation.Annota…
53551 …java.lang.annotation.ElementType.METHOD}) public static @interface ViewDebug.CapturedViewProperty {