Home
last modified time | relevance | path

Searched refs:RawRes (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/gesture/
DGestureLibraries.java19 import android.annotation.RawRes;
48 public static GestureLibrary fromRawResource(Context context, @RawRes int resourceId) { in fromRawResource()
/frameworks/base/core/java/android/annotation/
DRawRes.java36 public @interface RawRes { annotation
/frameworks/support/annotations/src/android/support/annotation/
DRawRes.java35 public @interface RawRes { annotation
/frameworks/base/core/java/android/app/
DWallpaperManager.java19 import android.annotation.RawRes;
725 public void setResource(@RawRes int resid) throws IOException { in setResource()
843 public boolean hasResourceWallpaper(@RawRes int resid) { in hasResourceWallpaper()
/frameworks/base/core/java/android/speech/tts/
DTextToSpeech.java18 import android.annotation.RawRes;
887 public int addSpeech(String text, String packagename, @RawRes int resourceId) { in addSpeech()
921 public int addSpeech(CharSequence text, String packagename, @RawRes int resourceId) { in addSpeech()
996 public int addEarcon(String earcon, String packagename, @RawRes int resourceId) { in addEarcon()
/frameworks/base/core/java/android/content/res/
DResources.java44 import android.annotation.RawRes;
906 public Movie getMovie(@RawRes int id) throws NotFoundException { in getMovie()
1231 public InputStream openRawResource(@RawRes int id) throws NotFoundException { in openRawResource()
1263 public InputStream openRawResource(@RawRes int id, TypedValue value) in openRawResource()
1299 public AssetFileDescriptor openRawResourceFd(@RawRes int id) in openRawResourceFd()