Searched refs:badgeLocation (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/app/
H A DApplicationPackageManager.java1178 public Drawable getManagedUserBadgedDrawable(Drawable drawable, Rect badgeLocation, argument
1182 return getBadgedDrawable(drawable, badgeDrawable, badgeLocation, true);
1197 Rect badgeLocation, int badgeDensity) {
1202 return getBadgedDrawable(drawable, badgeDrawable, badgeLocation, true);
2306 Rect badgeLocation, boolean tryBadgeInPlace) {
2326 if (badgeLocation != null) {
2327 if (badgeLocation.left < 0 || badgeLocation.top < 0
2328 || badgeLocation.width() > badgedWidth || badgeLocation
1196 getUserBadgedDrawableForDensity(Drawable drawable, UserHandle user, Rect badgeLocation, int badgeDensity) argument
2305 getBadgedDrawable(Drawable drawable, Drawable badgeDrawable, Rect badgeLocation, boolean tryBadgeInPlace) argument
[all...]
/frameworks/base/test-runner/src/android/test/mock/
H A DMockPackageManager.java529 public Drawable getManagedUserBadgedDrawable(Drawable drawable, Rect badgeLocation, argument
542 Rect badgeLocation,
541 getUserBadgedDrawableForDensity(Drawable drawable, UserHandle user, Rect badgeLocation, int badgeDensity) argument
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgePackageManager.java498 public Drawable getManagedUserBadgedDrawable(Drawable drawable, Rect badgeLocation, argument
510 Rect badgeLocation, int badgeDensity) {
509 getUserBadgedDrawableForDensity(Drawable drawable, UserHandle user, Rect badgeLocation, int badgeDensity) argument
/frameworks/base/core/java/android/os/
H A DUserManager.java1866 * @param badgeLocation Where in the bounds of the badged drawable to place
1877 Rect badgeLocation, int badgeDensity) {
1879 badgeLocation, badgeDensity);
1876 getBadgedDrawableForUser(Drawable badgedDrawable, UserHandle user, Rect badgeLocation, int badgeDensity) argument
/frameworks/base/core/java/android/content/pm/
H A DPackageManager.java4520 * @param badgeLocation Where in the bounds of the badged drawable to place
4530 public abstract Drawable getManagedUserBadgedDrawable(Drawable drawable, Rect badgeLocation, argument
4566 * @param badgeLocation Where in the bounds of the badged drawable to place
4576 UserHandle user, Rect badgeLocation, int badgeDensity);
4575 getUserBadgedDrawableForDensity(Drawable drawable, UserHandle user, Rect badgeLocation, int badgeDensity) argument

Completed in 85 milliseconds