Searched refs:AnyRes (Results 1 – 13 of 13) sorted by relevance
/frameworks/base/core/java/android/content/res/ |
D | ResourceId.java | 18 import android.annotation.AnyRes; 29 public static final @AnyRes int ID_NULL = 0; 38 public static boolean isValid(@AnyRes int id) { in isValid()
|
D | Resources.java | 23 import android.annotation.AnyRes; 1314 public void getValue(@AnyRes int id, TypedValue outValue, boolean resolveRefs) in getValue() 1332 public void getValueForDensity(@AnyRes int id, int density, TypedValue outValue, in getValueForDensity() 1914 public static boolean resourceHasPackage(@AnyRes int resid) { in resourceHasPackage() 1932 public String getResourceName(@AnyRes int resid) throws NotFoundException { in getResourceName() 1948 public String getResourcePackageName(@AnyRes int resid) throws NotFoundException { in getResourcePackageName() 1964 public String getResourceTypeName(@AnyRes int resid) throws NotFoundException { in getResourceTypeName() 1980 public String getResourceEntryName(@AnyRes int resid) throws NotFoundException { in getResourceEntryName() 2129 XmlResourceParser loadXmlResourceParser(@AnyRes int id, @NonNull String type) in loadXmlResourceParser()
|
D | ResourcesImpl.java | 20 import android.annotation.AnyRes; 209 void getValue(@AnyRes int id, TypedValue outValue, boolean resolveRefs) in getValue() 218 void getValueForDensity(@AnyRes int id, int density, TypedValue outValue, in getValueForDensity() 250 String getResourceName(@AnyRes int resid) throws NotFoundException { in getResourceName() 258 String getResourcePackageName(@AnyRes int resid) throws NotFoundException { in getResourcePackageName() 266 String getResourceTypeName(@AnyRes int resid) throws NotFoundException { in getResourceTypeName() 274 String getResourceEntryName(@AnyRes int resid) throws NotFoundException { in getResourceEntryName() 720 @Config int allowVarying, @AnyRes int resourceId, @Nullable String name) { in verifyPreloadConfig() 1128 XmlResourceParser loadXmlResourceParser(@NonNull String file, @AnyRes int id, int assetCookie, in loadXmlResourceParser()
|
D | AssetManager.java | 19 import android.annotation.AnyRes; 223 final boolean getResourceValue(@AnyRes int resId, int densityDpi, @NonNull TypedValue outValue, in getResourceValue() 281 final boolean getThemeValue(long theme, @AnyRes int resId, @NonNull TypedValue outValue, in getThemeValue()
|
D | TypedArray.java | 19 import android.annotation.AnyRes; 871 @AnyRes
|
/frameworks/support/compat/java/android/support/v4/content/res/ |
D | TypedArrayUtils.java | 24 import android.support.annotation.AnyRes; 134 @AnyRes 136 String attrName, @StyleableRes int resId, @AnyRes int defaultValue) { in getNamedResourceId() 226 @AnyRes 228 @StyleableRes int fallbackIndex, @AnyRes int defaultValue) { in getResourceId()
|
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/ |
D | Partner.java | 29 import android.support.annotation.AnyRes; 97 public static ResourceEntry getResourceEntry(Context context, @AnyRes int id) { in getResourceEntry()
|
/frameworks/base/core/java/android/annotation/ |
D | AnyRes.java | 38 public @interface AnyRes { annotation
|
/frameworks/support/annotations/src/android/support/annotation/ |
D | AnyRes.java | 37 public @interface AnyRes { annotation
|
/frameworks/base/core/java/android/util/ |
D | TypedValue.java | 19 import android.annotation.AnyRes; 184 @AnyRes
|
/frameworks/support/annotations/api/ |
D | current.txt | 9 public abstract class AnyRes implements java.lang.annotation.Annotation {
|
/frameworks/base/core/java/android/animation/ |
D | AnimatorInflater.java | 19 import android.annotation.AnyRes; 1072 private static @Config int getChangingConfigs(@NonNull Resources resources, @AnyRes int id) { in getChangingConfigs()
|
/frameworks/base/core/java/android/content/ |
D | Intent.java | 21 import android.annotation.AnyRes; 841 public static ShortcutIconResource fromContext(Context context, @AnyRes int resourceId) { in fromContext()
|