Searched refs:AnyRes (Results 1 – 10 of 10) sorted by relevance
/frameworks/support/v4/java/android/support/v4/content/res/ |
D | TypedArrayUtils.java | 21 import android.support.annotation.AnyRes; 52 public static @AnyRes int getResourceId(TypedArray a, @StyleableRes int index, in getResourceId() 53 @StyleableRes int fallbackIndex, @AnyRes int defaultValue) { in getResourceId()
|
/frameworks/base/core/java/android/content/res/ |
D | Resources.java | 22 import android.annotation.AnyRes; 1284 public void getValue(@AnyRes int id, TypedValue outValue, boolean resolveRefs) in getValue() 1302 public void getValueForDensity(@AnyRes int id, int density, TypedValue outValue, in getValueForDensity() 1874 public static boolean resourceHasPackage(@AnyRes int resid) { in resourceHasPackage() 1892 public String getResourceName(@AnyRes int resid) throws NotFoundException { in getResourceName() 1908 public String getResourcePackageName(@AnyRes int resid) throws NotFoundException { in getResourcePackageName() 1924 public String getResourceTypeName(@AnyRes int resid) throws NotFoundException { in getResourceTypeName() 1940 public String getResourceEntryName(@AnyRes int resid) throws NotFoundException { in getResourceEntryName() 2089 XmlResourceParser loadXmlResourceParser(@AnyRes int id, @NonNull String type) in loadXmlResourceParser()
|
D | ResourcesImpl.java | 23 import android.annotation.AnyRes; 184 void getValue(@AnyRes int id, TypedValue outValue, boolean resolveRefs) in getValue() 193 void getValueForDensity(@AnyRes int id, int density, TypedValue outValue, in getValueForDensity() 225 String getResourceName(@AnyRes int resid) throws NotFoundException { in getResourceName() 233 String getResourcePackageName(@AnyRes int resid) throws NotFoundException { in getResourcePackageName() 241 String getResourceTypeName(@AnyRes int resid) throws NotFoundException { in getResourceTypeName() 249 String getResourceEntryName(@AnyRes int resid) throws NotFoundException { in getResourceEntryName() 647 @Config int allowVarying, @AnyRes int resourceId, @Nullable String name) { in verifyPreloadConfig() 955 XmlResourceParser loadXmlResourceParser(@NonNull String file, @AnyRes int id, int assetCookie, in loadXmlResourceParser()
|
D | AssetManager.java | 19 import android.annotation.AnyRes; 215 final boolean getResourceValue(@AnyRes int resId, int densityDpi, @NonNull TypedValue outValue, in getResourceValue() 261 final boolean getThemeValue(long theme, @AnyRes int resId, @NonNull TypedValue outValue, in getThemeValue()
|
D | TypedArray.java | 19 import android.annotation.AnyRes; 861 @AnyRes
|
/frameworks/base/core/java/android/annotation/ |
D | AnyRes.java | 38 public @interface AnyRes { annotation
|
/frameworks/base/core/java/android/util/ |
D | TypedValue.java | 19 import android.annotation.AnyRes; 184 @AnyRes
|
/frameworks/support/annotations/src/android/support/annotation/ |
D | AnyRes.java | 37 public @interface AnyRes { annotation
|
/frameworks/base/core/java/android/animation/ |
D | AnimatorInflater.java | 19 import android.annotation.AnyRes; 1068 private static @Config int getChangingConfigs(@NonNull Resources resources, @AnyRes int id) { in getChangingConfigs()
|
/frameworks/base/core/java/android/content/ |
D | Intent.java | 19 import android.annotation.AnyRes; 808 public static ShortcutIconResource fromContext(Context context, @AnyRes int resourceId) { in fromContext()
|