Searched refs:RawRes (Results 1 – 9 of 9) sorted by relevance
/frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/view/ |
D | IllustrationVideoViewTest.java | 26 import androidx.annotation.RawRes; 113 @RawRes int black = android.R.color.black; in testSetVideoResId() 160 @RawRes int black = android.R.color.black; in setVideoResId_resetDiffVideoResFromDiffPackage_videoResShouldBeSet() 177 @RawRes int black = android.R.color.black; in setVideoResId_resetDiffVideoResFromSamePackage_videoResShouldBeSet() 193 @RawRes int white = android.R.color.white; in setVideoResId_resetSameVideoResFromDifferentPackage_videoResShouldBeSet() 233 private void addMediaInfo(@RawRes int res, String packageName) { in addMediaInfo()
|
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/ |
D | IllustrationVideoView.java | 32 import androidx.annotation.RawRes; 71 private @RawRes int videoResId = 0; 120 public void setVideoResource(@RawRes int videoResId, String videoResPackageName) { in setVideoResource() 134 public void setVideoResource(@RawRes int resId) { in setVideoResource() 171 private void setVideoResourceInternal(@RawRes int videoRes, String videoResPackageName) { in setVideoResourceInternal()
|
/frameworks/base/core/java/android/gesture/ |
D | GestureLibraries.java | 19 import android.annotation.RawRes; 48 public static GestureLibrary fromRawResource(Context context, @RawRes int resourceId) { in fromRawResource()
|
/frameworks/base/core/java/android/annotation/ |
D | RawRes.java | 36 public @interface RawRes { annotation
|
/frameworks/base/core/java/android/content/res/ |
D | Resources.java | 38 import android.annotation.RawRes; 929 public Movie getMovie(@RawRes int id) throws NotFoundException { in getMovie() 1242 public InputStream openRawResource(@RawRes int id) throws NotFoundException { in openRawResource() 1299 public InputStream openRawResource(@RawRes int id, TypedValue value) in openRawResource() 1324 public AssetFileDescriptor openRawResourceFd(@RawRes int id) in openRawResourceFd()
|
D | ResourcesImpl.java | 27 import android.annotation.RawRes; 339 AssetFileDescriptor openRawResourceFd(@RawRes int id, TypedValue tempValue) in openRawResourceFd() 351 InputStream openRawResource(@RawRes int id, TypedValue value) throws NotFoundException { in openRawResource()
|
/frameworks/base/core/java/android/speech/tts/ |
D | TextToSpeech.java | 20 import android.annotation.RawRes; 908 public int addSpeech(String text, String packagename, @RawRes int resourceId) { in addSpeech() 942 public int addSpeech(CharSequence text, String packagename, @RawRes int resourceId) { in addSpeech() 1016 public int addEarcon(String earcon, String packagename, @RawRes int resourceId) { in addEarcon()
|
/frameworks/base/core/java/android/app/ |
D | WallpaperManager.java | 22 import android.annotation.RawRes; 1147 public void setResource(@RawRes int resid) throws IOException { in setResource() 1166 public int setResource(@RawRes int resid, @SetWallpaperFlags int which) in setResource() 1457 public boolean hasResourceWallpaper(@RawRes int resid) { in hasResourceWallpaper()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/ |
D | DevicePolicyManagerTest.java | 58 import android.annotation.RawRes; 5413 private InputStream getRawStream(@RawRes int id) { in getRawStream()
|