Home
last modified time | relevance | path

Searched refs:drawableId (Results 1 – 13 of 13) sorted by relevance

/aosp14/frameworks/base/core/java/android/app/admin/
H A DDevicePolicyResourcesManager.java159 @NonNull String drawableId, in getDrawable()
191 @NonNull String drawableId, in getDrawable()
201 if (drawableId.equals(DevicePolicyResources.UNDEFINED) in getDrawable()
212 drawableId, drawableStyle, drawableSource); in getDrawable()
253 @NonNull String drawableId, in getDrawableForDensity()
258 drawableId, in getDrawableForDensity()
287 @NonNull String drawableId, in getDrawableForDensity()
298 if (drawableId.equals(DevicePolicyResources.UNDEFINED) in getDrawableForDensity()
336 @NonNull String drawableId, in getDrawableAsIcon()
345 if (drawableId.equals(DevicePolicyResources.UNDEFINED) in getDrawableAsIcon()
[all …]
H A DDevicePolicyDrawableResource.java62 @NonNull String drawableId, in DevicePolicyDrawableResource() argument
66 this(drawableId, drawableStyle, drawableSource, resourceIdInCallingPackage, in DevicePolicyDrawableResource()
72 @NonNull String drawableId, in DevicePolicyDrawableResource()
78 Objects.requireNonNull(drawableId); in DevicePolicyDrawableResource()
83 this.mDrawableId = drawableId; in DevicePolicyDrawableResource()
107 @NonNull String drawableId, in DevicePolicyDrawableResource() argument
110 this(context, drawableId, drawableStyle, DevicePolicyResources.UNDEFINED, in DevicePolicyDrawableResource()
193 String drawableId = in.readString();
200 drawableId, drawableStyle, drawableSource, resourceIdInCallingPackage,
H A DIDevicePolicyManager.aidl582 ParcelableResource getDrawable(String drawableId, String drawableStyle, String drawableSource); in getDrawable() argument
/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDeviceManagementResourcesProvider.java99 String drawableId = drawables.get(i).getDrawableId(); in updateDrawables() local
128 if (!mUpdatedDrawablesForStyle.containsKey(drawableId)) { in updateDrawable()
129 mUpdatedDrawablesForStyle.put(drawableId, new HashMap<>()); in updateDrawable()
142 String drawableId, String drawableSource, String drawableStyle, in updateDrawableForSource() argument
145 if (!mUpdatedDrawablesForSource.containsKey(drawableId)) { in updateDrawableForSource()
146 mUpdatedDrawablesForSource.put(drawableId, new HashMap<>()); in updateDrawableForSource()
149 mUpdatedDrawablesForSource.get(drawableId); in updateDrawableForSource()
169 String drawableId = drawableIds.get(i); in removeDrawables() local
185 drawableId, drawableStyle, drawableSource); in getDrawable()
189 if (!mUpdatedDrawablesForStyle.containsKey(drawableId)) { in getDrawable()
[all …]
H A DDevicePolicyManagerService.java22702 String drawableId, String drawableStyle, String drawableSource) {
22705 drawableId, drawableStyle, drawableSource));
/aosp14/frameworks/base/packages/SettingsLib/Spa/tests/src/com/android/settingslib/spa/widget/illustration/
H A DIllustrationTest.kt42 private val drawableId = SemanticsPropertyKey<Int>("DrawableResId") regex
43 private var SemanticsPropertyReceiver.drawableId by drawableId
52 modifier = Modifier.semantics { drawableId = resId }
57 SemanticsMatcher.expectValue(drawableId, id)
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DNotificationExpandButton.java130 int drawableId; in updateExpandedState() local
133 drawableId = R.drawable.ic_collapse_notification; in updateExpandedState()
136 drawableId = R.drawable.ic_expand_notification; in updateExpandedState()
140 mIconView.setImageDrawable(getContext().getDrawable(drawableId)); in updateExpandedState()
/aosp14/frameworks/base/core/java/android/widget/
H A DSuggestionsAdapter.java548 private Drawable getDrawableFromResourceValue(String drawableId) { in getDrawableFromResourceValue() argument
549 if (drawableId == null || drawableId.length() == 0 || "0".equals(drawableId)) { in getDrawableFromResourceValue()
554 int resourceId = Integer.parseInt(drawableId); in getDrawableFromResourceValue()
570 Drawable drawable = checkIconCache(drawableId); in getDrawableFromResourceValue()
574 Uri uri = Uri.parse(drawableId); in getDrawableFromResourceValue()
576 storeInIconCache(drawableId, drawable); in getDrawableFromResourceValue()
580 Log.w(LOG_TAG, "Icon resource not found: " + drawableId); in getDrawableFromResourceValue()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/decor/
H A DRoundedCornerResDelegateTest.kt127 private fun getTestsDrawable(@DrawableRes drawableId: Int): Drawable? {
129 .getDrawable(drawableId)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationSnooze.java290 int drawableId = show ? com.android.internal.R.drawable.ic_collapse_notification in showSnoozeOptions() local
292 mExpandButton.setImageResource(drawableId); in showSnoozeOptions()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
H A DScreenDecorationsTest.java1447 private Drawable getTestsDrawable(@DrawableRes int drawableId) { in getTestsDrawable() argument
1450 .getDrawable(drawableId); in getTestsDrawable()
/aosp14/frameworks/base/core/java/android/app/
H A DApplicationPackageManager.java2017 private Drawable getDrawableForDensity(int drawableId, int density) { in getDrawableForDensity() argument
2021 return mContext.getResources().getDrawableForDensity(drawableId, density); in getDrawableForDensity()
2024 private Drawable getProfileIconForDensity(UserHandle user, int drawableId, int density) { in getProfileIconForDensity() argument
2026 return getDrawableForDensity(drawableId, density); in getProfileIconForDensity()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...