Home
last modified time | relevance | path

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

/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
DIllustrationVideoView.java27 import android.support.annotation.RawRes;
63 private @RawRes int mVideoResId = 0;
106 public void setVideoResource(@RawRes int resId) { in setVideoResource()
/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/main/java/androidx/annotation/
DRawRes.java35 public @interface RawRes { annotation
/frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/view/
DIllustrationVideoViewTest.java32 import android.support.annotation.RawRes;
138 @RawRes int black = android.R.color.black; in testSetVideoResId()
/frameworks/base/core/java/android/content/res/
DResources.java38 import android.annotation.RawRes;
908 public Movie getMovie(@RawRes int id) throws NotFoundException { in getMovie()
1222 public InputStream openRawResource(@RawRes int id) throws NotFoundException { in openRawResource()
1279 public InputStream openRawResource(@RawRes int id, TypedValue value) in openRawResource()
1304 public AssetFileDescriptor openRawResourceFd(@RawRes int id) in openRawResourceFd()
DResourcesImpl.java25 import android.annotation.RawRes;
311 AssetFileDescriptor openRawResourceFd(@RawRes int id, TypedValue tempValue) in openRawResourceFd()
323 InputStream openRawResource(@RawRes int id, TypedValue value) throws NotFoundException { in openRawResource()
/frameworks/base/core/java/android/app/
DWallpaperManager.java22 import android.annotation.RawRes;
1124 public void setResource(@RawRes int resid) throws IOException { in setResource()
1143 public int setResource(@RawRes int resid, @SetWallpaperFlags int which) in setResource()
1433 public boolean hasResourceWallpaper(@RawRes int resid) { in hasResourceWallpaper()
/frameworks/base/core/java/android/speech/tts/
DTextToSpeech.java20 import android.annotation.RawRes;
904 public int addSpeech(String text, String packagename, @RawRes int resourceId) { in addSpeech()
938 public int addSpeech(CharSequence text, String packagename, @RawRes int resourceId) { in addSpeech()
1013 public int addEarcon(String earcon, String packagename, @RawRes int resourceId) { in addEarcon()
/frameworks/support/annotations/api/
Dcurrent.txt114 public abstract class RawRes implements java.lang.annotation.Annotation {
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDevicePolicyManagerTest.java53 import android.annotation.RawRes;
5075 private InputStream getRawStream(@RawRes int id) { in getRawStream()
/frameworks/support/jetifier/jetifier/core/src/main/resources/
Ddefault.generated.config2616 "android/support/annotation/RawRes": "androidx/annotation/RawRes",