Home
last modified time | relevance | path

Searched refs:RawRes (Results 1 – 11 of 11) 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.java20 import android.annotation.RawRes;
55 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/services/tests/servicestests/src/com/android/server/pm/parsing/
DPackageParsingDeferErrorTest.kt19 import android.annotation.RawRes in <lambda>()
126 private fun parseFile(@RawRes id: Int): ParseResult<ParsingPackage> { in <lambda>()
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDpmTestBase.java27 import android.annotation.RawRes;
279 protected InputStream getRawStream(@RawRes int id) { in getRawStream()
/frameworks/base/core/java/android/content/res/
DResources.java38 import android.annotation.RawRes;
1006 public Movie getMovie(@RawRes int id) throws NotFoundException { in getMovie()
1319 public InputStream openRawResource(@RawRes int id) throws NotFoundException { in openRawResource()
1376 public InputStream openRawResource(@RawRes int id, TypedValue value) in openRawResource()
1401 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.java21 import android.annotation.RawRes;
933 public int addSpeech(String text, String packagename, @RawRes int resourceId) { in addSpeech()
967 public int addSpeech(CharSequence text, String packagename, @RawRes int resourceId) { in addSpeech()
1041 public int addEarcon(String earcon, String packagename, @RawRes int resourceId) { in addEarcon()
/frameworks/base/core/java/android/app/
DWallpaperManager.java22 import android.annotation.RawRes;
1242 public void setResource(@RawRes int resid) throws IOException { in setResource()
1261 public int setResource(@RawRes int resid, @SetWallpaperFlags int which) in setResource()
1552 public boolean hasResourceWallpaper(@RawRes int resid) { in hasResourceWallpaper()
/frameworks/base/api/
Dcurrent.txt6692 method public boolean hasResourceWallpaper(@RawRes int);
6703 …sion(android.Manifest.permission.SET_WALLPAPER) public void setResource(@RawRes int) throws java.i…
6704 …ssion(android.Manifest.permission.SET_WALLPAPER) public int setResource(@RawRes int, int) throws j…
12764 …method @Deprecated public android.graphics.Movie getMovie(@RawRes int) throws android.content.res.…
12786 …method @NonNull public java.io.InputStream openRawResource(@RawRes int) throws android.content.res…
12787 …method @NonNull public java.io.InputStream openRawResource(@RawRes int, android.util.TypedValue) t…
12788 …method public android.content.res.AssetFileDescriptor openRawResourceFd(@RawRes int) throws androi…
13881 …public static android.gesture.GestureLibrary fromRawResource(android.content.Context, @RawRes int);
44539 method public int addEarcon(String, String, @RawRes int);
44542 method public int addSpeech(String, String, @RawRes int);
[all …]