Searched refs:RawRes (Results 1 – 6 of 6) sorted by relevance
19 import android.annotation.RawRes;48 public static GestureLibrary fromRawResource(Context context, @RawRes int resourceId) { in fromRawResource()
36 public @interface RawRes { annotation
35 public @interface RawRes { annotation
19 import android.annotation.RawRes;725 public void setResource(@RawRes int resid) throws IOException { in setResource()843 public boolean hasResourceWallpaper(@RawRes int resid) { in hasResourceWallpaper()
18 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()
44 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()