Home
last modified time | relevance | path

Searched defs:resourceId (Results 1 – 25 of 49) sorted by relevance

12

/aosp14/frameworks/base/core/java/android/app/admin/
H A DParcelableResource.java88 @NonNull Context context, @AnyRes int resourceId, @ResourceType int resourceType) in ParcelableResource()
103 private ParcelableResource( in ParcelableResource()
113 Context context, @AnyRes int resourceId, @ResourceType int resourceType) in verifyResourceExistsInCallingPackage()
138 private static boolean hasDrawableInCallingPackage(Context context, @AnyRes int resourceId) { in hasDrawableInCallingPackage()
146 private static boolean hasStringInCallingPackage(Context context, @AnyRes int resourceId) { in hasStringInCallingPackage()
304 int resourceId = xmlPullParser.getAttributeInt(/* namespace= */ null, ATTR_RESOURCE_ID); in createFromXml() local
/aosp14/frameworks/base/services/core/java/com/android/server/infra/
H A DFrameworkResourcesServiceNameResolver.java39 @StringRes int resourceId) { in FrameworkResourcesServiceNameResolver()
46 @ArrayRes int resourceId, boolean isMultiple) { in FrameworkResourcesServiceNameResolver()
/aosp14/frameworks/base/core/tests/coretests/src/android/view/
H A DInflateTest.java56 public void inflateTest(int resourceId) { in inflateTest()
61 public void inflateCachedTest(int resourceId) { in inflateCachedTest()
/aosp14/frameworks/base/core/java/android/gesture/
H A DGestureLibraries.java55 public static GestureLibrary fromRawResource(Context context, @RawRes int resourceId) { in fromRawResource()
148 public ResourceGestureLibrary(Context context, int resourceId) { in ResourceGestureLibrary()
/aosp14/frameworks/base/core/java/android/widget/
H A DCalendarView.java311 public void setSelectedDateVerticalBar(@DrawableRes int resourceId) { in setSelectedDateVerticalBar()
349 public void setWeekDayTextAppearance(@StyleRes int resourceId) { in setWeekDayTextAppearance()
372 public void setDateTextAppearance(@StyleRes int resourceId) { in setDateTextAppearance()
616 void setSelectedDateVerticalBar(@DrawableRes int resourceId); in setSelectedDateVerticalBar()
620 void setWeekDayTextAppearance(@StyleRes int resourceId); in setWeekDayTextAppearance()
623 void setDateTextAppearance(@StyleRes int resourceId); in setDateTextAppearance()
/aosp14/frameworks/base/core/java/android/text/style/
H A DImageSpan.java206 public ImageSpan(@NonNull Context context, @DrawableRes int resourceId) { in ImageSpan()
219 public ImageSpan(@NonNull Context context, @DrawableRes int resourceId, in ImageSpan()
/aosp14/frameworks/base/apct-tests/perftests/autofill/src/android/view/autofill/
H A DAutofillTestHelper.java36 public static ViewNode findNodeByResourceId(List<FillContext> contexts, String resourceId) { in findNodeByResourceId()
H A DMyAutofillService.java150 String resourceId = response.mIgnoredIds[i]; in handleRequest() local
164 private AutofillId getAutofillIdByResourceId(FillRequest request, String resourceId) in getAutofillIdByResourceId()
/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/
H A DModuleInfoProviderTest.java97 private ModuleInfoProvider getProvider(int resourceId) { in getProvider()
/aosp14/frameworks/base/media/mca/filterfw/java/android/filterfw/io/
H A DGraphReader.java41 public FilterGraph readGraphResource(Context context, int resourceId) throws GraphIOException { in readGraphResource()
/aosp14/frameworks/base/core/java/android/view/
H A DPointerIcon.java254 int resourceId = a.getResourceId(typeIndex, -1); in getSystemIcon() local
329 public static @NonNull PointerIcon load(@NonNull Resources resources, @XmlRes int resourceId) { in load()
465 private void loadResource(Context context, Resources resources, @XmlRes int resourceId) { in loadResource()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
H A DRenderInfo.kt54 val resourceId = deviceIconMap.getValue(key) regex
/aosp14/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeech.java1011 public int addSpeech(String text, String packagename, @RawRes int resourceId) { in addSpeech()
1042 public int addSpeech(CharSequence text, String packagename, @RawRes int resourceId) { in addSpeech()
1128 public int addEarcon(String earcon, String packagename, @RawRes int resourceId) { in addEarcon()
1194 private Uri makeResourceUri(String packageName, int resourceId) { in makeResourceUri()
/aosp14/frameworks/base/core/java/android/security/net/config/
H A DResourceCertificateSource.java45 public ResourceCertificateSource(int resourceId, Context context) { in ResourceCertificateSource()
/aosp14/frameworks/base/services/core/java/com/android/server/display/
H A DColorFade.java233 private String readFile(Context context, int resourceId) { in readFile()
244 private int loadShader(Context context, int resourceId, int type) { in loadShader()
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/users/
H A DAvatarPickerActivity.java345 int resourceId = mPreselectedImages.getResourceId(index, -1); in returnSelectionResult() local
356 private Uri uriForResourceId(int resourceId) { in uriForResourceId()
/aosp14/frameworks/base/media/mca/filterfw/java/android/filterfw/
H A DGraphEnvironment.java135 public int loadGraph(Context context, int resourceId) { in loadGraph()
/aosp14/frameworks/base/core/java/com/android/ims/internal/uce/presence/
H A DPresResInstanceInfo.java83 public void setResId(String resourceId) { in setResId()
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/utils/leaks/
H A DFakeStatusBarIconController.java58 public void setIcon(String slot, int resourceId, CharSequence contentDescription) { in setIcon()
/aosp14/frameworks/base/tests/FlickerTests/src/com/android/server/wm/flicker/launch/
H A DTaskTransitionTest.kt202 val resourceId = regex
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DGraphReader.java532 public static FilterGraph readXmlGraphResource(MffContext context, int resourceId) in readXmlGraphResource()
550 MffContext context, int resourceId, FilterGraph parentGraph) in readXmlSubGraphResource()
565 private static FilterGraph.Builder getBuilderForXmlResource(MffContext context, int resourceId) in getBuilderForXmlResource()
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/
H A DSysuiTestCase.java253 protected void overrideResource(int resourceId, Object value) { in overrideResource()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
H A DWindowDecoration.java387 static int loadDimensionPixelSize(Resources resources, int resourceId) { in loadDimensionPixelSize()
394 static float loadDimension(Resources resources, int resourceId) { in loadDimension()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/pkg/parsing/
H A DParsingUtils.java181 @NonNull Resources res, int resourceId, @NonNull ParseInput input) { in parseKnownActivityEmbeddingCerts()
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DFieldClassificationStrategy.java263 final int resourceId = serviceInfo.metaData.getInt(field); in getMetadataValue() local

12