OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AnyRes
(Results
1 - 25
of
42
) sorted by null
1
2
/frameworks/support/core-utils/java/android/support/v4/content/res/
TypedArrayUtils.java
21
import android.support.annotation.
AnyRes
;
52
public static @
AnyRes
int getResourceId(TypedArray a, @StyleableRes int index,
53
@StyleableRes int fallbackIndex, @
AnyRes
int defaultValue) {
/frameworks/base/core/java/android/annotation/
AnyRes.java
38
public @interface
AnyRes
{
/frameworks/support/annotations/src/android/support/annotation/
AnyRes.java
37
public @interface
AnyRes
{
/frameworks/base/core/java/android/content/res/
Resources.java
22
import android.annotation.
AnyRes
;
[
all
...]
ResourcesImpl.java
23
import android.annotation.
AnyRes
;
184
void getValue(@
AnyRes
int id, TypedValue outValue, boolean resolveRefs)
193
void getValueForDensity(@
AnyRes
int id, int density, TypedValue outValue,
225
String getResourceName(@
AnyRes
int resid) throws NotFoundException {
233
String getResourcePackageName(@
AnyRes
int resid) throws NotFoundException {
241
String getResourceTypeName(@
AnyRes
int resid) throws NotFoundException {
249
String getResourceEntryName(@
AnyRes
int resid) throws NotFoundException {
647
@Config int allowVarying, @
AnyRes
int resourceId, @Nullable String name) {
[
all
...]
AssetManager.java
19
import android.annotation.
AnyRes
;
215
final boolean getResourceValue(@
AnyRes
int resId, int densityDpi, @NonNull TypedValue outValue,
261
final boolean getThemeValue(long theme, @
AnyRes
int resId, @NonNull TypedValue outValue,
/prebuilts/maven_repo/android/com/android/support/support-annotations/19.1.0/
support-annotations-19.1.0.jar
/prebuilts/maven_repo/android/com/android/support/support-annotations/20.0.0/
support-annotations-20.0.0.jar
/prebuilts/maven_repo/android/com/android/support/support-annotations/21.0.0/
support-annotations-21.0.0.jar
/prebuilts/maven_repo/android/com/android/support/support-annotations/21.0.2/
support-annotations-21.0.2.jar
/prebuilts/maven_repo/android/com/android/support/support-annotations/21.0.3/
support-annotations-21.0.3.jar
/prebuilts/maven_repo/android/com/android/support/support-annotations/22.0.0/
support-annotations-22.0.0.jar
/prebuilts/maven_repo/android/com/android/support/support-annotations/22.1.0/
support-annotations-22.1.0.jar
/prebuilts/maven_repo/android/com/android/support/support-annotations/22.1.1/
support-annotations-22.1.1.jar
/frameworks/base/core/java/android/util/
TypedValue.java
19
import android.annotation.
AnyRes
;
184
@
AnyRes
/prebuilts/maven_repo/android/com/android/support/support-annotations/22.2.0/
support-annotations-22.2.0.jar
/prebuilts/maven_repo/android/com/android/support/support-annotations/22.2.1/
support-annotations-22.2.1.jar
/prebuilts/maven_repo/android/com/android/support/support-annotations/23.0.0/
support-annotations-23.0.0.jar
/prebuilts/maven_repo/android/com/android/support/support-annotations/23.0.1/
support-annotations-23.0.1.jar
/prebuilts/maven_repo/android/com/android/support/support-annotations/23.1.0/
support-annotations-23.1.0.jar
/prebuilts/maven_repo/android/com/android/support/support-annotations/23.1.1/
support-annotations-23.1.1.jar
/prebuilts/maven_repo/android/com/android/support/support-annotations/23.2.0/
support-annotations-23.2.0.jar
/prebuilts/maven_repo/android/com/android/support/support-annotations/23.2.1/
support-annotations-23.2.1.jar
/prebuilts/maven_repo/android/com/android/support/support-annotations/23.3.0/
support-annotations-23.3.0.jar
/prebuilts/maven_repo/android/com/android/support/support-annotations/23.4.0/
support-annotations-23.4.0.jar
Completed in 1022 milliseconds
1
2