Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/res/
DResourceId.java18 import android.annotation.AnyRes;
29 public static final @AnyRes int ID_NULL = 0;
38 public static boolean isValid(@AnyRes int id) { in isValid()
DResources.java23 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()
DResourcesImpl.java20 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()
DAssetManager.java19 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()
DTypedArray.java19 import android.annotation.AnyRes;
871 @AnyRes
/frameworks/support/compat/java/android/support/v4/content/res/
DTypedArrayUtils.java24 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/
DPartner.java29 import android.support.annotation.AnyRes;
97 public static ResourceEntry getResourceEntry(Context context, @AnyRes int id) { in getResourceEntry()
/frameworks/base/core/java/android/annotation/
DAnyRes.java38 public @interface AnyRes { annotation
/frameworks/support/annotations/src/android/support/annotation/
DAnyRes.java37 public @interface AnyRes { annotation
/frameworks/base/core/java/android/util/
DTypedValue.java19 import android.annotation.AnyRes;
184 @AnyRes
/frameworks/support/annotations/api/
Dcurrent.txt9 public abstract class AnyRes implements java.lang.annotation.Annotation {
/frameworks/base/core/java/android/animation/
DAnimatorInflater.java19 import android.annotation.AnyRes;
1072 private static @Config int getChangingConfigs(@NonNull Resources resources, @AnyRes int id) { in getChangingConfigs()
/frameworks/base/core/java/android/content/
DIntent.java21 import android.annotation.AnyRes;
841 public static ShortcutIconResource fromContext(Context context, @AnyRes int resourceId) { in fromContext()