Home
last modified time | relevance | path

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

/frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/view/
DIllustrationVideoViewTest.java26 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/
DIllustrationVideoView.java32 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/
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/base/core/java/android/content/res/
DResources.java38 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()
DResourcesImpl.java27 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/
DTextToSpeech.java20 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/
DWallpaperManager.java22 import android.annotation.RawRes;
1149 public void setResource(@RawRes int resid) throws IOException { in setResource()
1168 public int setResource(@RawRes int resid, @SetWallpaperFlags int which) in setResource()
1459 public boolean hasResourceWallpaper(@RawRes int resid) { in hasResourceWallpaper()
/frameworks/base/
DAndroid.bp73 "core/java/android/annotation/RawRes.java",
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDevicePolicyManagerTest.java58 import android.annotation.RawRes;
5440 private InputStream getRawStream(@RawRes int id) { in getRawStream()
/frameworks/base/non-updatable-api/
Dcurrent.txt6480 method public boolean hasResourceWallpaper(@RawRes int);
6491 …sion(android.Manifest.permission.SET_WALLPAPER) public void setResource(@RawRes int) throws java.i…
6492 …ssion(android.Manifest.permission.SET_WALLPAPER) public int setResource(@RawRes int, int) throws j…
12353 …method @Deprecated public android.graphics.Movie getMovie(@RawRes int) throws android.content.res.…
12375 …method @NonNull public java.io.InputStream openRawResource(@RawRes int) throws android.content.res…
12376 …method @NonNull public java.io.InputStream openRawResource(@RawRes int, android.util.TypedValue) t…
12377 …method public android.content.res.AssetFileDescriptor openRawResourceFd(@RawRes int) throws androi…
13426 …public static android.gesture.GestureLibrary fromRawResource(android.content.Context, @RawRes int);
42551 method public int addEarcon(String, String, @RawRes int);
42554 method public int addSpeech(String, String, @RawRes int);
[all …]
/frameworks/base/api/
Dcurrent.txt6480 method public boolean hasResourceWallpaper(@RawRes int);
6491 …sion(android.Manifest.permission.SET_WALLPAPER) public void setResource(@RawRes int) throws java.i…
6492 …ssion(android.Manifest.permission.SET_WALLPAPER) public int setResource(@RawRes int, int) throws j…
12353 …method @Deprecated public android.graphics.Movie getMovie(@RawRes int) throws android.content.res.…
12375 …method @NonNull public java.io.InputStream openRawResource(@RawRes int) throws android.content.res…
12376 …method @NonNull public java.io.InputStream openRawResource(@RawRes int, android.util.TypedValue) t…
12377 …method public android.content.res.AssetFileDescriptor openRawResourceFd(@RawRes int) throws androi…
13426 …public static android.gesture.GestureLibrary fromRawResource(android.content.Context, @RawRes int);
42695 method public int addEarcon(String, String, @RawRes int);
42698 method public int addSpeech(String, String, @RawRes int);
[all …]