Home
last modified time | relevance | path

Searched refs:AnyRes (Results 1 – 10 of 10) sorted by relevance

/frameworks/support/v4/java/android/support/v4/content/res/
DTypedArrayUtils.java21 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/
DResources.java22 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()
DResourcesImpl.java23 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()
DAssetManager.java19 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()
DTypedArray.java19 import android.annotation.AnyRes;
861 @AnyRes
/frameworks/base/core/java/android/annotation/
DAnyRes.java38 public @interface AnyRes { annotation
/frameworks/base/core/java/android/util/
DTypedValue.java19 import android.annotation.AnyRes;
184 @AnyRes
/frameworks/support/annotations/src/android/support/annotation/
DAnyRes.java37 public @interface AnyRes { annotation
/frameworks/base/core/java/android/animation/
DAnimatorInflater.java19 import android.annotation.AnyRes;
1068 private static @Config int getChangingConfigs(@NonNull Resources resources, @AnyRes int id) { in getChangingConfigs()
/frameworks/base/core/java/android/content/
DIntent.java19 import android.annotation.AnyRes;
808 public static ShortcutIconResource fromContext(Context context, @AnyRes int resourceId) { in fromContext()